@charset "utf-8";
body {
	background-color: #CCCCCC;
	background-image: url(dotted_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#contenedor {
	width: 993px;
	height: 1000px;
	margin: auto;
}
#contenedor2 {
	width: 993px;
	height: 3250px;
	margin: auto;
}
#contenedor3 {
	width: 993px;
	height: 1400px;
	margin: auto;
}
.foto {
	float: left;
	padding: 10px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding-left: 10px;
}
.cuadro {
	float: left;
	height: 180px;
	width: 345px;
}
.titazul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #0000CC;
	padding: 10px;
	display: block;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #023CC2;
	text-decoration: none;
}
.notitu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
}

.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

#pie {
	background-image: url(bot.jpg);
	height: 106px;
}
#texto {
	float: left;
	height: 330px;
	width: 500px;
	padding-top: 20px;
	padding-right: 20px;
}
#texto2 {
	float: left;
	height: 2600px;
	width: 640px;
	padding-top: 20px;
}
#texto3 {
	float: left;
	height: 700px;
	width: 640px;
	padding-top: 20px;
}
#foto {
	float: left;
	height: 330px;
	width: 290px;
	padding-top: 20px;
}
#noticias {
	float: left;
	height: 330px;
	width: 170px;
	padding-top: 20px;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#titnoticias {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #023CC2;
	padding: 5px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#top {
	background-image: url(top.jpg);
	height: 243px;
}
#menu1 {
	background-image: url(menu.jpg);
	height: 28px;
}
#contenido {
	height: 360px;
	background-color: #FFFFFF;
}
#contenido2 {
	height: 2700px;
	background-color: #FFFFFF;
}
#contenido3 {
	height: 780px;
	background-color: #FFFFFF;
}
#sub {
	height: 180px;
	background-color: #FFFFFF;
}
.azul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0000CC;
	padding: 10px;
	display: block;
	font-weight: bold;
}

#login {
	float: left;
	height: 180px;
	width: 290px;
}


ul.menu {
	list-style:none;
	margin:0;
	padding:0;
}
ul.menu * {margin:0; padding:0}
ul.menu a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
ul.menu li {position:relative; float:left; margin-right:2px}
ul.menu ul {
	position:absolute;
	top:26px;
	left:0;
	display:none;
	opacity:0;
	list-style:none;
	background-color: #CCCCCC;
}
ul.menu ul li {
	position:relative;
	width:148px;
	margin:0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul.menu ul li a {
	display:block;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
ul.menu ul li a:hover {
	background-color: #666666;
}
ul.menu ul ul {
	left:148px;
	top:-1px;
	background-color: #999999;
}
ul.menu .menulink {
	padding:5px 7px 7px;
	font-weight:bold;
	width:134px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul.menu .menulink:hover, ul.menu .menuhover {

}
ul.menu .sub {
	background-color: #CCCCCC;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 136px 8px;
}
ul.menu .topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #CCCCCC;
}

