@import url(columnas.css);
@import url(formulario.css);
@import url(album.css);
@import url(paginar.css);
@import url(avisos.css);
@import url(tablon.css);
@import url(fondo.css);

/* Estilos Generales */
* {
	margin: 0;
	padding: 0;
	/*filter: alpha(opacity=50); opacity: .5;*/	
	/*filter: alpha(opacity=100); opacity: 1;*/
}
body {
	text-align: center;
	margin: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	color: #666;/*nuevo*/
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
ul {
	list-style: none;
}
img {
	border: 0;
}
input, textarea ,select{
	font-size:0.95em;
	color: #666;
	border: 1px solid #999999;
	background: none;
	margin: 3px;
}
input.opciones {
	font-size:0.95em;
	color: #666;
	border: none;
	background: none;
	margin-right: 3px;
	vertical-align: middle;
}
input[type="radio"] {
	border: none;
}
input[type="button"],input[type="submit"] {
	/*color:red;*/
}
h3 {

	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	color: #003366;
}
h4 {

	text-align: center;
	font-size: 10px;
	font-family:verdana,arial,sans-serif;
	font-style:normal;
	font-weight:bold;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCC;
	color: #003366;
	
}
/* Fin Estilos Generales */

/* Cabecera */
div#cabecera {
	background: #f6f6f6;/*borrar*/
	border-bottom: 2px solid #FFF;
	width: 985px;
	height: 100px;
}

/* Menú */
div#menu {
	text-align:left;
	width: 985px;
	height: 27px;
	margin: 3px 0 10px 0;
	/*clear: both;*/
	/*float: left;*/
}
/* Ruta y Fecha */
div#rutafecha {
	/*text-align:left;*/
	width: 985px;
	height: 20px;
	margin: 3px auto;
	clear: both;/*nuevo*/
	/*float: left;*/
}
/* Contenedor */
div#contenedor {
	width: 985px; /*764px*/
	padding-top: 15px;
	clear: both;
	background: url(../images/fondocontenedor.gif) repeat-y;
}

/* Contenido */
div#contenido {
	/*background: #f6f6f6;*/
	width: 600px; /*antes 535*/
	margin: 0 25px;
	font-size: .85em;
	float: left;	
}
/* Foro */
div#contenido iframe#foro {
	border: #ccc 1px solid;
	padding: 2px;
	vertical-align: top;
	width: 585px;
	height:400px;	
}
/* Fin foro */


/* Pie */
div#pie {
	width: 970px; /*700px*/
	clear: both;
	/*height: 1%;*/
	overflow: hidden;
	margin-top: 10px;
	font-size: .70em;
	border-top: 1px solid #CCC;
	padding: 4px 4px;
	text-align:left;
}
div#pie ul li {
	display: inline;/*nuevo*/
}
div#pie ul li a {
	display: inline;
	font-size: 11px;
	/*padding-left: 8px;*/
	padding-right: 8px;
	/*background: url(../images/boton.gif) no-repeat right;*/
}
div#pie ul li a img{
	vertical-align: middle;
	filter: alpha(opacity=50); opacity: .5;
}
div#pie ul li a:hover img{
	filter: alpha(opacity=100); opacity: 1;
}
/* Fin Pie */
/* Fecha */
div#rutafecha ul#fecha {
	float: left;
	margin-bottom: 15px;
	color: #666;
}
div#rutafecha ul#fecha li {
	display: inline;
	font-size: 11px;
	padding-left: 8px;
}
div#rutafecha ul#fecha li a {
	color: #666;
}

/* Ruta */
div#rutafecha ul#ruta {
	float: left;
	/*text-align: left;*/
	margin-bottom: 15px;
}
div#rutafecha ul#ruta li {
	display: inline;
	font-size: 11px;
	padding-left: 8px;
	background:  url(../images/indicadorRuta.gif) no-repeat 0 3px;
	margin-left: 8px;	
}
div#rutafecha ul#ruta li a {
	color: #336699;
}
div#rutafecha ul#ruta li a:hover {
	/*text-decoration: none;*/
	color: #89b2d3;
}

