@charset "utf-8";
/* CSS Document */

/* 2012 Equipo NTG */
/*  CSS para Mineducación de Colombia*/
/*  media: Screen */

* {
    margin: 0;
    padding: 0;
}

html {
	/*background-color: #e5e5dd*/
}

body {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #e5e5dd;
	font-size:62.5%;
	
}


img {
    border: none;
}
hr {
    background-color: #CCCCCC;
    border: 0 none;
    color: #CCCCCC;
    height: 1px;
    margin: 10px 0;
}
table {
}
td  {
	}

td a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#700000;
	text-decoration:none;}

h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
strong, b {
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
a:focus {
    border: none;
}
#container {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 960px;
	font-size: 1.2em;
}
#header {
	background-image:url(../image/fondo.jpg);
	background-repeat:repeat-x;
	width:960px;
    margin: 0;
	position: relative;
	height: 120px;
	text-align:left;
	border-top: 1px #aab5b5 solid;
	display:block;
	padding: 30px 0 0 0;
	
}
#nav {
	background-color: #a30404;
    padding: 0;
    margin: 0;
    position:relative;
	z-index:550;
	clear:both;
	height: 38px;
	text-align:left;
	
	display:inline-block;
	width:960px;
	border-top: 4px #000000 solid;
	

	
}

#main {
    clear: both;
    margin: 0;
    padding: 10px 0 0 0;
    position: relative;
    text-align: left;
    width: 100%;
	min-height:600px;
	background-color: #ffffff;
}

#main_gris {
	display:inline-block;
	
}

#main:after {
content: "";
display: block;
height: 0;
clear: both;
}

#main.main_gris {
	background-color: #FFF
}



#logo {
	width:500px;
	height:85px;
	padding-left:20px;
	position:absolute;
	
}

#logo_men {
	width:303px;
	height:55px;
	float:right;
	top:13px;
	position:relative;
	

	
	
}




/* col */
.col, .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12, .col13, .col14, .col15, .col16 {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
	min-height:1px
}

.col, .col1 {
    width: 40px
}

.col2 {
    width: 100px
}

.col3 {
    width: 160px
}

.col4 {

    width: 220px
}

.col5 {
    width: 280px
}
.col5es {
    float: left;
  
    padding-top: 12px;
   
}

.col6 {
     width: 340px
}

.col7 {
     width: 400px
}
.col3-right {
	float: right;
	margin: 0px 0 10px;
	width: 732px;
}
.col8 {
     width: 460px
}

.col9 {
     width: 520px
}

.col10 {
     width: 580px
}

.col11 {
	width: 640px;
	background-color: #FFFFFF;
}

.col12 {
     width: 700px
}

.col13 {
     width: 760px
}

.col14 {
     width: 820px
}

.col15 {
     width: 880px
}

.col16 {
     width: 940px;
	 float: none;
	 display:block
}
.col16ta {
     background-color: #FFFFFF;
    border: 1px  #666666;
    display: inline-block;
    float: none;
    margin-left: 7px;
/* padding: 3px;
    width: 940px; */
	border-color: #CCCCCC;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px;
}
.cole{
	float: left;
    margin: 12px 16px 16px 0;
    width: 230px;
}
.colmargen0 {
     margin:0 !important
}

.col_blanca, .fondo_blanco {
	background-color: #FFFFFF;
	margin-bottom: 20px;
	margin-top:0px;

	}

/* nav */
#menu_superior{
	list-style: none;	
	padding:0 0 0 10px;
	float:right;
	margin-right:10px;
	margin-top:5px;
	width:auto;
	display:inline-block;
	height:33px;}
	
/*Primer nivel*/
#menu_superior > ul > li {
	cursor: default;
	float: left;
	display: inline;
	text-align:left;
	padding: 0;
	margin: 0;
    position: relative;
	list-style:none;
	
	border-left: 1px #6A0009 solid;
	
	
}
#menu_superior li img {
	padding-right:4px;
	height:auto;
	
}

#menu_superior ul li a {	
	color: #fff;
	text-decoration: none;
    font-size: 1.2em;
	font-weight:normal;	
	text-decoration: none;
	display:inline-block;
	height:25px;
	padding: 0 11px 0;
	line-height:22px;
}

