/* CSS Document */
/* Reset css */

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	 
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* Inicio código */
body{ 
	background-color: white;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 20px;
	font-size: 11px;
	color:black;
	background-image:url(imagenes/fdo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#contenedor{ 
	width:970px; 
	margin: auto;
	text-align: center;
}
.idiomas{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5E5D5C;
	text-decoration:none;
}
#flash{ 
	margin-bottom:180px;
	
}
#linea{ 
	height: 5px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #171796;
	
}
#menu{ 
	width:148px;
	padding:12px;
	background-color:#D7D6D6;
	font-weight:bold;
	font-size: 12px;
	color:black;
	text-align:left;
	
}
#txt{ 
	width:168px;
	padding:12px;
	background-color:#D7D6D6;
	font-weight:normal;
	font-size: 11px;
	color:black;
	text-align:left;
	height: 400px;
	
}
#txt2{ 
	width:168px;
	padding:12px;
	background-color:#D7D6D6;
	font-weight:normal;
	font-size: 11px;
	color:black;
	text-align:left;
	
}
.imagenes_small{ 
	float:left;
	margin-right: 18px;
	margin-bottom: 10px;
	
}
.pie{ 
	font-size: 9px;
	
}
a.pie{ 
	font-size: 9px;
	color:black;
	text-decoration:none;
	
}
.pie2{ 
	font-size: 9px;
	color:#666;
	
}
a.pie2{ 
	font-size: 9px;
	color:#666;
	text-decoration:none;
	
}
.menu{ 
	font-size: 9px;
	color: #D42E12;
	font-size: 13px;
	text-decoration: none;
	
}
.page-options{ 
	font-size: 9px;
	color: #D42E12;
	font-size: 13px;
	text-decoration: none;
	
}
.logo{ 
	margin-bottom:10px;
	
}
.menurojo{ 
	text-decoration:none;
	color:black;
	font-weight:normal;
	
}
.submenu{ 
	text-decoration:none;
	color:black;
	font-weight:normal;
	margin-left:38px;
	
}
.submenuactive{ 
	text-decoration:none;
	color:#991F36;
	font-weight:normal;
	margin-left:38px;
	
}
.menurojo_active{ 
	text-decoration:none;
	color:#991F36;
	font-weight:normal;
	
}
.titular{ 
	font-size: 20px;
	padding-bottom: 15px;
	color:white;
	
}
a:hover.menurojo{ 
	text-decoration:none;
	color:#991F36;
	
}

