@charset "utf-8";
body {
	background-image: url(../images/fondo_general.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 4px;
	padding: 0px;
	background-color: #7fa7be;
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-size: 11px;
}
#general {
	width: 762px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#superior {
	background-image: url(../images/portada/fondo_sup.gif);
	height: 93px; /* alto real 97*/
	padding-top: 4px;
	padding-right: 4px;
	background-repeat: no-repeat;
	padding-left: 4px;
}
#medio {
	height: 291px;
	padding-right: 4px;
	padding-left: 4px;
	background-image: url(../images/portada/fondo_medio.gif);
	background-repeat: no-repeat;
}
#medio #menu {
	text-align: right;
	height: 46px;
}
#medio #titulo {
	height: 47px;
}
#medio #comunica {
	position: relative;
}
#medio #comunica #acceso {
	position: absolute;
	width: 181px;
	left: 121px;
	top: 0px;
	color: #FFFFFF;
}
#comunica #acceso form {
	margin-top: 20px;
}

#comunica #acceso td {
	padding: 3px;
}
#comunica #acceso .ejemplo {
	font-size: 9px;
	color: #c6a18f;
	line-height: 9px;
}

#comunica #acceso a {
	color:#c3a698;
	text-decoration:none;
	font-size: 9px;
	padding-left: 50px;
	background-image: url(../images/portada/triangulo.gif);
}
#comunica #acceso a:hover {
	color:#FFF;
	text-decoration:none;
}


#abajo {
	background-image: url(../images/portada/fondo_abajo.gif);
	background-repeat: no-repeat;
	height: 120px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	position: relative;
}
#abajo #cyber {
	width: 115px;
	position: absolute;
	left: 4px;
	bottom: 4px;
	font-size: 9px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#abajo #cyber a{
	color: #babeb0;
	text-decoration: none;
}
#abajo #cyber a:hover{
	color: #888b8c;
	text-decoration: none;
}
#abajo #pasos {
	position: absolute;
	left: 121px;
	top: 0px;
}

#abajo #info {
	width: 119px;
	position: absolute;
	right: 4px;
	bottom: 4px;
}
.bloque {
	background-color: #c6a18f;
	border: 0px;
	font-size: 11px;
	color: #593521;
}
.izquierda {
	text-align: right;
}

