﻿/******************** TEMP STYLES DECONSTRUCTED *******************************/
#maincol {
	width: 700px;
	background: url('../../imgs/bg-maincoltop.gif') no-repeat left top;
	padding-top: 9px; /*margin-left: 1px;*/
	float: left;
}

#maincol2 {
	.width: 250px;
	.background: url('../../imgs/bg-maincoltop2.gif') no-repeat right top;
	.padding-top: 9px; /*margin-left: 1px;*/
	.float: right;
}

#maincoltop {
	padding: 0 10px 10px 10px;
	width: 680px; /* en tª debería ser 670 (680-10padding) pero así sale bien */
	background: url('../../imgs/bg-maincol.gif') repeat-y left 50%;
	position: relative;
}

#maincoltop2 {
	.padding: 0 10px 10px 10px;
	.width: 230px; /* en tª debería ser 670 (680-10padding) pero así sale bien */
	.background: url('../../imgs/bg-maincol2.gif') repeat-y right 50%;
	.position: relative;
}

#maincolbottom {
	/*padding: 0 10px 10px 10px;*/
	width: 700px; /* en tª debería ser 670 (680-10padding) pero así sale bien */
	background: url('../../imgs/bg-maincolbottom.gif') no-repeat;
	position: relative;
	line-height: 1em;
	margin-bottom: 3px;
}


#maincolbottom2 {
	/*padding: 0 10px 10px 10px;*/
	.width: 250px; /* en tª debería ser 670 (680-10padding) pero así sale bien */
	.background: url('../../imgs/bg-maincolbottom2.gif') no-repeat;
	.position: relative;
	.line-height: 1em;
	.margin-bottom: 3px;
	.float:right;
}

#sidebar {
	.width: 230px;
	float: right;
	background-color:#fff;
}

.topcontent
{
	padding: 10px 10px 0 10px;
	float: left;
	width: 230px;
	/*height: 320px;
	background: transparent url('../../imgs/bg-top-sidebar-home.gif') no-repeat scroll top; */
}

.topcontent #contentRightInner
{
	/*height: 237px;*/
	width:210px;
}

.topcontent h1
{
	padding-bottom: 10px;
	font-size: 1.2em;
	color: #268ccd;
}

.topcontent h2
{
	/*padding-bottom: 10px;*/ /*Loren 2010_07_06*/
	padding-bottom: 5px;/*Loren 2010_07_06*/
	font-size: 1.3em;
	color: #354A86;
}

.topcontent img#storyPhoto
{
	padding: 4px;
	border: 1px solid #ccc;
}

.topcontent p
{
	padding-bottom: 5px;
}

/*ttom: 5px;
}*/

.topcontent table tr td a
{
	padding: 0px 8px 0px 4px;
}
.topcontent a#learnMore
{
	display: block;
	color: #fff;
	margin-top: 53px;
	background: url(../images/yellow_arrow.gif) no-repeat 0px 4px;
	padding-left: 10px;
}








/* 3 panels at home page with IT-Area info and links */
.homeareawrapper {
	float: left;
	width: 200px; /* 220 - 5px margin x 2 = 210px */
	margin: 0 8px 0 8px;
	padding: 5px;
/*padding: 5px 8px 0 8px;*/	background: url('imgs/4panel-main-body-bottom.jpg') no-repeat bottom;
}
.homeareawrapper img {
	/*padding: 0 0 5px 7px;*/
}
.homeareawrapper .content {
	padding: 0 10px 0 10px;
}
.homeareawrapper .content p {
	font-size: 0.75em;
	line-height: 1.4em;
}
.homeareawrapper h2 {

	font-size: 1.3em; 
	margin: 0;
}
.homeareawrapper-top {
	float: left;
	background: url('imgs/4panel-top.jpg') no-repeat top;
	height: 10px;
	width: 170px;
}
.clear {
	clear:both;
}
/******************** END TEMP STYLES DECONSTRUCTED **************************/
/* TODO BEFORE DELIVERING...
1.- PUT COMMENTS CORRECTLY (DOUG BOWMAN)
2.- 
*/

