/* Elementos generales*/
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #81131a;}
a:hover {color: #4b0b0e;}

body {
	background: #d4decf url(/st/img/bkg.jpg) repeat-x;
	color: #000000;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(/st/img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* varios */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* estructura de la página */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* encabezado */
.top {
	/*background: url(img/clouds.gif) repeat-x;*/
	padding: 5px 0px 0;
}

/* títulos */
.header {
	background: #FFF;
	background: #ffffff url(/st/img/encabezado.jpg) no-repeat center center;
	font-size: 1.2em;
	height: 164px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
/*.header .left, .header .right {
	background: #A4A4A0;
	color: #FFF;
	height: 60px;	
}
.header .left {
	background: #ffffff url(img/encabezado.jpg) no-repeat;
	line-height: 164px;
	text-align: center;	
	width: 417px;
}
.header .right {
	background: #ffffff url(img/vivasmejor1.jpg) no-repeat;
	overflow: auto;
	width: 212px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}
*/
/* navigation */
.navigation {	
	background: #FFFFFF /*url(img/nav.gif)*/;
	border: 1px solid #89a479;
	/*border-top: 1px solid #89a479;*/
	border-color: #89a479 #FFFFFF;
	height: 22px;
}
.navigation a {
	border-right: 1px solid #FFFFFF;
	color: #ffffff;
	display: block;
	float: right;
	font: bold 1.1em sans-serif;
	line-height: 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #ffffff;}

/* main */
.main {
	border-top: 5px solid #89a479;
	/*background: url(nueva_propuesta/img/bgmain.gif) repeat-y;*/
}

/* sub navigation */
/*.menuizquierdo {
	float: left;
	width: 180px;
	margin: 5px 0;
	padding: 0 3px;
}*/
.ladoderecho {
	float: right;
	width: 180px;
}

.sidenav {
	float: right;
	width: 180px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 20px /*30px*/;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {
	border-bottom: 1px solid #EAEADA;

	}
.sidenav li a {
	font-size: .8em;
	color: #554;
	display: block;
	padding: 4px 0 4px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}


/*.sublevel {
	color: #81131a;
	font-size: 1em;
	m
	 

	
}
*/
/* content */
.contenidos {
	float: right;
	margin: 5px 0;
	padding: 0 3px;
	width: 561px;
	min-height:500px;
}
.content {
	float: left;
	margin: 5px 0;
	padding: 0 3px;
	width: 531px;
}

.baners {
	float: right;
	margin: 5px 0;
	padding: 0 3px;
	width: 160px;
}

.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(/st/img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.footer {
	background: #89a479;
	color: #FFF;
	font: bold .8em sans-serif;
	line-height: 20px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}

/* formularios */

label {
	display:block;
	font-size: .8em;
	font-weight:bold;
}  


/* Estilo para elementos input y textarea. 
Crea un borde de 1px negro. 
*/ 
input { 
 border:1px solid #000;
 font-family:Helvetica, sans-serif;
 font-size:.9em;
 background:#e8e8e7; 
} 
.imagen{ 
 border:0px solid #fff;
 font-family:Helvetica, sans-serif;
 font-size:.9em;
 background:#e8e8e7; 
} 
 
/* Estilo para elementos input y textarea con foco. 
Cuando se selecciona uno de estos 
elementos el color de fondo cambia. 
*/ 
input:focus, textarea:focus { 
 background:#d4decf; 
} 
 

.inputbox {
  font-family      : Helvetica, sans-serif;
  font-size        : 9px;
  color            : #000000;
  font-weight      : normal;
  background       : #FFFFFF;
  border           : 1px solid #616161;
  height:14px;
  
}
/* 
Estilo para elementos span dentro del form 
Hace que los elementos span que esten dentro de formularios 
se muestren en forma de bloque y tengan la letra al 90% 
*/ 
form span { 
 display:block; 
 font-size:80%;
} 
 
/* 
Estilo para elementos p dentro del form 
Hace que los elemento p que esten dentro de formularios 
No tengan margenes. Esto reduce el espacio entre 
cada campo del formulario. 
*/ 
form p { 
 margin:2 
} 
 
/* Estilos para el div con id formulario. */ 
div#formulario { 
 background: url(/st/img/intranet1.jpg);
 width:169px;
 height:116px;
} 


div#buscar { 
 /*background: url(img/intranet1.jpg);*/
 align:right;
 right:0px;
 position:relative;
} 


.centrarform {
	/*float: left;*/
	padding: 43px 0 0 20px;
}

/*td {
	font-weight: normal; 
	fonto-size: 10pt;
	color: #000000;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #8C8E42;
	text-decoration:none;
}*/



/* formilario para lo de proceder*/
#registro {	
	float:center;
	width:300px; 
	padding:5px; 
	margin:15px; 
	border: 2px double #f8f8f8;
	background-color:#fff;}
	
#registro fieldset {
	border:0;
	background-color: #A9BB81; 
	padding:10px 20px;}
	
#registro legend{
	font: bold 16px Arial, sans-serif;
	color:#8a4099; 
	padding:10px 5px;}
	
#registro p label {
	font:bold 12px Geneva, Arial, Helvetica, sans-serif; 
	text-align: center;
	padding:5px; color: #000000;}
	
	
/* PARA CURSO EDUC */
#cab2 {background-image:url(/content/img/instituciones/bbg/25.jpg);}
/*Barra1*/
#menuh {background-color:#7AA362; color:#FFFFFF;} #menuh a {color:#FFFFFF;} 
/*Barra2*/
#menuh2 {background-color:#d5ddce; color:#000000;} #menuh2 a {color:#000000;}
/*Menu lateral*/ 
.menuizq li a {color:#FFFFFF;} 
.menuizq {background-color:#89A479;}
/*barras contenidos */
.por1,.por2,.por3,.por4 {color:#000000;background-color:#d5ddce;} 
/*tabla ts*/
.ts th{background-color:#89A479;color:#fff;}
.ts td{background-color:#f2f2f2;}
.caba {width:500px;}
.caba h2,h3,h4 {padding-left:30px;}
.cabv {padding-left:50px;}
