﻿body
{
	background-color: #EFEFEF;
	text-align: center;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.page
{
	width: 680px;
	text-align: left;
	height: 100%;
	margin: auto;
}

#cuerpo
{
	width: 670px;
	height: 100%;
	bottom: 0px;
	text-align: left;
}

.cuerpo
{
	border: 1px solid #BFDCEF;	
	background-color: #FFFFFF;
	}

#header
{
	width: 700px;
	height: 100px;
	float: left;
	top: 40px;
	margin-left: 10px;
	position: absolute;
	z-index: 1;
}	
	
.header
{
	border: 1px solid #BFDCEF;
	background-color: #648499;
}	

.imagen_header
{
	position: absolute;
	right: 5px;
	bottom: 5px;
}

#imagen_principal
{
	background-position: center center;
	padding: 2px;
	border: 1px dotted #000000;
	width: 200px;
	height: 401px;
	float: left;
	top: 20px;
	margin-left: 30px;
	position: absolute;
	z-index: 1;
	background-image: url('../images/left_04.jpg');
	background-repeat: no-repeat;
}

#contenido
{
	width: 400px;
}

.contenido
{
	padding-top: 140px;
	padding-left: 250px;
	min-height: 290px;
}

.tabla100
{
	width: 100%;
}

.col30per
{
	margin: 5px;
	width: 30%;
	margin: 2px;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	border-color: #648499;
	font-size: .8em;
	color: #99FFCC;
	vertical-align: top;
}

#bloque1
{
	background-color: #7a8d99;
}

#bloque2
{
	background-color: #8a9399;
}

#bloque3
{
	background-color: #999999;
}

.bloque_lista
{
	text-decoration: none;
}

.lista
{
	text-decoration: none;
	padding-left: 20px;
	margin-left: 0px;
	margin-top: 8px;
	margin-bottom: 3px;
}

.lista a
{
	text-decoration: none;
	color: #FFCC99;
	}

.lista a:hover
{
	text-decoration: underline;
}

.bloque_lista a
{
	text-decoration: none;
	color: #FFCC99;
}

.bloque_lista a:hover
{
	text-decoration: underline;
}

#footer
{
	padding: 2px 10px 2px 10px;
	border: 1px solid #BFDCEF;
	width: 670px;
	background-color: #FFFFFF;
	margin-top: 10px;
	}
	
.footer
{
	color: #999999;
	font-size: .6em;
}

.footer a
{
	color: #999999;
	text-decoration: none;
	}
	
.footer a:hover
{
	text-decoration: underline;
}	

.img_border_0
{
	border-width: 0px;
}

.bloque_texto
{
	margin-top: 5px;
}

.bloque_texto_titulo
{
	font-weight: bold;
	color: #FFCCCC;
}

.titulo_pagina
{
	font-size: 1.2em;
	font-family: 'Arial Narrow';
	word-spacing: 10px;
	letter-spacing: 2px;
}

.lista_pagina
{
    text-decoration: none;
    padding-left: 20px;
    margin-left: 0px;
    margin-top: 8px;
    margin-bottom: 3px;
    font-size: .9em;
    color: #333333;
}

.lista_pagina a
{
    text-decoration: none;
    color: #808080;
}

.lista_pagina a:hover
{
	text-decoration: underline;
}