#menu_superior a:hover {
	background-color:#000;
	height:25px;
	border-radius:2px; 
	-moz-border-radius:2px; /* Firefox */ 
	-webkit-border-radius:2px; /* Safari y Chrome */ 
	-ms-border-radius:2px; /* IE10 */ 

	background: #900303; /* Old browsers */
	background: -moz-linear-gradient(top, #810202 0%, #6c080c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#810202), color-stop(100%,#a30404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #810202 0%,#a30404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #810202 0%,#a30404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #810202 0%,#970202 100%); /* IE10+ */
	background: linear-gradient(to bottom, #810202 0%,#a30404 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#810202', endColorstr='#a30404',GradientType=0 ); /* IE6-9 */
	}
#menu_superior ul li.current li.current > a {
	background-color:#000;
	height:25px;
	border-radius:2px; 
	-moz-border-radius:2px; /* Firefox */ 
	-webkit-border-radius:2px; /* Safari y Chrome */ 
	-ms-border-radius:2px; /* IE10 */ 

	background: #520609; /* Old browsers */
	background: -moz-linear-gradient(top, #520609 0%, #6c080c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#520609), color-stop(100%,#6c080c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #520609 0%,#6c080c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #520609 0%,#6c080c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #520609 0%,#6c080c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #520609 0%,#6c080c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#520609', endColorstr='#6c080c',GradientType=0 ); /* IE6-9 */}	




/* menu laterial */ 	
	
#menu_lateral {
	width:230px;
	background-color:#eeeef1;
	float:left;

	
	

}
#menu_lateral h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#be0000;
	text-align:left;
	font-weight:700;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;}
	
#menu_lateral h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#be0000;
	text-align:left;
	font-weight:700;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;}
		
	
	
	
	
#menu_lateral ul > li {
	list-style-type:none;}	

#menu_lateral h3 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#be0000;
	text-align:left;
	font-weight:500;}	

#menu_lateral a {
	width:185px;
	height:auto;
	background-color:#7f7f81;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:1.1em;
	font-weight:300;
	text-decoration:none;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
	padding-right:5px;
	margin-left:20px;
	border-bottom: 1px #CCC solid;
	
	}
	
#menu_lateral a:hover {
	background-color:#a30404;
	color:#FFF;}	
	

	
/*conenidos home*/	
	

/* destacado */ 	



#destacado {
	width:680px;
	height:120px;
	border: 1px #CCC solid;
	background-color:#D1D1D1;
	padding:10px;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:1.2em}
	
#destacado h2 a {
	width:500px;
	height:20px;
	padding:10px;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:1.1em;
	font-weight:500;
	float:left;
	text-decoration:none;
	} 
	
#destacado span a {
	width:100px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0;
	font-size:1.1em;
	height:20px;
	padding:10px;
	float:right;
	text-align:right;
	text-decoration:none;
	}		
	
#destacado_descrition {
	width:500px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:1.5em;
	font-weight:500;
	height:20px;
	padding:10px;
	float:left;}
	

#destacado_vermas a {
	width:100px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0;
	font-size:1.1em;
	height:20px;
	padding:10px;
	float:right;
	text-align:right;
	text-decoration:none;}	
	
	
/* botones_principales */ 	
#bot_instituciones a{
	width:210px;
	height:146px;
	background-image:url(../image/instituciones_botones.png);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#0368a3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
	color:#FFF;
	margin-top:10px;
	float:left;
	text-align:center;
	padding-left:130px;
	padding-top:30px;
	text-decoration:none;
	
}

#bot_instituciones a:hover{
	width:210px;
	height:146px;
	background-image:url(../image/instituciones_botones.png);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#0368a3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
	color:#FFF;
	margin-top:10px;
	float:left;
	text-align:center;
	padding-left:130px;
	padding-top:30px;
	text-decoration:none;
	animation: mi_primera_animacion 2s;
-moz-animation: mi_primera_animacion 2s; /* Firefox */
-webkit-animation: mi_primera_animacion 2s; /* Safari y Chrome */	
	
}

