@charset "utf-8";
/* CSS Document */

body {
	background-color: #666;
	margin-top: 0px;
}

link a{
	color: #000;
}

link a:visited{
	color: #000;
}

#container {
	background-color: #000;
	width: 60em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}

#header {
	background-color: #000;
	background: url(images/logo.jpg) no-repeat;
	height: 372px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#headanim {
	float: right;
	width: auto;
	height: auto;
	margin-top: -15px;
	padding: 0px;
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #999;
	height: 850px;
}

#banner_main {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.titulares {
	width: 909px;
	padding: 0px;
	margin: auto;
}

.titular {
	width: 303px;
	padding: 0px;
	float: left;
	background-color: #FFF;
}

.tit_txt {
	width: 283px;
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.tit_txt h1 {
	font-size: 14px;
	color: #993300;
}

.tit_txt a{
	text-align: right;
	color: #993300;
	font-size: 10px;
	text-decoration: none;
}

.tit_txt a:visited {
	text-align: right;
	color: #993300;
	font-size: 10px;
	text-decoration: none;
}

.tit_txt a:hover {
	text-decoration: underline;
}

.contenido {
	width: 586px;
	padding: 10px;
	float: left;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.contenido p, li{
	font-size: 12px;
	text-align: justify;
}

.contenido h1{
	font-size: 18px;
	color: #C30;
}

.contenido h2{
	font-size: 14px;
	color: #C30;
}

.contenido a{
	color: #000;
}

.contenido a:visited{
	color: #000;
}

#banners {
	width: 303px;
	padding: 0px;
	float: left;
	background-color: #666;
	text-align: center;
}

.banner {
	width: 263px;
	text-align: center;
	margin: auto;
	padding: 5px;
}

#footer { 
	padding: 10px;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: auto;
} 


#menu_top {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	margin-left: 200px;
	margin-top: -10px;
	background-color: #000;
	padding: 5px;
}

#menu_top li {
	list-style: none;
	display: inline;
}

#menu_top a, a:visited {
	color: #FFF;
	text-decoration: none;
	padding: 8px;
}

#menu_top a:hover {
	background-color: #FC3;
	color: #000;
}
