@import url('reset.css');   
@import url('typography.css');  
body {   
    background-color: #f8f8f8;   
    margin: auto;   
    width: 100%;   
}  


/*BARRA DE ESTADO*/


div#barra_estado {
	background: url('../img/barra_estado_fondo.png') repeat-x;
	border-bottom: 2px groove #ffffff;
	border-left: 2px groove #ffffff;
	border-right: 2px groove #ffffff;
	height: 25px;
	width: 1000px;
}

div#barra_estado_contenido {
	margin: 0px auto 0px auto;
	width: 1000px;
}


div#barra_estado_commands {   
    width: 1000px;   
} 

  
form#search-form {   
    float: right;   
    width: 200px;   
}

p#tcoitpv {
	float:left; 
	padding-top: 7px;
	width: 325px;
}

 p#barra-idiomas {
	background: url('../img/barra_idioma_fondo2.png') no-repeat;
	height: 10px;
	margin-left:0px;
	padding: 6px 0px;
	width: 130px;
}

/*p#barra-idiomas a:before { 
	content: '|  ';
}*/

p#barra-idiomas a[title="Castellano"]:after {
	content: '  |    ';
} 

form#search-form input[type="text"] {   
    background: url(../img/search-field.png) no-repeat;   
    border:none;   
    height:20px;   
    padding: 5px 0px 0px 30px;   
    width:170px;   
}   
  
form#search-form input[type="submit"] {   
    display: none;   
}  



/* TOP (IMAGEN CON EL LOGO)*/
div#top {   
    background: url('../img/imagen-top.jpg') no-repeat;   
    background-color: #fffdfd;  
    /*border-bottom: 2px ridge #ffffff;*/
	border-left: 2px groove #ffffff;
	border-right: 2px groove #ffffff;   
    height: 150px;   
    width: 1000px;   
}   

/*div#logo {   
    margin: auto;   
    padding-top: 35px;   
    width: 800px;   
}*/ 





/*MENU*/

ul#menu {
	margin-top: 20px;
	position: absolute;
	/*rightright: 0px;*/
	top: 135px;
	/*left: 150px;*/
	width: 1000px;
	margin-left:auto;
	list-style:none;
}   
  
ul#menu li {   
    background: url('../img/menu_sprite.png') no-repeat;   
    float: left;
	/*float:right;*/
    height: 25px;   
    margin-right: 1px;   
    width: 110px;   
}   

ul#menu li a {   
    display: block;   
    height: 100%;   
    text-indent: -9000px;   
    width: 100%;   
}



ul#menu li#inicio {   
    background-position: 0px 0px;   
    width:100px;   
}   
ul#menu li#inicio:hover {   
    background-position: 0px -30px;   
}   
ul#menu li#inicio:active {   
    background-position: 0px -60px;   
} 


ul#menu li#mcoitpv {   
    background-position: -130px 0px;   
    width:125px;   
}   
ul#menu li#mcoitpv:hover {   
    background-position: -130px -30px;   
}   
ul#menu li#mcoitpv:active {   
    background-position: -130px -60px;   
}

ul#menu li#colegiate {   
    background-position: -240px 0px;   
    width:100px;   
}   
ul#menu li#colegiate:hover {   
    background-position: -240px -30px;   
}   
ul#menu li#colegiate:active {   
    background-position: -240px -60px;   
}  


ul#menu li#zonacolegiados {   
    background-position: -350px 0px;   
    width:150px;   
}   
ul#menu li#zonacolegiados:hover {   
    background-position: -350px -30px;   
}   
ul#menu li#zonacolegiados:active {   
    background-position: -350px -60px;   
} 



ul#menu li#servicios {   
    background-position: -505px 0px;   
    width:117px;   
}   
ul#menu li#servicios:hover {   
    background-position: -505px -30px;   
}   
ul#menu li#servicios:active {   
    background-position: -505px -60px;   
}   
    
	
ul#menu li#elp {   
    background-position: -610px 0px;   
    width:150px;   
}   
ul#menu li#elp:hover {   
    background-position: -610px -30px;   
}   
ul#menu li#elp:active {   
    background-position: -610px -60px;   
} 


ul#menu li#ecolegio {   
    background-position: -759px 0px;   
    width:125px;   
}   
ul#menu li#ecolegio:hover {   
    background-position: -759px -30px;   
}   
ul#menu li#ecolegio:active {   
    background-position: -759px -60px;   
} 