@keyframes mi_primera_animacion {
from {background: #0368a3; background-image:url(../image/instituciones_botones.png);
background-repeat:no-repeat; color:#FFF;}
to {background: #CCC; background-image:url(../image/instituciones_botones_2.png);
background-repeat:no-repeat; color:#333;} }

@-moz-keyframes mi_primera_animacion {
from {background: #0368a3; background-image:url(../image/instituciones_botones.png);
background-repeat:no-repeat; color:#FFF;}
to {background: #CCC; background-image:url(../image/instituciones_botones_2.png);
background-repeat:no-repeat; color:#333;} }

@-webkit-keyframes mi_primera_animacion {
from {background: #0368a3; background-image:url(../image/instituciones_botones.png);
background-repeat:no-repeat; color:#FFF;}
to {background: #CCC; background-image:url(../image/instituciones_botones_2.png);
background-repeat:no-repeat; color:#333;} }
	
	
#bot_instituciones h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
	color:#FC0;
	text-align:center;
	text-decoration:none;}
	
#bot_instituciones h2 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
	color:#FC0;
	text-align:center;
	text-decoration:none;}	
	
#bot_instituciones h2 a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
	color:#FC0;
	text-align:center;
	text-decoration:none;
	animation: mi_segunda_animacion 2s;
-moz-animation: mi_segundaa_animacion 2s; /* Firefox */
-webkit-animation: mi_segunda_animacion 2s; /* Safari y Chrome */}	

@keyframes mi_segunda_animacion {
from { color: #FC0;}
to { color:#0368a3;} }

@-moz-keyframes mi_segunda_animacion {
from {color: #FC0;}
to {color:#0368a3;} }

@-webkit-keyframes mi_segunda_animacion {
from {color: #FC0;}
to {color:#0368a3;} }
	
	
	
/* carrucel*/ 	


#carrucel{
	width:700px;
	height:212px; 
	}

	
#bot_programas a{
	width:210px;
	height:146px;
	background-image:url(../image/programas_bot.png);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#743f98;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
	color:#FFF;
	margin-top:10px;
	float:right;
	text-align:center;
	padding-left:130px;
	padding-top:30px;
	text-decoration:none;}	
	
	
#bot_programas a:hover{
	width:210px;
	height:146px;
	background-image:url(../image/programas_bot.png);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#743f98;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
	color:#FFF;
	margin-top:10px;
	float:right;
	text-align:center;
	padding-left:130px;
	padding-top:30px;
	text-decoration:none;
	-moz-animation: mi_tercera_animacion 2s; /* Firefox */
-webkit-animation: mi_tercera_animacion 2s; /* Safari y Chrome */	
	
}	

@keyframes mi_tercera_animacion {
from {background: #743f98; background-image:url(../image/programas_bot.png);
background-repeat:no-repeat; color:#FFF;}
to {background: #CCC; background-image:url(../image/programas_bot_2.png);
background-repeat:no-repeat; color:#333;} }

@-moz-keyframes mi_tercera_animacion {
from {background: #743f98; background-image:url(../image/programas_bot.png);
background-repeat:no-repeat; color:#FFF;}
to {background: #CCC; background-image:url(../image/programas_bot_2.png);
background-repeat:no-repeat; color:#333;} }

@-webkit-keyframes mi_tercera_animacion {
from {background: #743f98; background-image:url(../image/programas_bot.png);
background-repeat:no-repeat; color:#FFF;}
to {background: #CCC; background-image:url(../image/programas_bot_2.png);
background-repeat:no-repeat; color:#333;} }
	
#bot_programas h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
	color:#FC0;
	text-align:center;
	text-decoration:none;}			
	
	
			
										
/* contenidos relacionados */ 

#contenido_bot {
	width:210px;
	margin-left:5px;
	text-align:justify;}	


#contenidos_relacionados1 a {
	width:220px;
	background: rgba(240,237,240,1);
	background: -moz-linear-gradient(top, rgba(240,237,240,1) 0%, rgba(246,246,246,1) 47%, rgba(194,194,194,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,237,240,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(194,194,194,1)));
	background: -webkit-linear-gradient(top, rgba(240,237,240,1) 0%, rgba(246,246,246,1) 47%, rgba(194,194,194,1) 100%);
	background: -o-linear-gradient(top, rgba(240,237,240,1) 0%, rgba(246,246,246,1) 47%, rgba(194,194,194,1) 100%);
	background: -ms-linear-gradient(top, rgba(240,237,240,1) 0%, rgba(246,246,246,1) 47%, rgba(194,194,194,1) 100%);
	background: linear-gradient(to bottom, rgba(240,237,240,1) 0%, rgba(246,246,246,1) 47%, rgba(194,194,194,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0edf0', endColorstr='#c2c2c2', GradientType=0 );
	height: 100px;
	padding: 5px;
	min-height:400px;
	margin-top:10px;
	float:left;
	text-align:center;
	min-height:200px;
	text-decoration:none;
	padding-bottom:1px;
	
	
	
	}
#contenidos_relacionados1 a:hover {
	background-color:#F3F3F3;
	 -webkit-box-shadow: 1px 1px 5px #666;
  -moz-box-shadow: 2px 2px 5px #999;}	
	
#contenidos_relacionados1 h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:700;
	background-color:#6eac30;
	color:#FFF;
	padding-top:10px;
	padding-bottom:1px;
	text-decoration:none;}
	
#tex_mas1{
	width:50px;
	height:20px;
	font-size:1em;
	float:left;
	padding-top:32px;
	text-decoration:none;
	margin-left:150px;
	color:#666;}	
	
#vermas1	{
	width:20px;
	height:20px;
	float:right;
	background-color:#6eac30;
	margin-top:30px;
	margin-right:-5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:700;
	font-size:1.4em;
	}
	

	
#contenidos_relacionados1 p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.02em;
	font-weight:100;
	color:#333;
	text-decoration:none;
	margin-top:10px;}	

	
#contenidos_relacionados2 a {
	width:220px;
	background: rgba(240,237,240,1);
	background: -moz-linear-gradient(top, rgba(240,237,240,1) 0%, rgba(246,246,246,1) 47%, rgba(194,194,194,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,237,240,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(194,194,194,1)));
	background: -webkit-linear-gradient(top, rgba(240,237,240,1) 0%, rgba(246,246,246,1) 47%, rgba(194,194,194,1) 100%);
	background: -o-linear-gradient(top, rgba(240,237,240,1) 0%, rgba(246,246,246,1) 47%, rgba(194,194,194,1) 100%);
	background: -ms-linear-gradient(top, rgba(240,237,240,1) 0%, rgba(246,246,246,1) 47%, rgba(194,194,194,1) 100%);
	background: linear-gradient(to bottom, rgba(240,237,240,1) 0%, rgba(246,246,246,1) 47%, rgba(194,194,194,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0edf0', endColorstr='#c2c2c2', GradientType=0 );
	height: 100px;
	padding: 5px;
	min-height:400px;
	margin-top:10px;
	float:left;
	text-align:center;
	min-height:200px;
	text-decoration:none;
	padding-bottom:1px;
	margin-left:5px;
	
	
	
	}
#contenidos_relacionados2 a:hover {
	background-color:#F3F3F3;
	 -webkit-box-shadow: 1px 1px 5px #666;
  -moz-box-shadow: 2px 2px 5px #999;}	
	
#contenidos_relacionados2 h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:700;
	background-color:#862686;
	color:#FFF;
	padding-top:10px;
	padding-bottom:1px;
	text-decoration:none;
	line-height:30px;
	height:44px;}
	
#tex_mas2{
	width:50px;
	height:20px;
	font-size:1em;
	float:left;
	padding-top:32px;
	text-decoration:none;
	margin-left:150px;
	color:#666;}	
	
#vermas2	{
	width:20px;
	height:20px;
	float:right;
	background-color:#862686;
	margin-top:30px;
	margin-right:-5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:700;
	font-size:1.4em;
	}
	

	
#contenidos_relacionados2 p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.02em;
	font-weight:100;
	color:#333;
	text-decoration:none;
	margin-top:10px;}	
	
#contenidos_relacionados3 a {
	width:220px;
	background: rgba(240,237,240,1);
	background: -moz-linear-gradient(top, rgba(240,237,240,1) 0%, rgba(246,246,246,1) 47%, rgba(194,194,194,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,237,240,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(194,194,194,1)));
	background: -webkit-linear-gradient(top, rgba(240,237,240,1) 0%, rgba(246,246,246,1) 47%, rgba(194,194,194,1) 100%);
	background: -o-linear-gradient(top, rgba(240,237,240,1) 0%, rgba(246,246,246,1) 47%, rgba(194,194,194,1) 100%);
	background: -ms-linear-gradient(top, rgba(240,237,240,1) 0%, rgba(246,246,246,1) 47%, rgba(194,194,194,1) 100%);
	background: linear-gradient(to bottom, rgba(240,237,240,1) 0%, rgba(246,246,246,1) 47%, rgba(194,194,194,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0edf0', endColorstr='#c2c2c2', GradientType=0 );
	height: 100px;
	padding: 5px;
	min-height:400px;
	margin-top:10px;
	float:left;
	text-align:center;
	min-height:200px;
	text-decoration:none;
	padding-bottom:1px;
	margin-left:5px;
	
	
	
	}
#contenidos_relacionados3 a:hover {
	background-color:#F3F3F3;
	 -webkit-box-shadow: 1px 1px 5px #666;
  -moz-box-shadow: 2px 2px 5px #999;}	
	
#contenidos_relacionados3 h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:700;
	background-color:#d70000;
	color:#FFF;
	padding-top:10px;
	padding-bottom:1px;
	text-decoration:none;
	line-height:30px;
	height:44px;}
	
#tex_mas3{
	width:50px;
	height:20px;
	font-size:1em;
	float:left;
	padding-top:50px;
	text-decoration:none;
	margin-left:150px;
	color:#666;}	
	
#vermas3	{
	width:20px;
	height:20px;
	float:right;
	background-color:#d70000;
	margin-top:48px;
	margin-right:-5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:700;
	font-size:1.4em;
	}
	

	
#contenidos_relacionados3 p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.02em;
	font-weight:100;
	color:#333;
	text-decoration:none;
	margin-top:10px;
	}	

							
/* contenidos finales 
#novedades {
	width:700px;
	height:auto;
	border: 1px #CCC solid;
	float:left;
	margin-top:15px;
	padding-bottom:2px;
	}

#novedades a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#a30404;
	float:right;
	text-decoration:none;
	margin:5px;
	font-weight:500;}
	
#novedades a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#600202;
}		
	
#novedades h2{
	width:680px;
	height:auto;
	background-color:#a30404;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:600;
	color:#FFF;
	text-align:left;
	padding: 5px 5px 5px 15px;}
	
#novedades ul {
   
   	list-style: none outside none;
    margin: 0;
    padding: 14px 0 14px 20px;
}	
	
#novedades ul li {
	 padding-bottom: 5px;
    padding-left: 0;}
	
#novedades ul li a {
	width: 400px;
	background-image:url(../image/bullet.jpg);
    background-position: left 4px;
    background-repeat: no-repeat;
    color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#333;
	border-bottom: 1px #CCC solid;
	margin-left:0px;
	text-decoration:none;
	display: block;
    line-height: 18px;
    padding-left: 18px;
    padding-right: 14px;
	padding-bottom:10px;
    text-decoration: none;}	
	
#novedades li a:hover{
	color:#999;}			
	
*/ 
						
/* contenidos informes */ 


#contenido_informes{
	width:220px;
	height:auto;
	border: 1px #CCC solid;
	float:right;
	margin-top:15px;
	padding-bottom:2px;
	margin-left:9px;}
	
#contenido_informes h2{
	width:200px;
	height:auto;
	background-color:#a30404;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:600;
	color:#FFF;
	text-align:left;
	padding: 5px 5px 5px 15px;}
	
#contenido_informes ul {
   
   	list-style: none outside none;
    margin: 0;
    padding: 14px 0 14px 20px;
}	
	
#contenido_informes ul li {
	 padding-bottom: 3px;
    padding-left: 0;}
	
#contenido_informes ul li a {
	width: 150px;
	background-image:url(../image/bullet2.png);
    background-position: left 4px;
    background-repeat: no-repeat;
    color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#333;
	border-bottom: 1px #CCC solid;
	margin-left:0px;
	text-decoration:none;
	display: block;
    line-height: 18px;
    padding-left: 18px;
    padding-right: 14px;
	padding-bottom:5px;
    text-decoration: none;}	
	
#contenido_informes li a:hover{
	color:#999;}	
	

/* contenidos encuesta */ 



#encuesta  {
	width:460px;
	height:auto;
	border: 1px #CCC solid;
	float:left;
	margin-top:15px;
	padding-bottom:5px;
	margin-bottom:30px;
	
	}

#encuesta p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#666;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	line-height:18px;
	
	}
	
#encuesta h2{
	width:415px;
	height:auto;
	background-image:url(../image/backgraound_preguntames.png);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:600;
	color:#333;
	text-align:left;
	padding: 5px 5px 5px 40px;}				
		



/* leer_mas*/ 	

.leer_mas {
	width:70px;
	height:25px;
	background-color:#CCC;
	color:#333;
	border:1px solid #999;
	float:right;
	text-align:center;
	margin:15px;
	text-decoration: none;
	line-height:25px;
	}

.leer_mas:hover {
	width:70px;
	height:25px;
	background-color:#850303;
	color:#FFF;
	border:1px solid #999;
	margin:15px;
	}

.leer_mas:hover a {
	color:#FFF;
	font-size:1em;
	text-decoration:none;
	line-height:25px;
	
	}

.leer_mas a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#333;
	text-align:center;
	text-decoration:none;
	line-height:25px;}											
				
				
/* footer */ 
#banner{
	width:220px;
	height:auto;
	float:right;
	margin-top:20px;}				
				
				
				
			
/* footer */ 

#footer {
    clear: both;
    margin: 0;
    position: relative;
    text-align: left;
	background-color:#FFF;
	color: #FFF;
	
}


	
#footer_final{
	background-color:#dedfdf;
	height:130px;
	display:block;
	border-top: 3px #a30404 solid;
	margin-top:30px;
}
	
#campo_logos {
	display:inline-block;
	margin-top:10px;
	height:50px;
	width:700px;
	margin-left:120px;
	}
	