/* Browser style reset */
html, body, table, thead, 
tbody, tfoot, tr, th,
td, p, h1, h2, h3, h4, h5, h6, 
div, ul, li, a, form, textarea, 
input, select, img, hr, span, 
strong, fieldset, blockquotes {
 	margin: 0; padding: 0;
}


/* =ELEM
/* General HTML Elements
/**************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	/*margin: 0px;*/ 
	background: #063A8D url('../../imgs/bg-html.png') repeat-x center top;/*background: #fff url('../../imgs/bg-page.gif') repeat-x;/*background: #fff url('../../imgs/bg-body.gif') repeat-x;*/
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	color:#666666;
	/*background-image: url('../../imgs/bg-page.gif');*/
	/*background-repeat: repeat-x;*/
}



p {
	margin: 5px 0;
}

p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
	
hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	_margin:10px 0;
	}
	
blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:url('../../imgs/bg-quote.png') no-repeat;
}

blockquote p {
	margin:2px 0;
	}
	
cite {
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
	}

fieldset {
	padding:15px;
	}
	
legend {
	color:#333333;
	padding:5px 3px 10px 3px;	
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
	font-size: 1.8em;
	line-height: 1.1em;
	margin: 10px 0;
}

h1 {
	margin-bottom:0;
}

h1, h2 {
	margin-top:0px;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link {
	color: #000080;
	text-decoration: none;
}

a:visited {
	color: #0099FF;
	text-decoration: none;
}

a:hover {
	text-decoration:none;
}

a:active {
	color: #33CCFF;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#mainareascontainer {
	
	margin-left:auto;
	margin-right:auto;
	padding: 2px 0 10px 0;
	width:678px; /* padding 10 y borde 1 = 11 x dcha/izda (=x2) = 22 píxeles que restamos de 680< */
	border:1px solid #818181;
	/*background:url('../../imgs/bg-content-side.png') repeat-y right 50%;*/
	position:relative;
	}

#content-main-two-column {
	width:540px;
	float:left;
	}

#content-side-two-column {
	float:left;
	width:220px;
	margin-left:10px;
	}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-three-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:925px;
	border:1px solid #818181;
	background: #fff url(../../images/bg-three-column-main.png) repeat-y;
	position:relative;
	}

#content-main-three-column {
	width:490px;
	float:left;
	margin-left:25px;
	}

#content-side2-three-column,
#content-side1-three-column {
	width:160px;
	font-size:.9em;
	}
	
#content-side2-three-column {
	float:right;
	width:220px;
	}
	

#content-side1-three-column {
	float:left;
	width:160px;
	}
	
	
	
/* Nuevos */	
#content-side2-three-column2 {
	float:right;
	width:310px;
	}	
	
	
#content-main-three-column2 {
	width:400px;
	float:left;
	margin-left:25px;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - THREE COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#three-column-container {
	background:url('../../imgs/bg-three-column-home.png') repeat-y;
	padding:0;
	margin:20px 0 10px 0;
	}

#three-column-side1 {
	float:left;
	width:30%;
	}

#three-column-side2 {
	float:right;
	width:30%;
	}

#three-column-middle {
	width:30%;
	margin:0px 32% 0px 35%;
	}
	
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    css-master

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#content-side-two-column a:link,
#content-side2-three-column a:link,
#content-side1-three-column a:link,
#content-side-two-column a:visited,
#content-side2-three-column a:visited,
#content-side1-three-column a:visited {
	text-decoration:none;
}

