/*ESTILO PARA EL BODY*/
body{
	text-align: center;
	width: 760px;
	margin: auto;
	background-color: #a3a3a3;
	/*background-color: #ffffff;*/
	/*background-image:  url(images/fondoAzul.gif); */
	margin-top: 0px;
	margin-bottom: 0px;		
}
/*TABLA PRINCIPAL*/
.tablaPrincipal{
	width: 760px;
	border: 1px solid #000;
}
.sombraDerecha{
	background-image:  url(images/sombraDerecha.gif);
	width: 10px;
}
.sombraIzquierda{
	background-image:  url(images/sombraIzquierda.gif);
	width: 10px;
}
.alinearTop{
	vertical-align:top;
}
.alinearDerecha{
	padding: 5px;
	text-align:right;	
}
.textoWeb{
	color: #000000;
	font-family: trebuchet ms, Arial;
    font-size: 12px;
	padding: 5px;	
	vertical-align:top;
}

.textoRojo{
	color: #ff0000;
	font-family: trebuchet ms, Arial;
    font-size: 12px;
	padding: 5px;
	vertical-align:top;
}
.textoResaltado{
	color: #000000;
	font-family: trebuchet ms, Arial;
/*	font-weight: bold;*/
    font-size: 14px;
	padding: 20px;
	vertical-align:top;
	background-color: #e7e7e7;
	border-top: dotted #cccccc 1px;
	border-bottom: dotted #cccccc 1px;
}
.tabla100{
	width: 100%;
}
.centrar{
	text-align:center;
}
.ancho480{
	width: 445px;
}
.tablaMenu{
	width: 150px;
	padding-right: 10px;	
	vertical-align: top;
	text-align: right;
	padding-top: 10px;	
	border-right: dotted #cccccc 1px;	
	background-color: #ffffff;
}
.fondoTitulo{
	height: 50px;
	background-image: url("images/fondoTitulo.gif");
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-top: 10px;
	padding-left: 25px;
	vertical-align: top;	
	font-family: trebuchet ms, Arial;
    font-size: 13px;
	color: #ffffff;	
}
.fondoBlanco{
	background-color: #ffffff;
	float: top;
	vertical-align:top;
}
.piePagina{
	background-color: #ffffff;
	text-align: center;	
	font-family: trebuchet ms, Arial;
    font-size: 12px;
	color: #999999;
	padding: 10px;
	border-top: dotted #cccccc 1px;
}
.tituloPagina { 
	width: 760px;
	font-family: Arial;
	font-size: 24px; 
	color: #336600; 
	background-color: #fff;
	font-weight: bold; 
	height: 25px;
	padding-left: 10px;	
	border-bottom: dotted #cccccc 1px;	
}
.tablaNoticias{
	width: 240px;
	border: solid #ccc 1px;
	background-color: #efefef;
	padding-left: 5px;
}
.tablaImagen-Video{
	width: 280px;
	border: solid #ccc 1px;
	background-color: #efefef;
	padding-left: 5px;
}
.tituloNoticia {
	color: #cc0000;	
	font-size: 20px;
	font-weight: bold;
	width: 170px;
}
.tituloGaleria {
	color: #ff6600;	
	font-size: 20px;
	font-weight: bold;
	width: 170px;
}
.tituloContacto {
	color: #000099;	
	font-size: 20px;
	font-weight: bold;
}
.separaNoticia{
	border-bottom: dotted #cccccc 1px;
}

/*MENU*/
ul.menu {
	clear: both;
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	/*border-left:1px solid #7C7C7C;*/
	font-weight: bold;
	font-size:12px;	
	color:#666;
	font-family: trebuchet ms;
}
ul.menu li {
	display: inline;
	float: left;
	text-decoration:none;	
	text-align:left;	
	font-size:12px;	
	color:#666;	
	background-color:#fff;
	font-weight: bold;
}

ul.menu li a:link, ul.menu li a:visited {
	padding: .5em;
	padding-left: 8px;
	display: block;
	text-decoration: none;
	color: #333;
	background: #efefef;
	/*border-top:1px solid #7C7C7C;*/
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;	
}
ul.menu li a:hover{
	background-color:#cc0000;
	text-decoration:underline;
	color: #fff;
}

/* ESTILO PARA LOS ENLACES DE LA WEB PRINCIPAL*/
.link{
	font-size:12px;	
	color:#000;	
	font-family: trebuchet ms;
	font-size: 12px;
	text-decoration:none;
}

input { 
	font-family: Trebuchet ms;
	font-size: 11px; 
	color: #000000; 
	background-color: #E8FFDD; 
	border: #545234; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
} 
select { 
	font-family: Trebuchet ms; 
	font-size: 11px; 
	color: #000000; 
	background-color: #E8FFDD; 
	border:#545234; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
} 
.estilotextarea2{
	font-family: Trebuchet ms;
	font-size: 11px; 
	color: #000000; 
	background-color: #E8FFDD; 
	border: #545234; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}