/* Estilos del cuerpo */
body {
	background: #000000;
	font: 75% Arial;
	color:#DDDDDD;
	background-image: url(images/mdo_background_2010.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center top;
}
h1 {
	font-size: 100%;
	line-height: 1.5em;
	color:#999999;
	background:#000000;
}
h2 {
	font-size: 95%;
	line-height: 1.5em;
	color: #DDDDDD;
	background:#000000;
}
h3 {
	font-size: 90%;
	line-height: 1.5em;
	color: #7EB0B0;
	background:#151515;
	margin-top: 0px;
}
h4 {
	font-size: 85%;
	line-height: 1.5em;
	color: #7EB0B0;
	background-color: #2A2A2A;
}
/*Menu tope del portal*/
#menutope {
	width: 960px;
	margin:0px;
	background: #000000;
	height: 43px;
	background-image:url(images/menu_tope.jpg);
}
/*Fecha del tope*/
#fecha {
	width: 360px;
	margin:5px;
	height: auto;
}
/*Fecha del tope dentro*/
.fechadentro {
	line-height: 3em;
}
/*Search*/
#search {
	width: 350px;
	float: right;
	margin:5px;
	height: auto;
}
/*Contenedor que contiene todo el portal*/
#contenedor {
	background-image:url(images/bg_grad_trans.png);
	background-repeat:repeat-x;
	width: 960px;
	height: 80%;
	margin: 0px auto 20px auto;
	font-size: 1.0em;
}
/*Header del portal*/
#header {
	width: auto;
	margin:0px;
	height: 200px;
}
/*Menu central del portal*/
#menu {
	width: 100%;
	margin: 0px;
	background: #000000;
	height: 31px;
	font-size: 1.0em;
	border: 0px solid #2A2A2A;
}
/*Menu central del portal dentro*/
.menudentro {
	line-height: 3em;
	text-align: center;
}
/*Leftbox - Tabla de secciones exterior*/
#leftbox {
	font-size: 1em;
	line-height: 1.5em;
	float: left;
	background: #000000;
	border: 5px solid #151515;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	width: 200px;
	margin: 5px 0 5px 5px;
}
/*Leftbox dentro - Tabla de secciones dentro*/
.leftboxdentro {
	font-size: 1em;
	background: #000000;
	width: 190px;
	margin-left: 5px;
	margin-right: auto;
}
/*rightbox - Tabla de contenido*/
#rightbox {
	width: 725px;
	float: right;
	background: #000000;
	border: 5px solid #151515;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-size: 1em;
	line-height: 1.5em;
	margin: 5px;
}
/*rightbox - Tabla de contenido dentro*/
.rightboxdentro {
	width: 716px;
	background: #000000;
	border: 0px solid #000000;
	font-size: 1em;
	line-height: 1.5em;
	margin: 5px;
}
/*Footer - Derechos reservados y avisos*/
.footer {
	clear: both;
	font: 90% Arial;
	text-align:justify;
	margin: 5px;
	margin-left: 10px;
}
/*Enlaces - Colores y propiedades*/
a:link, a:visited{
	color: #7EB0B0;
	text-decoration: none;
}
a:hover{
	color:#FFFFFF;
	text-decoration: none;
}
/*Anuncios - Colores y propiedades*/
#anuncios {
	font-size: 1em;
	line-height: 1.5em;
	float: inherit;
	background: #000000;
	border: 5px solid #151515;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	width: 930px;
	margin: 10px 0 5px 10px;
}
/*Anuncios Dentro - Colores y propiedades*/
#anunciosdentro {
	font-size: 1em;
	line-height: 1.5em;
	float: inherit;
	background: #000000;
	border: 0px solid #000000;
	width: 900px;
	margin: 5px 0 10px 5px;
}
/*Formularios - Colores y propiedades*/
	input {
	font-family: Arial;
	font-size: 100%;
	color: #DDDDDD;
	font-weight: normal;
	background: #2A2A2A;
	border: 1px solid #666666;
}
select {
	font-family: Arial;
	font-size: 100%;
	color: #000000;
	font-weight: normal;
	background: #2A2A2A;
}
textarea {
	font-family: Arial;
	font-size: 100%;
	color: #DDDDDD;
	font-weight: normal;
	background: #2A2A2A;
	border: 1px solid #666666;
}
/*Imágenes*/
.photo {
	border: 1px solid #7DB0B0;
	padding: 0px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 6px;
	margin-top: 2px;
}
/*Imágenes centralizadas*/
.photocentered {
	border: 1px solid #7DB0B0;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
/*Otros estilos*/
hr {
	border: 0;
	color: #333333;
	background-color: #333333;
	height: 1px;
	width: 100%;
	text-align: left;
}
ul {
	list-style-position:outside;
	list-style-type:square;
	margin-left:10px;
	padding-left:10px;
}
