@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0px;
	padding: 0px;
}

#pagina{
	background-image: url("../img/headerFondo.png");
	background-position: top right;
	background-repeat: repeat-x;
	background-color: #fcf7fd;
}

#cuerpo{
	margin-right: auto;
	width: 984px;
}

#cabecera{
	height: 96px;
	border-left: 20px;
	border-left-color: white;
	border-left-style: solid;
	margin-top: 10px;
}

#cab_izq{
	float: left;
	height: 96px;
	width: 322px;
	background-image: url("../img/cab_izq.png");
}

#cab_der{
	float: right;
	height: 96px;
	width: 541px;
	background-image: url("../img/cab_der.png");
}

#cab_cen{
	height: 96px;
	background-color: #d15dfc;
}

#separador_cab{
	height: 6px;
	background-image: url("../img/separador_cab.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #dc82fd;
	border-left: 20px;
	border-left-color: white;
	border-left-style: solid;
}

#botonera{
	text-align: right;
	border-right: 3px;
	border-right-color: #dd85fd;
	border-right-style: solid;
/*	border-left: 61px;
	border-left-color: #c34ffa;
	border-left-style: solid;*/
	border-left: 20px;
	border-left-color: white;
	border-left-style: solid;
	margin: 0px;
	padding: 0px;
	background-color: #999999;
}

#botonera object, #botonera embed{
	width: 900px;
	margin: 0px;
	padding: 0px;
}

#panel_central{
	float: left;
	border-right: 3px;
	border-right-color: #dd85fd;
	border-right-style: solid;
	border-left: 20px;
	border-left-color: white;
	border-left-style: solid;
	background-image: url("../img/borde_izq.png");
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #ffffff;
}

#izq{
	float: left;
	width: 61px;
	height: 336px;
	background-image: url("../img/col_izq.png");
	background-position: top left;
	background-repeat: no-repeat;
}

#logos_izq{
	float: left;
	background-color: transparent;
	width: 180px;
	margin-top: 30px;
}

#der{
	margin-top: 20px;
	float: right;
	width: 150px;
	background-color: #E3E3E3;
}

#contenidos{
	min-height: 620px;
	margin-left: 241px;
	padding-top: 20px;
	border-right: 150px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	padding-left: 30px;
	padding-right: 30px;
	border-left: 2px;
	border-left-color: #e3e3e3;
	border-left-style: solid;
	background-image: url("../img/logo_fondo.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	line-height: 1.5;
	
	font-family: Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}

.logo {
	width: 180px;
	background-position: center;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
}
.texto1 {
	width: 180px;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: center;
	border-top: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
}

.titulo-derecha {
	width: 150px;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #585858;
	padding-bottom: 4px;
	padding-top: 4px;
	text-transform: uppercase;
}
.fondo-gris-derecha {

	background-color: #CCCCCC;
	text-align: center;
	align: top;
}

#pie{
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	background-color: #e3e3e3;
	border-top: 10px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