#content-side-two-column a:hover,
#content-side2-three-column a:hover,
#content-side1-three-column a:hover {
	text-decoration:underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#wrapper {
	/*background-color: #fff; /*desactivar al final antes de liberar */
	/*nueva cabecera*/
	background: url('../../imgs/bg-header1.gif') repeat-x center top;
	/**/
	width: 960px; /* !IMPORTANTE: DEFINIMOS EL ANCHO DEL ESPACIO DE CONTENIDOS */
	margin: -2px auto 0 auto;
	position: relative;
}

#header {
/*	height:4.5em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	color:#999999;
	font-size:.85em;
	position:relative;
	width:960px;
	height:95px;*/
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 5px;
	color:#999999;
	font-size:.85em;
	position:relative;
	width:955px;
	
	}
	
#logo {
/*	position:absolute;
	top:.5em;
	left:15px;
	font-size:2.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:2.8em;
	padding:.1em 0 .2em 0;
	font-variant:small-caps; 
	position:absolute;
	/*top:.5em;*/
	/*left:-5px;*/
	/*ont-size:2.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0;*/
	position:absolute;
	}

#logo a {
	color:#4A6BB3;
	text-decoration:none;
	}


#rightlogo {
	float: right;
	padding:.1em 0 .1em 0;
}

#headerhome {
	text-align:right;
	border-bottom:1px dashed #CACACA;
	position:absolute;
	/*margin-top:0; padding-top:0;*/
	right:10%;
	width:35%;
	/*padding:0 1% 0 0;*/
}
	
/*#headerlink {
	text-align: center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:0;
	height:2em;
	width:8.5%;
	padding:0 0 0 1.5%;
	}*/

#heading{
	text-align: left;
	font-size:1.4em;
	font-weight:bold;
	}


#subheading{
	font-size:1.1em;
	font-weight:bold;
	}


/* =NAV
/* TOP NAVIGATION *******************************************/

#topnav2 {
	margin-top: 5px;
	background: url('../../imgs/bg-nav_n.gif') no-repeat; margin-left: auto;margin-right: auto;
	padding: .5em 0 .5em 20px;
	position: relative;
	font-weight: bold;

}
#topnav {
	background: url('../../imgs/bg-nav.png') no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	padding: .5em 0 .5em 20px;
	position: relative;
	font-weight: bold;
}
#topnav div {
	background: url('../../imgs/bg-nav-side.png') no-repeat right top;
	width: 26%;
	_width: 31.5%; /* HACK IE-FIREFOX */
	position: absolute;
	top: 0;
	right: 0;
	padding: .5em 0 .5em 0;
}

#topnav ul {
	margin:0;
	padding:0 20% 0 0;
	}
	
#topnav li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#topnav2 a:link,
#topnav2 a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#topnav2 a:hover {
	color:#D4E7F8;
	text-decoration:underline;
}

#topnav2 a:active {
	color:#FFFFFF;
}

#topnav li.current a:link,
#topnav li.current a:visited {
	text-decoration:underline;
}

#topnav li.current a:hover {
	color:#D4E7F8;
	text-decoration:underline;
}

#topnav li.current a:active {
	color:#FFFFFF;
}

/* ACTIVE PAGES */
#topnav a.StaticSelectedStyle:link,
#topnav a.StaticSelectedStyle:visited {
	color:#D4E7F8;
	text-decoration:underline;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POSTER PHOTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#riacontainer {
	margin: 0 auto 10px auto;
	width:680px;
	position:relative;
	}
	
/*.poster-photo-image {
	border-right:3px solid #FFF;
	display:block;
	}*/

#feature-area-home {
	/*position:absolute;
	top:0;
	right:0;
	width:21%;*/
	background-color: #fff;
	text-align:center;
	padding:2%;
	color:#acacac;
	font-size:1.2em;
	font-weight:bold;
	line-height:160%;
	}

#feature-area-home a:link,
#feature-area-home a:visited {
	color:#dcf2f7;
	text-decoration:underline;
	}
	
#feature-area-home a:hover {
	text-decoration:none;
	}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#pagetitle {
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	width:920px;
	background:#608fc8;
	position:relative;
	color:#d5e8ff;
	font-size: large;
	padding:.5em 20px .7em 20px;
	}