ul#menu li#preguntas {   
    background-position: -880px 0px;   
    width:125px;   
}   
ul#menu li#preguntas:hover {   
    background-position: -880px -30px;   
}   
ul#menu li#preguntas:active {   
    background-position: -880px -60px;   
} 




/*SUBMENU*/

div#submenu {
color: #020000;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight:bolder;
margin-top:5px;
word-spacing:10px;

}
div#submenu a{
color: #020000;
}    
div#submenu a:hover {
color: #005da7;
} 
div#submenu a{
word-spacing:0px;
}


/*CONTENIDO*/

div#contenido {   
 
    width: 1000px;
	border-left: 2px groove #ffffff;
	border-right: 2px groove #ffffff;
	background-color: #f8f8f8;  
	 
}   
  
div#sombra_top {   
    background: url('../img/contenido_sombra_superior.png') repeat-x;
	margin-top: 1px;   
	height: 10px;   
    width: 1000px;   
}
div#sombra_bottom {    
    background: url('../img/contenido_sombra_inferior.png') repeat-x;   
    clear: both;   

	height: 15px;   
    width: 1000px; 
	
}
div#contenido-wrapper {
	background-color: #ffffff;
	border: 1px solid #bababa;
	clear: both;
	height:auto;
	margin-top: -17px;
	margin-left: 10px;
	overflow: auto;
	padding-left:35px;
	padding-top:15px;
	width: 600px;
	text-align:left;
	overflow:hidden;
	line-height:15px;
	text-align:justify;
	color: #707070;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
div#contenido-wrapper p{
	font-size:12px;
	margin-right:35px;
 
}

.imgprincipal img{
margin-left:-20px;
 
}

.boton{
font-size:10px;
font-family:Verdana,Helvetica;
font-weight:bold;
color:white;
background:#638cb5;
border:0px;
 width:80px;

}
.boton#responder{
 width:120px;

}
.boton#mp{
 width:120px;

}
div#contenido-wrapper p.dos{
margin-left:70px;
margin-right:100px;
}
div#contenido-wrapper p.borde_pie{
border-bottom:1px solid #bababa;
}
div#contenido-wrapper ol{
list-style:decimal;
}
div#contenido-wrapper p.a{
	font-size:11px;
 
}
div#contenido-wrapper li{
	font-size:12px;
	margin-left:30px;
	line-height:15px;
	margin-right:60px;
 
}
div#contenido-wrapper ul{
margin-top:-25px;
list-style-type:circle;
 
}
div#contenido-wrapper p.fecha{
margin-top:-42px;
margin-bottom: 10px;
}

#hor-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	/*margin: 45px;*/
	margin-top:20px;
	margin-bottom:20px;
	/*width: 480px;*/
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #039;
}
#hor-zebra td
{
	padding: 8px;
	color: #669;
}
#hor-zebra .odd
{
	background: #e8edff; 
}
div#contenido-top {
	margin-left: 8px;
	margin-top: 0px;
	width: 100px;
}
div#contenido-top h4.modulo-header-bar {
	background: url('../img/coitpv_encabezado.png') no-repeat;
	height: 37px;
	padding-top: 15px;
	width: 100px;
	text-align:center;
}
div#contenido-top h4.modulo-header-bar a{
	color:#7e7e7e;
	font-family:Tahoma, Arial, Verdana;
	text-align:center;
}
div#contenido-wrapper fieldset{
margin-left:30px;
margin-right:30px;
 
}



/**NOTICIAS*/
div#noticias-top {
	margin-left: 1px;
	margin-top: 10px;
	width: 400px;
}
div#noticias-top h4.modulo-header-bar {
	background: url('../img/noticias_encabezado.png') no-repeat;
	height: 35px;
	padding-top: 12px;
	padding-left: 65px;
	width: 275px;
}
div#page-wrapper {
	/*background-color: #ffffff;
	border: 1px solid #bababa;*/
	clear: both;
	height:auto;
	margin-top: -17px;
	margin-left: 10px;
	overflow: hidden;
	padding-left:35px;
	padding-top:35px;
	width: 420px;
	text-align:left;
	line-height:15px;
	text-align:justify;
	color: #707070;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#page-wrapper ol{
list-style:decimal;
}
div#page-wrapper ul{
margin-top:-25px;
list-style-type:circle;
margin-bottom:-25px;
}
div#page-wrapper li{
margin-left:10px;
	line-height:15px;
	margin-bottom: -15px;
 
}
div#page-wrapper2 {
	background-color: #ffffff;
	border: 1px solid #bababa;
	clear: both;
	height: 400px;
	margin-top: -17px;
	margin-left: 10px;
	overflow: auto;
	padding: 35px;
	width: 600px;
}
div#noticias {
	margin-left: 1px;
	margin-top: -30px;
	width: 400px;
}