#campo_logos img {
	display:inline-block;
	float:left;
	padding-left:20px;
	}				
#campo_logos img a {
	cursor:pointer;}
	
#campo_info	{
	width:960px;
	height:40px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#333;
	margin-top:10px;}
	
#campo_info a	{
	width:960px;
	height:40px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#a30404;
	font-weight:300;
	margin-top:10px;
	text-decoration:none;}	
	
span.clearfix, .clear {
    clear: both;
    display: block;
    max-height: 0;
    overflow: hidden;
	
	
}
/* buscador 	
#buscador{
	background-image:url(file:///D|/CARITO/Mis%20documentos/ministerio/site_observatorio/img/fondo_buscar.png);
	width:170px;
	height:30px;
	float:right;
	margin-right:8px;
	margin-left:10px;
	display:inline-block;
	border:none;
	
	
}
.icon_buscar{
	width:40px;
	height:20px;
	float:left;
	margin-left:3px;
	margin-top:3px;
	border:0px;
	background-image:url(file:///D|/CARITO/Mis%20documentos/ministerio/site_observatorio/img/icono_buscar.png);
	background-repeat:no-repeat;
	background-color:transparent;
	outline:0px;
	border:none; 
	border-width: 0; 
	outline:none;
	cursor:pointer;

	}
	
/*glosarios*/	
	
.glosario{
	padding-left:12px;
	padding-right:15px;
	width:auto;
	min-width:600px;
	color: #B41413;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
	float:left;
	display:inline-block;
	margin-bottom:20px;
	}

.glosario a:hover{
	padding-left:12px;
	padding-right:15px;
	color: #B41413;
   	font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
	text-align: left;
}

.glosario a:link{
	padding-left:12px;
	padding-right:15px;
	color: #B41413;
  	font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
	float: left;
	width: 3px;
	border-right: 1px solid;
}

.glosario td {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:1.1em;
	}

.one-vote ul {

list-style-type: none;

	}
	
#banner_mesa {
	float:left;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:20px;}
	
	
#banner_final{
	margin-top:20px;}		

		
