/* estilo genertal de las pagina.*/
* {
	margin:0px;
	padding: 0px;
}

body {   
	background-image: url("../imagenes/colorsfon.jpg");	
	height:100%;
	left:0;
	overflow:hidden;
	position: fixed;
	top: 0;
	width:100%;
}

ul {
	list-style: none;
	margin:0px 0px;
	padding:0px 0px;
}
h5 {
	font-family: Verdana,sans-serif;
	font-size: 12pt;
	font-weight: 500;
	font-style: italic;
	margin-left:15px;
}
.contenido {
	font-family: calibri,verdana,sans-serif;
	font-size: 12pt;
	height:84%;
	padding: 30px  15px 20px 40px;
}

#header {
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0px 2px 3px #fff;
	display: inline-block;	
	height:93.5%;
	margin:10px  0px 0px 15px;
	overflow:hidden;
	text-align: center;
	width:16%;
	vertical-align: top;	
}
#logoici {
	border:3px solid #fff;
	width:97%;
}
#navegador {
	display:block;
	height:70%;
}
#navegador ul {
	margin:0px 0px;
	padding:0px;
}
#navegador ul li {
	padding: 5px 3px;
	margin:7px 5px;	
}
#navegador  a {
	color:#fff;
	font-family: frutigerroman,sans;
	text-decoration :none;
	outline: none;
}
.submenu ul {  
	margin: 5px 0px 5px 10px;
}
.submenu ul {  
	margin: 5px 0px 5px 10px;
}
.sub_boton {
	font-size: 10pt;
	padding:7px;
}
.sub_boton:hover {
	color:#000;
	border-radius: 3px;
	border: 1px solid #fff;
	display:block;
}
#boton_art{
	color:#fff;
	font-size: 14pt;
	padding:7px;
	font-weight: 800;
}
#boton_art:hover{
	color:#000;
}
#bot_nav {
	position:absolute;	
	left:10px;
	bottom:24px;
	z-index: -1;
}

#bot_nav a {
	display:inline-block;
	border-radius: 3px 3px 0px 0px;
	height:15px;
	vertical-align: bottom;
	font-size: 8pt;
	padding:3px;
	color:#fff;
}
#bot_nav a:hover {
	height:20px;
}
section{
	display:inline-block;
	width:85%;    
}
article {
	height :80%;
	left:2000px;
	overflow:hidden;
	padding: 0px 0px 20px 0px;
	top: 125px;
	width:79%;
}
article header {
	color:#eed;
	height:35px;
	width:100%;
}

.titulo_articulo {
	font-family:frutigerblack;
	font-size: 16pt;
	margin:0px;
	padding-top: 5px;
	padding-left: 45px;

}
.largo_fix {
	font-size: 14pt;
}
article  h2 {

	border-bottom: 1px solid #333;
	color:#333;
	margin-top:10px;
} 
article  h3 {
	border-bottom: 3px solid #97bf0d; 
	font-size: 18pt;
	font-weight: 600;
	padding: 5px;
	margin: 50px 0px 30px 0px;
	width:80%;
} 
#ilustracion {
	height:550px;
}
.portada_img {
	
	height:30%;	
	width:30%;
	-webkit-transition:all 1s ease-out;  /* Chrome y Safari */
	-o-transition:all 1s ease-out;  /* Opera */
	-moz-transition:all 1s ease-out;  /* Mozilla Firefox */
	-ms-transition:all 1s ease-out;   /* Internet Explorer */
	transition:all 1s ease-out;  /* W3C */
}
.portada_img2 {
	
	height:30%;	
	width:45%;
	-webkit-transition:all 1s ease-out;  /* Chrome y Safari */
	-o-transition:all 1s ease-out;  /* Opera */
	-moz-transition:all 1s ease-out;  /* Mozilla Firefox */
	-ms-transition:all 1s ease-out;   /* Internet Explorer */
	transition:all 1s ease-out;  /* W3C */
}
.animate_1 {

}
.animate_2 {

}
.animate_3 {

}
.animate_4 {

}
.animate_5 {

}
.animate_1:hover {
	width:85%;
	z-index: 100;
}
.animate_2:hover {
	width:80%;
	z-index: 100;
}
.animate_3:hover {
	
	width:95%;
	z-index: 100;
}
.animate_4:hover {
	width:70%;
	z-index: 100;
}
.animate_5:hover {
	height:70%;
	z-index: 100;
}
/*.portada_img:hover {
	width:80%;
	z-index: 100;
}*/

