/* he cerrado 95px la DivisionPrincipal, ContenidoDivision y ContenidoTabla */

/* ESTILOS GENERALES DE TODA LA WEB */
body {
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #1F3E63;
	background-color: #FEF2E7;
	text-align: center;
	margin: 20px;
}
img {
	border: 0px;
	margin:0px;
}
/* ESTILOS PARA LA MAQUETACIÓN DE LA WEB */
#DivisionPrincipal {
	text-align:center;
	height:485px;
	width:780px;
}
#CabeceraTabla {
	text-align:center;
	vertical-align:middle;
	background: url("../images/cabecera_top.jpg") left top repeat-x;
	width:100%;
	height:80px;
	border:0px;
	background-color:#E2E9EF;
}
#CabeceraIzquierda {
	text-align:left;
	vertical-align:top;
	background: url("../images/cabecera_left.jpg") left top repeat-y;
	width:15px;
}
#CabeceraDerecha {
	text-align:right;
	vertical-align:top;
	background: url("../images/cabecera_right.jpg") right top repeat-y;
	width:15px;
}
#CabeceraRellenoDerecha {
	margin-right:70px;
	text-align:right;
}
#CabeceraMenu {
	text-align:left;
	vertical-align:bottom;
	width:100%;
	height:27px;
	margin:0px;
	border:0px;
	background: url("../images/cabecera_right.jpg") right top repeat-y;
	background-color:#E2E9EF;
}
#CabeceraMenuIzquierda {
	text-align:left;
	vertical-align:bottom;
	background: url("../images/cabecera_left.jpg") left top repeat-y;
	/*width:760px;*/
}
#ContenidoTabla {
	text-align:left;
	vertical-align:top;
	background: url("../images/contenido_right.jpg") right top repeat-y;
	width:100%;
	height:350px;
	border-left:0px;
	border-right:0px;
	border-top: 2px #5A7C98 solid;
	border-bottom: 2px #5A7C98 solid;
	background-color:#F9FAFB;
}
#ContenidoCentral {
	text-align:left;
	vertical-align:top;
	font-size:80%;
	color: #1F3E63;
	background: url("../images/contenido_left.jpg") left top repeat-y;
}
#ContenidoDivision {
	padding:10px 30px 25px 25px;
	height:315px;
}
#PieTabla {
	vertical-align:top;
	background: url("../images/pie_bottom.jpg") left bottom repeat-x;
	width:100%;
	height:24px;
	border:0px;
	background-color:#E2E9EF;
}
#PieIzquierda {
	text-align:left;
	vertical-align:bottom;
	background: url("../images/pie_left.jpg") left bottom no-repeat;
	width:15px;
	height:24px;
}
#PieDerecha {
	text-align:right;
	vertical-align:bottom;
	background: url("../images/pie_right.jpg") right bottom no-repeat;
	width:15px;
	height:24px;
}
#PieContenido {
	font-size:80%;
	font-weight:bold;
	text-align:center;
	padding-top: 1px;
}

/* 
	===============================
	ESTILOS DEL CONTENIDO DE LA WEB
	=============================== 
*/
.Titulo {
	height:30px;
	background: url("../images/titulo_fondo.jpg") repeat-x left top;
	padding:0px;
	vertical-align:text-bottom;
}
.Titulo_Izquierda {
	height:30px;
	background: url("../images/titulo_left.jpg") no-repeat left top;
	padding:0px;
	vertical-align:text-bottom;
}
.Titulo_Derecha {
	height:30px;
	background: url("../images/titulo_right.jpg") no-repeat right top;
	padding:5px 30px 0px 30px;
	margin-bottom:-5px;
	font-size:120%;
	font-weight:bold;
	vertical-align:text-bottom;
	text-align:center;
}
.Enlace:link {
	text-decoration:none;
	color: #1F3E63;
}
.Enlace:hover {
	text-decoration:underline;
	color: #1F3E63;
}
.Enlace:active {
	text-decoration:underline;
	color: #1F3E63;
}
.Enlace:visited {
	text-decoration:none;
	color: #1F3E63;
}
.TextoDivision {
	font-size:50%;
}
a:link {
	color:#0066CC;
	text-decoration:none;
}
a:hover {
	color:#0066CC;
	text-decoration:underline;
}
a:active {
	color:#0066CC;
	text-decoration:underline;
}
a:visited {
	color:#0066CC;
	text-decoration:none;
}
form {
	padding:0px;
	margin:0px;
}
.Formulario {
	border: 1px solid #0066CC;
	background-color:#FFFFF0;
	margin:0px;
	padding:0px;
	vertical-align:text-bottom;
}
.TextoPeque {
	font-size:90%;
	font-weight:normal;
}

/* 
	-------------------------
	fin estilos del contenido
	------------------------ 

ESTILOS PARA EL COPYRIGHT */
.Copyright {
	color: #D85F00;
	font-size:53%;
	font-weight:bold;
}
a.Copyright:link {
	text-decoration: none;
	color:#D85F00;
}
a.Copyright:hover {
	text-decoration: underline;
	color:#D85F00;
}
a.Copyright:active {
	text-decoration: none;
	color:#D85F00;
}
a.Copyright:visited {
	text-decoration: none;
	color:#D85F00;
}
.Copyright_Alinear {
	text-align:right;
	margin-right: 10px;
	margin-top: 2px;
}