div.noticias-entry{
margin-top: 10px;
margin-right:20px;
}
div.noticias-entry img{
margin-right: 10px;
}


  
/*ZONA COLEGIADOS*/
div#zonacolegiados{
	float: left;
	margin: 10px 15px 0px 0px;
	width: 265px;
}

div#zonacolegiados h4.modulo-header-bar {
	background: url('../img/zonacolegiados_encabezado.png') no-repeat;
	height: 35px;
	margin-bottom: 2px;
	padding-top: 23px;
	width: 275px;
}
div#zonacolegiados h4.modulo-header-bar a{
	margin-left: 100px;
}
div#zonacolegiados div.zonacolegiados-login {
	margin-left:15px;
	padding-left:20px;
}
div#zonacolegiados p.novedad {
	margin-left:15px;
	padding-left:20px;
	text-align:left;
}
div#zonacolegiados h6 {
	margin-left:75px;
}


	

.botonentrar {
    float:right;
	margin-top:10px;
	width:150px;
    
	background:url('../img/boton_entrar.png') no-repeat;
	border:none;
	display:block;
	height:22px;
	text-indent:-9000px;
	
	/*width:80px;*/

}

.botonentrar:hover {
	background-position: 0px -47px;
}

.botonentrar:active {
	background-position: 0px -23px;
}



/*FORMACION*/
div#formacion {
	float: left;
	margin: 10px 15px 0px 0px;
	width: 265px;
}
div#formacion h5 {
	text-align:center;
}
div#formacion h4.modulo-header-bar {
	background: url('../img/formacion_encabezado.png') no-repeat;
	height: 25px;
	margin-bottom: 2px;
	padding-top: 13px;
	width: 275px;
}
div#formacion h4.modulo-header-bar a{
	margin-left: 120px;
	
}
div#formacion div.formacion-entry {
	margin-left:15px;
}

div#formacion div.formacion-entry h5 {
	float:left;
	padding-left:15px;
	/*width:200px;*/
}

div#formacion div.formacion-entry blockquote {
	clear:both;
	padding:10px 0px 10px 15px;
}

div#formacion div.formacion-entry p.meta {
	padding-top:4px;
}
div#formacion p.leermas a {
margin-left:33px;
}
div#formacion p.anterior {
	background: url('../img/botton.png') no-repeat;
	height: 20px;
	margin-bottom: 2px;
	margin-left:30px;
	padding-top: 10px;
	width: 40px;
}
div#formacion p.anterior a {
margin-left:10px;
}

div#formacion p.siguiente {
	background: url('../img/botton.png') no-repeat;
	height: 20px;
	margin-bottom: 2px;
	margin-left:40px;
	padding-top: 10px;
	width: 40px;
}
div#formacion p.siguiente a {
margin-left:12px;
}



/*ACTIVIDADES*/
div#actividades {
	float: left;
	margin: 10px 15px 0px 0px;
	width: 265px;
}

div#actividades h4.modulo-header-bar {
	background: url('../img/actividad_encabezado.png') no-repeat;
	height: 25px;
	margin-bottom: 2px;
	padding-top: 13px;
	width: 275px;
}
div#actividades h4.modulo-header-bar a{
	margin-left: 122px;
}
div#actividades div.actividades-entry {
	margin-left:15px;
}

div#actividades div.actividades-entry h5 {
	float:left;
	padding-left:15px;
	/*width:200px;*/
}

div#actividades div.actividades-entry blockquote {
	clear:both;
	padding:10px 0px 10px 15px;
}

div#actividades div.actividades-entry p.meta {
	padding-top:4px;
}
div#actividades p.leermas a {
margin-left:33px;
}
div#actividades p.anterior {
	background: url('../img/botton.png') no-repeat;
	height: 20px;
	margin-bottom: 2px;
	margin-left:30px;
	padding-top: 10px;
	width: 40px;
}
div#actividades p.anterior a {
margin-left:10px;
}

div#actividades p.siguiente {
background: url('../img/botton.png') no-repeat;
height: 20px;
	margin-bottom: 2px;
	margin-left:40px;
	padding-top: 10px;
	width: 40px;		
	
}
div#actividades p.siguiente a {

margin-left:12px;

}

/*PIE*/

/*p#pie-textto {   
    background: url('../imagenes/contenido_sombra_superior.png') repeat-x;   
    height: 37px;   
    padding-top: 13px;   
    width: 100%;   
} */ 