.img_foot_portada {
	height:18% !important;
	width: 30% ;	
}
.mov_izq {
	left:0px;
}
.mov_der {
	right:0px;
}
.mov_arr {
	top:0px;
}
.portada_img img,.portada_img2 img {
	bottom:0px;
	border: 0 none;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 4px #222222;
	margin: 4px;
}
.alig_izq {text-align: left;
}
.alig_der {
	text-align: right;
}
.tarjeta {
	height:65%;
	background-color: rgba(35,35,35,0.8);
	padding:5px;
	margin-top: 6px;
	-webkit-box-shadow: 0px 0px 5px #555;
	box-shadow: 0px 0px 5px #555;
	border-radius: 3px;
	width:85%;
}
.tarjeta2 {
	height:60%;
	background-color: rgba(35,35,35,0.8);
	padding:5px;
	margin-left: 6px;
	margin-top: 6%;
	-webkit-box-shadow: 0px 0px 5px #555;
	box-shadow: 0px 0px 5px #555;
	border-radius: 3px;
	width:95%;
}
.tarjeta h2, .tarjeta2 h2 {
	background-color: #000;
	color:#eed;
	border:none;
	font-size: 10pt;
	padding:2px; 
	margin:0px 0px;
}
.tarjeta a,.tarjeta2 a{
	font-size: 10pt;
	text-decoration: none;
	color:#eed;
}
.cabecera {
	top:10px;
	height:91%;
	background-color: rgba(255,255,255,0.8);
	-webkit-box-shadow: 0px 2px 3px #fff;
	box-shadow: 0px 2px 3px #fff;
	
}
.cabecera header {

	height:115px;
}
.cabecera img {
	width:100%;
}
.cabecera h1{
	font-size: 24pt;
	margin:0px;
	position:relative;
	top:-70%;
	left:30px;
	font-family: frutigerblack,sans-serif;
}
p{
	padding: 0px 15px;
	text-align: justify;
	
}
#cred li {
	padding-bottom: 4px;
}
#declamer {
	font-family:arial;
	font-style: italic;
	font-size: 9pt;
	padding-top: 30px;
}
.negrita{
	font-weight: 900;
}
.comentarios {
	width:80%;
	margin: 20px auto;
	text-align:center; 
}

.ciudadano {
	border-radius: 10px 10px 10px 10px;	
	font-family: Verdana, sans-serif;
	padding:7px !important;
	margin:0px 0px;	
	-webkit-transition:all .5s ease-in;  /* Chrome y Safari */
	-o-transition:all .5s ease-in;  /* Opera */
	-moz-transition:all .5s ease-in;  /* Mozilla Firefox */
	-ms-transition:all .5s ease-in;   /* Internet Explorer */
	transition:all .5s ease-in;  /* W3C */
}
.vinieta {
	
	color:#333;
	display:inline-block;
	font-size: 10pt;
	margin: 10px;
	vertical-align: top;
	width:40%;
	
}
.coma {	
	width:35px;
}
.ciudadano:hover{
    color:#000;	
	padding:10px;
	height:120%;
	-webkit-box-shadow: -2px 2px 2px #222;
	box-shadow: -2px 2px 2px #222;

}
.recuadro{
	background-color: rgba(40,130,200,0.1);
	border-radius:  10px ;
	border: 2px solid #34a5cf;
	margin: 25px;

}
.recuadro h2{

	border-bottom: 4px solid #34a5cf;
	color: #000;
	display:block;
	font-size: 18pt;
	margin: 0;
	padding-left: 15px;
	width:70%;
}
.recuadro p{
	padding:0px 15px;
}
.radio{
	border-radius: 5px;
}
.radio2{
	border-radius: 0px 0px 5px 5px;
}
figure{
	background-color: #fff;
	-webkit-box-shadow: 5px 5px 10px #222;
	box-shadow: 5px 5px 10px #222;
	width:80%;
	margin:50px auto;
	padding:7px auto;
	text-align: center;
}
figure img {	
	width:90%;
	padding:10px;
}
figure figcaption {
	border-top-color: #667743;
	border-top-style: dotted;	
	font-family: Arial;
	font-size: 10pt;
	margin:auto;
	padding:5px 0px; 
	width:80%;
}
.lista_interna{
	padding:15px 25px;
	list-style: circle inside;
}
.lista_interna li{
	padding:7px ;
}
.indice_intro {
	width:55%;
	margin:30px auto;
	border-radius: 10px;
	-webkit-box-shadow: -2px 2px 2px #333;
	box-shadow: -2px 2px 2px #333;
	overflow:hidden;
}
.indice_intro ul{
	background-color: rgba(0,0,0,.7);
	display:block;
	padding:5px;
	list-style: none;
}
.indice_intro a {
	color: #fff;

}
.indice_intro img {
	vertical-align: bottom;

}
table {
	border-radius: 5px;
	border:1px solid #d5d1ff; 
	text-align: center;
	margin:20px auto;
	width:70%;

}
th {
	background-color: #4687f4;
}
table td {
	padding:5px;
}