#pagetitle a:link,
#pagetitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#pagetitle a:hover{
	color:#D4E7F8;
	text-decoration:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.TreeView  
{
    border-bottom:1px dotted #B2B2B2 !important;
}

.TreeView2  
{
    border-bottom:1px dotted #B2B2B2 !important;
    padding:.2em 0 .2em 0;
	/*margin-left:0.4em;*/
}

.TreeView2 img
{
	margin-top:-2px;
	margin-right:2px;
}

.TreeView div
{
    margin-left:5px;
}

.TreeView table
{
    border-top:1px dotted #B2B2B2 !important;
}

.TreeView div table
{
    border-bottom:none !important;
    border-top:none !important;
}

.TreeView table td
{
    padding:2px 0;
}

.LeafNodesStyle 
{
    
}


.RootNodeStyle 
{
    
}

/* ALL ELEMENTS */
.NodeStyle 
{

}

.ParentNodeStyle 
{
    background:yellow;
}
 

a.SelectedNodeStyle 
{
    background:#E5E5E5;
    display:block;
    padding:2px 0 2px 3px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
	margin:0;
	padding:0;
	}

li {
	list-style:none;
	background:url('../../imgs/list-bullet-02.gif') no-repeat 0 .8em;
	padding:.2em 0 .2em 1em;
	margin-left:0.4em;
	
}

ul.list-of-links {
	border-bottom:1px dotted #B2B2B2;
}

#content-side1-three-column ul.list-of-links,
#content-side2-three-column ul.list-of-links {
	margin: 0 0 30px 0px;
}

ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
	background-image:url('../../imgs/list-bullet-01-link.gif');
}

ul.list-of-links li.current {
	background-color:#E5E5E5;
}


ul.no-lines,
ul.no-lines li {
	border:none;
	}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE FEATURE AREA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.feature-area {
	background-color:#6799D1;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

.photo-border {
	border:1px solid #cecece;
	padding:4px;
	background:#d9d9d9 url('../../imgs/bg-photo.png') repeat-x 50% top;
	margin-bottom:5px;
	display:block;
}

.photo-float-left {
	float:left;
	margin-right:10px;
	}

.image-border-none {
	border:none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer2 {
	background: url('../../imgs/bg-navb_n.gif') no-repeat left bottom;
	width: 940px; padding-left: 20px;
	position: relative;
	color: #243E8A;
}
#footer2 p {
	
	margin:0;
	color: #fff;
}

#footer2 a:link,
#footer2 a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer2 a:hover {
	color:#D4E7F8;
	text-decoration:none;
}

#footer2 a:active {
	color:#FFFFFF;
}

#footer {
	background: url('../../imgs/bg-nav.png') no-repeat left bottom;
	margin: 3px auto 0 auto;
	width: 940px;
	padding: .5em 0 .5em 20px;
	position: relative;
	color: #a9c0db;

}

#footer div {
	background: url('../../imgs/bg-nav-side.png') no-repeat right bottom;
	width:25%;
	_width:25.5%;
	position:absolute;
	top:0;
	right:0;
	padding:.8em 0 .8em 0;
}

#footer a:link,
#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#D4E7F8;
	text-decoration:none;
}

#footer a:active {
	color:#FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub {
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	width:940px;
	text-align:center;
	padding:.1em 0 2em 0;
	position:relative;
	font-size:.8em;
	color:#999999;
	}

#footer-sub ul {
	margin:0;
	padding:0;
	}
	
#footer-sub li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#footer-sub a:link,
#footer-sub a:visited {
	text-decoration:underline;
	color:#999999;
}

#footer-sub a:hover {
	color:#666666;
	text-decoration:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.news-date {
	font-size:0.9em;
	font-style:italic;
	color:#A4A4A4;
}

