/* common */
html{
overflow-y:scroll;
}

body {
	padding:0;
	text-align:center;
	font-family: arial, verdana, helvetica, geneva, sans-serif;
	font-size:11px;
	font-size:11px;
	color: #000000;
	background-color: #E5FAEF;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#FAFAFA;
	margin-top: 0px;
	scrollbar-face-color:#ECEEEF;
	scrollbar-arrow-color:#344A5C;
	scrollbar-track-color:#ffffff;
	scrollbar-shadow-color:'';
	scrollbar-highlight-color:'';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:'';
}
/*fondos*/

#header{
background:url(/images/head.jpg);
width:900;
height:132;
}
#imgpresentacion{
background:url(/images/preimg.jpg);
width:245;
height:100;
}
#bgpresentacion{
background:url(/images/bgpre.jpg);
background-repeat:repeat-x;
}

#fondo1{
background:url(/images/footer1.jpg) no-repeat;
width:900;
height:45;

}


/*TEST y EVALUACIONES*/
.Test_Evaluacion { color: #000000; font-Family: Verdana;} 
.Test_Evaluacion { font-size: 8pt; background-color: #37476A;} 
.Test_Evaluacion:hover {color: #ffffff;}

.Test_Evaluacion_Titulo { color: #ffffff; font-Family: Verdana;} 
.Test_Evaluacion_Titulo { font-size: 8pt; background-color: #37476A;} 

.radioStyle2 {
background-color: #3B863F;
border: #000000 solid 1px;
font-family: verdana;
font-size: 12px;
color: #000000
}


.radioStyle3 {
background-color: #ECEEEF;
border: #000000 solid 0px;
font-family: verdana;
font-size: 12px;
color: #000000
}

/*FIN TEST y EVALUACIONES*/



a img {
	border: 0;
}

/* layout */
	
#main {
	width:780px;
	margin:0 auto;
	text-align:left;
	padding:0;
	/*background: url(../i/sb1-body-r.gif) no-repeat bottom right;*/
}

#header {
	font-size: 10px;
	/*background: url(../i/sb1-head-r.gif) no-repeat top right;*/
	margin: 0;
	padding: 0;
}

#heading {
	margin: 8px;
}

#content {
	/*background: url(../i/sb1-body-l.gif) no-repeat bottom left;*/
	padding: 8px;
}

.clear {
	clear: left;
}

#footer {
	clear: both;
	background-image:url(/images/footer.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:44px;
	padding-top:20px;
}
#footer, p.subfooter {
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 6px;
}
#presentacion {
	border:1px solid #999999;
	/*background-image:url(/images/bg_caja_presentacion.jpg);*/


}
#scroll_presentacion {
	
	overflow:auto;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#000000;
	}
#head  {
    background-image:url(../images/head.jpg);
	background-repeat:no-repeat;
	}
.registro {
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#cajita1, #cajita2, #cajita3, #cajita4, #cajita5 {
    margin:10px;
	width: 600px;
	}		
.titulo_presentacion {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	text-transform:uppercase;
	}
.txtgeneral_presentacion {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	}

/* header */

/*#logo {
	background: url(../i/sb1-head-l.gif) no-repeat top left;
	padding: 25px 0 18px 15px;
}*/
#caja_borde {
border-color:#0066CC;
font-size:11px;}

#utilities {
	float: right;
	width: 400px;
	color: #FF710E;
	font-weight: bold;
	margin-top: 15px;
	text-align: right;
	padding-right: 15px;
}

#utilities input {
	font-size: 11px;
	border: 1px solid #C0C0B2;
	width: 8em;
	background-color: #FFF4ED;
	font-weight: bold;
	color: #783607;
	margin: 3px 5px 0 5px;
}

#utilities input.button {
	border: 1px solid #784826;
	background-color: #783607;
	width: 6em;
	color: #fff;
	margin-right: 0;
}


/* Sidebar content */

#sidebar h3, #sidebar form, #sidebar p {
	padding-left: 5px;
}

#sidebar h3 {
	margin-top: 30px;
	color: #666;
	font-size: 12px;
}

#sidebar form {
	text-align: center;
}

#sidebar input {
	font-size: 11px;
	border: 1px solid #D3B16B;
	width: 8em;
	background-color: #ECE3D4;
	color: #5B3F1A;
}

#sidebar input.button {
	border: 1px solid #E6DBCD;
	border-right: 1px solid #9A7A48;
	border-bottom: 1px solid #9A7A48;
	/*font-weight: bold;*/
	width: 2em;
}

/* Content */

ul.content {
	/*list-style-type: square;*/
	line-height: 1.2em;
}

#content h3 {
	color: #F93;
	font-size: 12px;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* informes gestor */

table.informes {
	border-bottom: 1px solid #E1CBBC;
	border-left: 1px solid #E1CBBC;
	padding-bottom: 5px;
	width: 95%;
	border-collapse: collapse;
}

