@charset "utf-8";
/* CSS Document */

/*Estilos links*/

body {
	background-color:#fff;    
}

a:link {
color: #467288;
	text-decoration: none;
	font-weight:600;
}

a:visited {
color: #28495C;
	text-decoration: none;
	font-weight:600;
}

a:active {
color: #03CEE7;
	text-decoration: none;
	font-weight:600;
}

a:hover {
color: #0A788B;
	text-decoration: none;
	font-weight:600;
}

#header {
background: -webkit-linear-gradient(left, #42474B, #99a6ac, #99a6ac); 
	}

.cel-head {
background: #99a6ac; 
	}

.adorno {
content: url("../skins/cabeza-metal.jpg");
    height:150px;
}

.tabla-headcel {
	background-color: #32393D;
	}

.mastemas:hover {
	background-color: #7E9196;	
	}

.cabeza3 {
	color:#333E42;	
}

.titulo1 {
	color:#333E42;	
}


.titulo2 {	
	background:#52585A;	
}

.tit-tipo {	
	background:#52585A;	
}

.tit3 {		
	background:#869596;	
}

.cabeza1, .cabeza-top{	
	color:#333E42;	
}

.cabeza2 {	
	color:#333E42;
}
	.show-hidde:hover {
	background-color:#738DAC;
	}

/*Menú principal*/

ul.acel li a {							
background:#515C68;				
			}

ul.acel li a:hover {
background:#7B8793;
}

.menu-lat {
	background:#515C68;	
    }

/*Etiq visualizacion*/

.oculto {
	display:none;
}

.backAnim:hover{
background:#738DAC;
}

/* Speech ballons */


/*Gestion de medios*/
/*Desktop
@media (min-width: 1100px)*/
	
	

/*Tablet Grande o PC chica  @media (min-width: 800px)and (max-width: 1099px){*/

	
	

/*Tablet chica*/
@media (min-width: 621px) and (max-width: 820px){	

.cerrar:hover {
	background-color:#738DAC;
	}	
}

.adorno {
content: url("../skins/cabeza-metal.jpg");
    height:150px;
}

/*Mobile*/
@media (max-width: 620px){

	.cerrar:hover {
	background-color:#738DAC;
	}
    
    .adorno {
content: url("../skins/cabeza-metal.jpg");
    height:90px;
}
}




