body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #335EA8;
}
#contenedor {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}
#cabecera {
	width: 100%;
	height : 100px;
	clear: both;
	background-color: #83ADD7;
	background-image: url(../imgs/arriba.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
} 
/******** MENU ********/
#menu {
	width:180px;
	float: left;
	background-color: #9D9D9D;
	background-image: url(../imgs/lateral.jpg);
	background-repeat: repeat-y;
}
#menu td {
	text-align: right;
}
#menu a, #menu a:link, #menu a:visited {
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: underline;
}
/******** CONTENIDO ********/
#contenido {
	margin-left: 190px;
	background-color: #FFFFFF;
	padding: 10px;
	text-align: center;
}
#contenido a, #contenido a:link, #contenido a:visited {
	color: #4075B9;
	text-decoration: underline;
}
#contenido a:hover {
	color: #0033CC;
	text-decoration:none;
}
#contenido form {
	margin: 0px;
	padding: 0px;
}
#contenido h1 {
	color: #99CC00;
	background-color: #EFEFEF;
}

#contenido h2 {
	color: #99CC00;
	font-weight: normal;
}
.tabla1 {
	display: inline;
}
.tabla1 th {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #99CC00;
	text-align: left;
}
.tabla1 td {
	font-size: 12px;
	color: #000000;
	background-color: #E8F3FF;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99CCFF;
}

.tabla2 {
	display: inline;
}
.tabla2 td {
	font-size: 12px;
	text-align: left;
	color: #000000;
	background-color: #FFE2A8;
}
.tabla2 th {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	background-color: #FFE2A8;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	background-color: #FF6633;
	text-align: center;
}