table.informes td {
	border-top: 1px solid #E1CBBC;
	border-right: 1px solid #E1CBBC;
	width: 50%;
	padding: 4px;
	vertical-align: top;
	font-size: 12px;
}

table.informes tr {
	background-color: #FFF3EB;
	height: 40px;
}

table.informes tr.odd {
	background-color: #FFEFE4;
}

table.informes td a {
	color: #FF710E;
	font-weight:bold;
}

table.informes td a:hover {
	color: #C4570B;
}

/* cursos alumno */

table.cursos {
	border-bottom: 1px solid #E1CBBC;
	border-left: 1px solid #E1CBBC;
	padding-bottom: 5px;
	width: 95%;
	border-collapse: collapse;
}

table.cursos th, table.cursos td {
	border-top: 1px solid #E1CBBC;
	border-right: 1px solid #E1CBBC;
	width: 16%;
	padding: 4px;
	vertical-align: top;
	font-size: 12px;
}

table.cursos tr {
	background-color: #FFF3EB;
	height: 40px;
}

table.cursos thead tr {
	height: auto;
	background-color: #793607;
	color: #fff;
	text-align: center;
}

table.cursos tr.odd {
	background-color: #FFEFE4;
}

table.cursos td a {
	color: #FF710E;
	font-weight:bold;
}

table.cursos td a:hover {
	color: #C4570B;
}

/* contacto */
table.contacto {
	border: 1px solid #E1CBBC;
	background-color: #FFEFE4;
	width: 95%;
}

table.contacto td {
	vertical-align: top;
	padding: 5px;
	font-size: 12px;
}

table.contacto td input, table.contacto td textarea {
	font-size: 11px;
	border: 1px solid #793607;
	width: 15em;
	background-color: #fff;
	font-weight: bold;
	color: #793607;
	margin: 3px 5px 0 5px;
}

table.contacto td textarea {
	width: 35em;
}

table.contacto td.button {
	padding: 5px;
	text-align: center;
}

table.contacto td input.button {
	border: 1px solid #793607;
	background-color: #793607;
	width: 6em;
	color: #fff;
	margin-right: 0;
}

/* blurb */

#blurb {
	float: right;
	width: 285px;
}

h1 {
	letter-spacing: 1px;
	margin-top: 1px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #803907;
}

p.leermas {
	text-align: right;
}

div#frontblocks a, p.leermas a {
	color: #FF710E;
	font-weight:bold;
	text-decoration: none;
}

div#frontblocks a:hover, p.leermas a:hover {
	color: #C4570B;
}

/* Home bottom 3 blocks */

div#frontblocks {
	width: 760px;
	margin: 10px auto 0 auto;
	position: relative;
}

div#frontblocks h2 {
	margin-top: 0;
	color: #FF710E;
	font-size: 14px;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #E1CBBC;
}

div#one, div#two, div#three {
	background: #FCF9ED;
	border: 1px solid #E1CBBC;
	text-align: left;
	height: 210px;
}

div#one, div#three {
	position: absolute;
	top: 0;
	width: 235px;
	padding: 3px;
}

div#one {
	left: 0;
}

div#one p {
	font-size: 10px;
	line-height: 1.5em;
}

div#three {
	right: 0;
}

div#two {
	margin-left: 33%;
	margin-right: 33%;
	padding: 5px 12px;
}

div#frontblocks p {
	font-size: 12px;
}

div#frontblocks ul {
	margin-top: 2px;
	padding: 6px;
	margin: 6px;
	line-height: 1.3em;
	list-style-type: none;
}

/* footer */
#footer a, p.contacto a, p.subfooter a {
	color: #000000;
	padding-bottom:4px;
}

#footer a:hover, p.contacto a:hover, p.subfooter a:hover {
	color: #FFFFFF;
}


.CAJA {
	background-color: #FF7A0F;
	font-weight: bold;
	font-size: 12px;
	color:#fff;
	text-align:left;
	margin-top:10px;	
	width: 600px;
}
.CAJA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.TXT_CAJA
{
color:#666666;
font-weight:normal;
font-size:12px;
text-decoration:none;
background:url(..d) bottom repeat-x;
border:1px solid #9a9a9a;
}
.OPT
{
color:#666666;
font-weight:normal;
font-size:12px;
text-decoration:none;
background:#E6E6E6;
}
.CELDA {
	border-color:#CCCCCC;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#E6E6E6;
	padding: 8px;
	margin-bottom: 15px;
	}

