@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #515151;
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat-x;
}
#contenido {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: auto;
}
#imageninicio {
	background-image: url(imagenes/inicio/menu.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 860px;
	height: 130px;
}
#sideizqgde {
	width: 540px;
	vertical-align: top;
}
#sidederch {
	float: right;
	width: 316px;
}
#sideizq {
	width: 280px;
}
#sideder {
	width: 280px;
	float: right;
}
#sidecentro {
	width: 280px;
	left: 290px;
	position: relative;
}
#footer {
	clear: both;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	padding-right: 15px;
	padding-left: 10px;
	color: #666666;
}
.par {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	color: #666666;
}
.links {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #999999;
	color: #FFFFFF;
}
#izquierda{
	width:260px;
	height:auto;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#derecha{
	width:260px;
	height:auto;
	background-color:#FFFFFF;
	float:right;
	margin-right: 5px;
}
#principal{
	width:280px;
	height:auto;
	background-color:#ECECEC;
	padding:10px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 280px;
}
.negrita {
	font-weight: bold;
}
a:link {
	color: #000000;
}
a:hover {
	color: #333333;
}
a:visited {
	color: #CCCCCC;
}
a:active {
}