table tr:nth-child(even){
 background-color: #d5e1f4;

 }
 table tr:nth-child(odd){
 background-color: #efefef;

 }
 
.menu_final {
	margin: 10px auto;
	width:30%;
}
.recursos {
	font-size: 10pt;
	font-weight: 100;
	font-family: arial;
	font-style: italic;
}
.recursos li {
	padding :7px;
}
.recursos em {
	font-size: 12pt;
	font-family: verdana;
     font-style: normal;
}
#links {
	padding:10px;
	text-align: center;
}
.ref_docu {
	background-color: rgba(0,0,0,.3);
	display:inline-block;
	border-radius: 5px;
	box-shadow: -2px 2px 2px #333;
	margin :40px;
	padding:5px;
}
.docu_nom {
	display: inline-block;
    height: 20px;
    padding: 22px;
    vertical-align: top;
}
.ref_docu img { 
	display:inline-block;
}
.ref_docu a {
	color:#222;
	display:block;
}
footer{
	background-color: #009de0;
	height:25px;
	bottom:0px;
	text-align: right;
	width: 100%;
	z-index:1;
}
#iconos{
	height:15px;
	padding: 3px; 
}
#iconos img{
	border-left: 1px solid rgba(0, 0, 0, 0.3);
	padding: 0 3px;
}

/*
* colores botoneras y encabezados.
/*/


.viorosah1{
	background-color:rgb(189,0,99);
	border-bottom:1px solid #000;
}

	.viorosa{
		background-color:rgba(189,0,99,0.8);
		border: 2px solid  #bd0063;
	}
	
	.viorosa:hover{
		background-color:rgba(189,0,99,0.6);
		border: 3px solid  #bd0063;
		color:#bd0063;
	}
	.celeste{
		background-color:rgba(74,174,164,0.8);
		border: 2px solid  rgb(74,174,164);
		
	}
	.celeste:hover{
		border: 3px solid  rgb(74,174,164);
		background-color:rgba(74,174,164,0.6);
	}
	
	.marronb{
		background-color: rgba(213,74,26,1);
		border: 2px solid rgba(213,74,26,1); 
	}
	
	.marronb:hover{
		background-color:rgba(213,145,26,0.6);
		border: 3px solid  #d5911a ;
	}
	
	.verde2m:hover{
		background-color: rgba(161,184,34,0.6) ;
		border:2px solid #a1b822;
	}
	.verde2m{
		background-color: rgba(161,184,34,0.8) ;
		border:2px solid #a1b822;
	}
	.verde3m:hover{
		background-color: rgba(15,150,126,0.6) ;
		border:2px solid #0f967e;
	}
	.verde3m{
		background-color: rgba(15,150,126,0.8) ;
		border:2px solid #0f967e;
	}
	
	
	
	.verdeh1{
		background-color: #4a9aa4 ;
		border-bottom: 1px solid #000;
	}
	.verde{
		background-color: #4a9aa4 ;
		border-top:5px solid #000;
	}
	.verdeh12{
		background-color: #97bf0d ;
		border-bottom:1px solid #000;
	}
	.verde2{
		background-color: #97bf0d ;
		border-top:5px solid #000;
	}

	.rosa{
		background-color: #bd0063 ;
		border-top:5px solid #000;
	}
/*
* present
*/	
.naranja
{
	background-color: rgba(255,75,0,0.8);
	border: 2px solid #ff5700;
}
.naranja:hover
{
	background-color: rgba(255,75,0,0.6);
	border: 3px solid #ff5700;
}
.naranjaos 
{
	background-color: rgba(213,74,26,0.8);
	border: 2px solid #d5911a;
}
.naranjaos:hover
{
	background-color: rgba(213,74,26,0.6);
	border: 3px solid #d5911a;
}
.ladrillo {
	background-color: rgba(174,73,30,0.8);
	border: 2px solid  #ae491e;
}

.ladrillo:hover{
	background-color: rgba(174,73,30,0.6);
	border: 3px solid  #ae491e;
}
/*
* justificación
*/
.terra_t
{
	background-color:rgb(145,31,26);
	border-top: 5px solid  #000 ;	
}
.terra_h1
{
	background-color:rgba(145,31,26,1);
	border-bottom: 1px solid #000;
}
.terra {
	background-color:rgba(145,31,26,0.8);
	border-top: 2px solid  #911f1a ;
}
.terra:hover {
	background-color:rgba(145,31,26,0.6);
	border: 3px solid  #911f1a ;
}
/*
* colores capitulo 1
*/
/*
* colores capitulo 3
*/
.azul_m {
	background-color: rgba(110,141,219,0.8);
	border:2px solid rgba(110,141,219,1);
}
.azul_m:hover {
	background-color: rgba(110,141,219,0.6);
	border:3px solid rgba(110,141,219,1);
}

