/* CSS Document */
body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 80%;
}
#container {
	width: 760px;
	margin: 0px auto;
}

/* Lateral Izquierdo */
#lado {
	width: 180px;
	height: 400px;
	margin-top: 0px;
	background-color: #778CB3;
	color: #FFFFFF;
	padding: 5px;
}
/* Cuerpo Principal */
#cuerpo {
	width: 760px;
	margin-top: 0px;
	background-color: #FFFFFF;
	color:#FFFFFF;
	padding: 0px;
}
/* Caracteristicas del Menu */
#menu {
	width: 734px;
	background-color: #1280CB;
	padding: 13px;
	border-bottom: 0px solid #FFFFFF;
	float: right;
}
#menu a:link, #menu a:visited, #menu a:active {
	background-color: #1280CB;
	padding: 13px;
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:hover {
	padding: 13px;
	background-color: #F01E1E;
	text-decoration: none;
	color: #FFFFFF;
}
p {
	margin: 0 0 0 0px;
	height: inherit;
}
/* Pie de Pagina */
#footer {
	background-color: #1280CB;
	padding: 0px;
	width: 760px;
	color:#FFFFFF;
	font-size: 90%;
	text-align: center;
	clear:both;
	border-top: 0px solid #FFFFFF;
}
#footer a:link, #footer a:active, #footer a:hover, #footer a:visited {
	color:#000000;
}

/* Letras de los encabezados */
h1 {
	padding: 4px;
	margin: 4px;
	font-size: 120%;
	font-weight: bold;
	color: #FF3333;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #3399CC;
}
h2 {
text-align: center;
	font-size: 300%;
	font-weight: normal;
	color: #660000;
}
tex1 {
text-align: center;
	font-size: 100%;
	font-weight: normal;
	color: #330099;
}
