@charset "utf-8";
/* CSS Document */

body {
	background-color: #2A2523;
	background-image: url(../images/plantilla/fondo_web.png);
	background-repeat: repeat;
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #2A2523;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 10px;
	text-align: right;
	line-height: 32px;
	vertical-align: middle;
	margin-bottom: 0px;
}

h1 img { margin-bottom: -10px; display: none; }

hr {
	border-color: #7B7254;
	border-style: solid;
	border-width: 1px;
	margin: 5px 0px;
}

a, a:link, a:hover, a:visited
{
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	color: #7B7254;
}

a:hover
{
	text-decoration: overline;
	color: #58523D;
}

li
{
	list-style-image: url(../images/iconos/flecha.png);
	line-height: 16px;
	text-align: justify;
	padding-right: 50px;
	padding-left: 5px;
}

#contenedor
{
	width: 950px;
	background-image: url(../images/plantilla/fondo.png);
	background-repeat: repeat-y;
	margin: 0px auto;
}

#cabecera
{
	width: 931px;
	height: 136px;
	background-image: url(../images/plantilla/cabecera.png);
	background-repeat: no-repeat;
	margin-left: 10px;
}

#contenido {
	min-height: 600px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 20px;
	overflow: auto;
}

#pie {
	width: 931px;
	height: 112px;
	background-image: url(../images/plantilla/pie.png);
	background-repeat: no-repeat;
	margin-left: 10px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #7B7254;
}

.fondoVentana
{
	position: fixed;
	background-image: url(../images/plantilla/fondo_ventana.png);
	background-repeat: repeat;
	z-index: 100;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: none;
}

.ventana
{
	position: absolute;
	background-color: #FFFFFF;
	border: #7B7254 2px solid;
	left: 50%;
	top: 50%;
	z-index = 101;
}

.ventana .titulo
{
	background-color: #B4AB8D;
	border-bottom: #7B7254 2px solid;
	height: 20px;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	font-weight: bold;
	color: #FFFFFF;
	z-index = 102;
}

.ventana .contenido
{
	padding: 10px;
}
