﻿.pagina {
	margin: 0 auto 0 auto;
	width:960px;
}

.plantilla {
	border: 1px solid #3D355A;
	width:960px;
}

.cabecera {
	background-image:url('/images/bg/head.gif');
	background-repeat:no-repeat;
	height:120px;
}

.izquierdo, .derecho{
/*	background-color: #fff;
	padding: 0 5px;
	vertical-align: top;
	width:200px;*/
	vertical-align: top;
	width:180px;
    background-color: #FFF;
}

.ContenedorMenu{
	font-family: Tahoma;
	width: 200px;
}

.ContenedorMenu span{
	background-color: #6F6EAA;
	background-image:url('/images/bg/bgtitulo.jpg');
	background-repeat: no-repeat;
	border-top: 1px solid #fff;
	cursor:pointer;
	color: #fff;
	font-weight: bold;
	display: block;
	height: 21px;
    padding:3px 5px 0px 30px;
    text-align: right;
    vertical-align: text-bottom;
    width:160px;
  	_width: 180px;  	
}

.ContenedorMenu a{
	background-image: url('/images/play.gif');
	background-repeat: no-repeat;
	background-position: 7px 6px;
	border-bottom: 2px solid #E6E6E6;
	color:#2753A8;
	height: 20px;
	display:block;
	margin-top:3px;
	width: 95%;
	padding-left: 20px;
	text-decoration:none;
}

.ContenedorMenu a:hover{
	color: #2A5AA8;
}

/*
.izquierdo span, .derecho span{
	clear: left;
	float: left;
	background-color: #8D6DAA;
	background-image:url('/images/bg/bgtitulo.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	display: block;
	height: 17px;
	_height: 20px;
    padding:3px 5px 0px 30px;
    text-align: right;
    vertical-align: text-bottom;
  	width: 170px;
}

.izquierdo a, .derecho a{
	background-image: url('/images/play.gif');
	background-repeat: no-repeat;
	background-position: 7px 6px;
	color:#2753A8;
	clear: left;
	display: block;	
	float: left;
	height: 17px;
	margin: 5px 0px;
	padding-left: 20px;
	width: 160px;
}

.izquierdo a:hover, .derecho a:hover{
	color: #876BA5;
}

dt, dd {
	margin:0;
	padding: 0;
}*/

.contenido {
	background-color: #fff;
	padding-top: 80px;
	_padding-top:0px;
	vertical-align: top;
	width: 700px;
}

div.contenedorTitulo {
    background-color: #6F6EAA;
    border-top: 1px solid #fff;
    margin-bottom: 10px;
    width: 100%;
    height: 35px;
    padding: 5px 0px 5px 20px;
}

div.contenedorTitulo span{
	color:#fff;
    font: bold 15px Tahoma;
	text-transform:uppercase;
}

div.contenidoPortada {
	
}

img.construccion {
	
}

.Seccion {
	padding: 0 10px;
	width:98%;
}

dd {
	margin-left:0;
}

.enlace {
	border-bottom: 2px solid #8D6DAA;
	clear: left;
	color:#8D6DAA;
	margin-bottom: 10px;
	text-align:right;
	width:95%;
}

.enlace:hover {
	color:#000;
}

.fecha {
	color: #8D6DAA;
	line-height: 1.5;	
}

.pie {
	background-color: #3D355A;
	padding:10px;
	text-align: center;
}

.pie span {
	color: #fff;
}

.pie a{
	color: #fff;
	float: right;
	font-size: 10px;
	padding: 0px 10px;
	text-decoration: none;
}

.pie a:hover {
	color: #FED30A;
}