@charset "utf-8";

/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}



/* 



/* body{
	background-color:white;
	font-family: Verdana, sans-serif;
	 margin:auto; 
}/* 


main{
	background-color:white;
	max-width: 1200px;
	font-family: Verdana, sans-serif;
	 width:100%;
	margin:auto; 
}*/



/*Cabecera*/

/* .cabecera {
	padding: 0px 0px 20px 0px;
	margin-bottom: 10px;
	text-align: center; */
	/*position: fixed;
	width: 100%;
	background-color: red;
	}

	
/*Tabla Principio*/

/*.recta{
	background-color: #8B0000;
	width:100%;
	height:40px;
}*/	

/*Direccion de Email*/

/* .email_c{
    color:white;
	line-height: 25px;
	font-size:14px;
} */

/*Imagen Email*/

/* .imagenc{
	width: 20px;
	height: 20px; 
	margin-top: 10px;
	display:inline-block;
	padding-left:-20px;
} */
	
/*Numero de Telefono*/

/* .telefono_c{
 	color:white;
	line-height: 25px;
	font-size:14px;
	padding-left:0px;
	margin-top:0px;
	margin-left:5px;
} */

/*Imagen Telefono*/

/* .imagent{
	width: 20px;
	height: 20px; 
	margin-top: 10px;
	display: inline-block;
}	 */

/*Logo*/
	
/* .logo{
	width:193px;
	display:inline-block;
} */
	
	/*MENU*/
/* .menu{
	background-color: red;
}
	
.menu {
	background-color: red;
	display:inline-block;
	vertical-align: middle;
        line-height: 1.5;
}
		
#menup li {
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
	border-radius: 25px;
	margin-bottom: 5px;
	font-family: 'Roboto',sans-serif;
	font-weight: bold;
	font-size:18px;
background-color: red;

}

#menup li a {
	padding: 5px 10px; 
	background-color:white;
	color: black;
	text-decoration: none;
	color: #708090;
}

#menup li a:hover {
	background-color: white;
	color: white;
	border-radius: 25px;
}

 #menup li a.active{
	background-color: white;
	border-radius: 25px;
	color:white;
 }
 
 #menup li a.visited{
	background-color:white;
	border-radius: 25px;
	color:white;
 } */
 
  
 /* .activa{
	background-color: rgb(255,153,0) !important;
	color: white;
	border-radius: 25px;
	}
		 */
 /* 
 a:link, a:visited {
  color: blue;
}

  */
  
/*Contenido*/

/* .contenido{
	margin:auto;
	margin-top:0px;
	max-width:1200px; 
}

.parrafo{
	
	text-align:justify;
	margin-bottom:6px;
	margin-top:0px;
	font-size:14px;
	font-family: Arial;
	color:black;
	line-height: 1.5;
	margin-right: 5px;
	margin-left:5px;
	vertical-align:center;

}

.titulos{
	font-family: arial;
	font-size:14px;
}

.tituloaviso{
	font-family: arial;
	font-size:14px;
	font-weight:bold;
	text-decoration: underline;
	text-decoration-style: double;
	padding-top:15px;
	padding-bottom:15px;
}

.vinetas{
	padding-left: 20px;
	text-align:justify;
	margin-bottom:6px;
	margin-top:0px;
	font-size:14px;
	font-family: Arial;
	color:black;
	line-height: 1.5;
	margin-right: 5px;
	margin-left:5px;
	vertical-align:center;
}


span{
	font-family: Book Antiqua;
	font-size: 16px;
	color:#8B0000;
	font-weight:bold;
}

/*Tabla Mapa*/

/* #table2{
	width:800px;
	margin:0 auto;
}

/*Pie de Pagina

.footer {
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: white;
   color: white;
   text-align: center;
   height: 100px;
   line-height: 90px;
   margin-top:30px;
   font-size: 18px;
   font-family: 'Roboto',sans-serif;
   font-weight: bold;
}
 */ 