.azul_m_t {
	background-color: rgba(110,141,219,1);
	border-top:5px solid #000;
}
.azul_m_h1 {
	background-color: rgba(110,141,219,1);
	border-bottom:1px solid #000;
}
/*
*
*colores conclusiones.
*/
 .celesteos {
		background-color:rgba(15,103,213,0.8);
		border: 2px solid  rgb(15,103,213);
		
	}
.celesteos:hover{
		border: 3px solid  rgb(15,103,213);
		background-color:rgba(15,103,213,0.6);
	}
	.celesteos_t {
	background-color: rgba(15,103,213,1);
	border-top:5px solid #000;
}
.celesteos_h1 {
	background-color: rgba(15,103,213,1);
	border-bottom:1px solid #000;
}
/*
*
*Colores ciudadano
*/
.verde_musgo {
	background-color:#bad294;
	border: 3px solid #adbf0d;
}
.verde_musgo_brd {	
	border-radius: 0px 0px 0px 30px;
	border-left:20px solid #adbf0d;
	height: 25px;
	margin-left:15% ;
}
.azul_cerulio {
	background-color: #afd3ec ;
	border: 3px solid #0d8fcf;
}
.azul_cerulio_brd {	
	border-radius: 0px 0px 30px 0px;
	border-right:25px solid #0d8fcf;
	height: 30px;
	margin-left:66% ;
}
.naranja_nis {
	background-color: #dbbd83;
	border: 3px solid #cf9b0d;
}
.naranja_nis_brd {
	border-radius: 0px 0px 0px 30px;
	border-left:20px solid #cf9b0d;
	height: 20px;
	margin-left:25% ;
}
.azul_II {
	background-color: #92caf1;
	border: 3px solid #61a7c4;
}
.azul_II_brd {	
	border-radius: 0px 0px 30px 0px;
	border-right:15px solid #61a7c4;
	height: 25px;
	margin-left:63% ;
}
.rojo {
	background-color: #e0acbc;
	border: 3px solid #c90742;
}
.rojo_brd {	
	border-radius: 0px 0px 20px 0px;
	border-right:15px solid #c90742;
	height: 18px;
	margin-left:50% ;
}
.verde_ama {
	background-color: #bec87d;
	border: 3px solid #c3cf07;
}
.verde_ama_brd {	
	border-radius: 0px 0px 0px 30px;
	border-left:15px solid #c3cf07;
	height: 35px;
	margin-left:33% ;
}
/*
* colores pie
*/
.lineaverde {
	background-color: #97bf0d;
	height:3px;
	width:100%;
}

/* 
*generalizados.
*/
h2, h3 , article, #navegador {
	display:block;
}
article, .portada_img,.portada_img2,.portada_img_foot ,.portada_img img,.portada_img2 img,.tarjeta,.tarjeta2, footer{
	position:absolute;
}
#sub1,#sub2,#sub3,#sub4,#sub5{
	text-align: left;
}
/*
* condicionales.
*/
@media screen and (max-width:1200px){
	section{

	}
	.cabecera header {

	height:85px;
}
.cabecera h1 {
	font-size: 22pt;
}
article {
    height: 80%;
    padding: 0 0 20px;
    top: 85px;
    width: 79%;
}
	.titulo_articulo {
	font-family:frutigerblack;
	font-size: 12pt;
	margin:0px;
	padding-top: 5px;
	padding-left: 45px;

}
.largo_fix {
	font-size: 11pt;
}
.portada_img2 {
	
	width:55%;
}

}
@media screen and (max-width:1100px){

#navegador a {
	font-size: 10pt;
}
.sub_boton {
    font-size: 9pt;
    padding: 4px;
}	
}
@media screen and (max-width:800px){
#navegador a {
	font-size: 8pt;
}
.sub_boton {
    font-size: 9pt;
    padding: 4px;
}
.cabecera h1 {
	font-size: 16pt;
}
.titulo_articulo {
	font-family:frutigerblack;
	font-size: 12pt;
	margin:0px;
	padding-bottom: 5px;
	padding-left: 40px;

}	
section{
	display:inline-block;
	width:85%; 
	height:400px;   
}
.cabecera header {

	height:80px;
}
article {
    height: 80%;
    padding: 0 0 20px;
    top: 80px;
    width: 79%;
}
#navegador ul li {
    margin: 7px 2px;
    padding: 0px 0px;
}
}