/* CSS Document */

body {
	background-color: #8CA7B3;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
}
.left,.right {	border: 1px #809097 solid; width: 56px; }
.right {float: right;}
.left {float:left;}
.centro {	float: none;
	width: 838px;
	margin-left: 58px;
	border: 1px solid #D2DCE8;
	border-left: 3px solid #D2DCE8;
	border-right: 3px solid #D2DCE8;
	}

/* TOPCABECERA */

#topcabecera {
	width:960px;
	margin: 0 auto;
}

#topcabecera .left {
	height: 26px;
	background-image:url(img/topcabecera_left2.png);
	background-repeat: repeat-y;
}

#topcabecera .right {
	height: 26px;
	background-image:url(img/topcabecera_right2.png);
	background-repeat: repeat-y;
}

#topcabecera .centro {
	background-image:url(img/topcabecera_center.png);
	height: 26px;
	background-repeat: repeat-x;
}

/* CABECERA */

#cabecera {
	clear: both;
	width:960px;
	margin: 0 auto;
}

#cabecera .left {
	height: 148px;
	background-image:url(img/topcabecera_right2.png);
	background-repeat: repeat-y;
}
#cabecera .right {
	height: 148px;
	background-image:url(img/cuerpo_left2.png);
	background-repeat: repeat-y;
}
#cabecera .centro {
	background-image:url(img/cabecera.png);
	height: 148px;
	background-repeat: no-repeat;
}
#logo {
	padding-left: 20px;
	background-image:url(img/logo_fondo.jpg);
	height:148px;
	background-repeat: no-repeat;
	background-position: right center;
}
#logo h1{margin:0; padding:0; padding-top: 20px;}



/* CUERPO */

#cuerpo {
	width:960px;
	margin: 0 auto;
	clear:both;
}

#cuerpo .left {
	border: 0;
/**
	min-height: 310px;
	height: inherit;
	background-image:url(img/cuerpo_left2.png);
	background-repeat: repeat-y;
**/
}
#cuerpo .right {
	border: 0;
/**
	min-height: 310px;
	background-image:url(img/cuerpo_right2.png);
	background-repeat: repeat-y;
	**/
}
#menu { margin:0; padding:0; font-size:.9em;}
#menu td{
	background-image: url(img/menu.png);
	background-repeat: no-repeat;
	background-position: right;
	min-width: 80px;
	height: 36px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 20px;
	font-weight:bold;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}
#menu table,tr{margin:0; padding:0; border:0;}
#menu a{
	color:#000;
	text-decoration: none;
}
#menu a:hover{text-decoration: underline;}
#main {background:#fff; min-height:264px; padding: 8px;}
#main h1{font-size: x-large; font-weight: bold; color: #666; border: 1px #666 solid; padding: 2px;}
#main h2{font-size: medium; font-weight: bold; background-color: #ccc; border-bottom: 1px #666 solid; padding: 2px;}
#main .destacado{font-size: small; font-weight:bold; background-color: #eee; border-bottom: 1px #aaa solid;}
#main .tablacentro td{ text-align:center; vertical-align:top;}

/* PIE */

#pie {
clear:both;
	width:960px;
	margin: 0 auto;
}
#pie .left {
	height: 78px;
	background-image:url(img/topcabecera_right2.png);
	background-repeat: repeat-y;
}
#pie .right {
	height: 78px;
	background-image:url(img/cuerpo_left2.png);
	background-repeat: repeat-y;
}
#pie .centro {
	background-image:url(img/pie_center.png);
	height: 67px;
	background-repeat: repeat-x;
	padding: 5px;
	width: 828px;
	font-size: .9em;
}
#piedcha {float:right; text-align:right; padding-right: 10px;}
.destacado {font-size:1.3em;}