.NARANJACLARO2 {background-color: #E6E2E5; font-weight: bold; font-size: 12px;}
.NARANJACLARO2 {font-family: Arial, Verdana, Helvetica, sans-serif;}

.NARANJACLARO2:hover {color: #B26040;text-decoration: none;}
.NARANJACLARO2 {text-decoration: none;}
.Txt_negro_Verdana {font-size: 12px;}

A {TEXT-DECORATION: none;

	font-size:11px;}
A:visited {color: #37476A;}
A:active {color: #37476A;}
A:link {color: #37476A;}




.formtextbox  {
color: #000000; 
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; 
background-color: #ffffff; 
border: 000000; 
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px;
padding-top:0px;
padding-bottom:0px;
}

.inputText {
	
	font-size:9px;
	font-family:verdana, arial, helvetica;
	color: #000000;

	
}

.login {
	
	font-size:9px;
	font-family:verdana, arial, helvetica;
	color: #344A5C;
	
}
.cajanew[id="Div_33"]

{	
	width:300px;
	float:left;
	height:300px;
	border:1px red solid;
}


.Izquierda 
{
	width:350px;
/*	border:1px solid red;*/
	height:760px;
	float:left;
	
}
.Derecha
{
	width:540px;
	height:910px;
/*	border:1px solid navy;*/
	float:left;

}
.cajaizq
{
	border:1px solid #cccccc;
	width:348px;	
	clear:both;
	font-size:12px;
	margin-bottom:10px;
	padding-bottom:10px;
	
}
.cajaizq a
{font-size:12px !Important}
.cajaizq h3
{
	background-color:#FF9900;
	color:#fff;
	font-size:14px;
	font-weihgt:bold;
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	padding:3px 0px 3px 20px;
	background-image:url(../img/flecha_roja02.gif);
	background-position:5px 5px;
	background-repeat:no-repeat;
}
.cajaizq h4
{
	
	color:#000;
	font-size:14px;
	font-weihgt:bold;
	text-align:center;
	margin-top:18px;
	padding:0px;
}
.cajaizq p
{
	text-align:justify;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.cajaizq img
{
	
	
	margin-top:13px;
	
}
.cajaizq img
	{
		display:block;
		margin-bottom:15px;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		position:relative;
	}
.cajaizq a
	{
		text-align:left;
		font-size:12px;	
		font-family:Arial, Helvetica, sans-serif;
		color:#000;
		
	}

.Izquierda table
{
	margin-bottom:5px;
}
.cajader
{
	border:1px solid #cccccc;
	width:520px;	
	clear:both;
	font-size:12px;
	margin-bottom:10px;
	padding-bottom:10px;
	margin-left:18px;
	padding-top:0px;
}
.cajader h1 
{
	font-size:21px;
	border-bottom:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
}

.cajadermsg
{
	border:1px solid #cccccc;
	width:520px;	
	clear:both;
	text-align:center;
	margin-bottom:10px;
	padding-bottom:10px;
	margin-left:18px;
	background-color:#FFCC66;
	color:#FF6600;
}
.cajadermsg p
{
	
	font-size:22px;	
	color:#FF3300;
}

.cajader h3
{
	background-color:#FF9900;
	color:#fff;
	font-size:14px;
	font-weihgt:bold;
	text-align:left;
	margin-top:0px;
	padding:3px 0px 3px 20px;
	background-image:url(../img/flecha_roja02.gif);
	background-position:5px 5px;
	background-repeat:no-repeat;
	margin-bottom:20px;
}
.cajader img, .cajader .flash
	{
		display:block;
		margin-bottom:15px;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		position:relative;
	}

.cajader p, .cajader p
{
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}
 .botonTop{
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background:#638cb5;
        border:0px;
        width:85px;
        height:16px;
       }
  .cajabuscadorTop{
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:#638cb5;
        background:white;
        border:1px;
		border-color:#000000;
		border-style:solid;
        width:155px;
        height:16px;
		
       }
	   
.boton, .cajabuscador
	{
		visibility:hidden;
	}	 
.textoBavanzada{
        font-size:9px;
	     font-family:verdana, arial, helvetica;
	     font-weight:bold;
        
       }
strong, b, .copyright
{
	font-size:11px;
	
}
.si_deseas_formulario
{ font-weight:bold; 
}
.LOPD_masinfo
{
font-family:Verdana, Arial, Helvetica;
font-size:11px;
color:#000000;
}
.LOPD_masinfo A:link{
color:#000000;
text-decoration:underline;}

.ROJO{
text-align:left;}
a.textoBavanzada:link, a.textoBavanzada:visited
	{
		background-image:url(../../imagenes_comunes/botones_css/boton_plata_degradado.gif);
		background-repeat:no-repeat;
		padding:4px;
		color: #333333;
		font-weight:bold;
		text-decoration:none;
		margin-top:20px;
	}
a.textoBavanzada:hover
{
	background-color:#dddddd;
	color:#333333;
}







/* Redefinicón  Letra Menú Inferior */

.MENUInf{
color:#000000;
font-weight:bold;}
A.MENUInf:link{
color:#000000;
font-weight:bold;}
A.MENUInf:visited{
color:#000000;
font-weight:bold;}

a.MENUInf:hover{
color:#ffffff;
}

/*
.Estilo1 {
	
	background-color:#ff9900;
	} */
	
.Estilo2 {
color: #FF0000;
	font-weight: bold;
}


.cajaizq1 p
{
     align: left;
	background-color:#ff9900;
	
}
/**************************************/

span.Txt_negro_Verdana {color:#ffffff;}




.Estilo1 {
	color: #FF0000;
	font-weight: bold;
}

