/* CSS Document */

/* BASICO */
#base1 {
	background-image: url(../img/fondo_s1.jpg);
	background-repeat: no-repeat;
	height: 495px;
	width: 770px;
	border: 1px solid #333333;
	text-align: left;
}
#base2 {
	background-image: url(../img/fondo_s2.jpg);
	background-repeat: no-repeat;
	height: 496px;
	width: 770px;
	border: 1px solid #333333;
	text-align: left;
}
a:link {
	color: #008000;
}
a:visited {
	color: #008000;
}
a:hover {
	color: #00B700;
}
A.gr:link {
	color: #999999;
	text-decoration: none;
}
A.gr:visited {
	color: #999999;
	text-decoration: none;
}
A.gr:hover {
	color: #333333;
	text-decoration: none;
}
A.f:link {
	color: #333333;
	text-decoration: none;
}
A.f:visited {
	color: #333333;
	text-decoration: none;
}
A.f:hover {
	color: #000000;
	text-decoration: underline;
}
div {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
strong {
	font-weight: bold;
}


/* GENERAL */
#cabecera {
	width: 768px;
	float: left;
}
#logo {
	width: 191px;
	height: 126px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#titular {
	text-align: right;
	width: 570px;
	height: 40px;
	float: right;
	padding-top: 55px;
}

#version {
	text-align: right;
	width: 570px;
	height: 20px;
	float: right;
	padding-top: 10px;
	padding-right:5px;
}

#menuycontenido {
	width: 768px;
	height: 372px;
}
#menu {
	width: 191px;
	float: left;
	padding-top: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#secciones {
	height: 52px;
}