.arrow {
	vertical-align:middle;
	}

input.button-big {
	font-weight:bold;
	padding:.7em 1.5em;
	font-size:1.1em;
	vertical-align:bottom;
	}

input.button-small {
	font-weight:normal;
	padding:.4em 1em;
	font-size:.8em;
	vertical-align:bottom;
	}

.none {
    display:none;
}

.skip {
	text-align: right;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FORMULARIO DE CONTACTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.formContacto
{
	margin-left: 15px;
}


.textboxForm1
{
	width: 350px;
}

.textboxForm2
{
	width: 120px;
}


.txtValidador
{
	color:Red;
	/*font-weight:bold;*/
}

.etiquetasForm
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color:#1B75BB;
}


.msgFinForm
{
	
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FORMULARIO DE INSCRIPCION A LOS CURSOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.lblSeccion
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color:#666666;
}


.lblcampoFormacion
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color:#1B75BB;
}

.pnlFormulario
{
	border: outset 2px #ADADAD;
	width: 500px;
	padding: 10px 10px 10px 10px;
}


/*Textbox Watermark*/

.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked {
	height:20px;
	width:350px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	




/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:5px;
	width:350px;
}


/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	/*position:fixed;
	top:0;
	left:0;
	margin:0;
	padding:0;*/
	visibility:hidden;
}


.enlaceInscripcion
{
	text-align:center;
}

.infoCurso
{
	/*padding: 10px 10px 10px 50px;*/
	width: 500px;
}


.btnVolver
{
	text-align: right;
	margin-right: 25px;
	margin-top:-20px;
}

.pnlPrecioCurso
{
	border: outset 2px #F49227;
	width: 500px;
	padding: 10px 10px 10px 10px;
	background-color: #FBE693;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#666666;
	font-weight:bold;
}

.lblCurso
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.3em;
}

.lblPrecio
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	text-align: right;
}

.pnlCatalogo
{
	border: solid 2px #ADADAD;
	width: 465px;
	padding: 10px 10px 10px 10px;
	margin-bottom:15px;
}

.AccesoCurso
{
	
}


.celdasNoticias
{
	margin: 10px 20px 10px 20px;
	text-align:center;
}


.celdasSolicitudes
{
	margin: 10px 10px 10px 10px;
	text-align:center;
}

.pnlNoticias
{
	padding: 10px 10px 10px 10px;
	border:solid 1px Black;
}





/*********** Diseño tabs noticias/blogs *************/
.ajax__tab_technorati-theme .ajax__tab_header 
{
    font-family:"Helvetica Neue", Arial, Sans-Serif;
    background:url(/imgs/tab-line.png) repeat-x bottom;
    font-size:12px;
    display:block;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(/imgs/tab.png) no-repeat left top;
    border-color:#222;
    color:#222;
    padding-left:10px;
    margin-right:3px;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner 
{
    background:url(imgs/tab.png) no-repeat right top;
    border-color:#666;
    color:#666;
    padding:3px 10px 2px 0px;
}
.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner 
{
    color:#000000;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url(/imgs/tab.png) no-repeat 0pt -40px;
    border-bottom-color:#ffffff;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner 
{
    background:url(/imgs/tab.png) no-repeat right -40px;
    color:#000000;
    border-color:#333
}
.ajax__tab_technorati-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:8px;
    background-color:#ffffff;
    border:solid 1px #d7d7d7;
    border-top-width:0;
}



/*************** MENSAJE DE RESPUESTA *******************/

.tablaEmailRespuesta
{
	border: solid 2px #00ADEE;
	width: 455px;
	padding: 5px 5px 5px 5px;	
}

.contenidoCorreo
{
	width: 445px;
	padding: 5px 5px 5px 5px;
	margin-top:5px;
	margin-bottom:5px;
	border: solid 1px #1C3480;
}

.header1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
}

.header2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616161;
}

.despl
{
	.margin-top:-15px;
}

