﻿/**********************************************/
/* PARA LA MASTER PAGE */

.textoCentrado{text-align:center;}

body
{
	background: url('/fec/Imagenes/fondo.jpg') repeat;
}

#MainDiv
{
	position: absolute;
	width: 915px;
	left: 5%;
	background: white;
	top: 0px;
}
#MainBanner
{
	z-index: 95;
	position: absolute;
	width: 1024px;
	height: 208px;
	/*background-image: url('/fec/Imagenes/banner-titular.jpg');*/
	top: 0px;
}
#MainMenu
{
	z-index: 90;
	/*background-image: url('/fec/Imagenes/barra-de-menu.png');*/
	background-position: bottom;
	position: absolute;
	width: 1024px;
	top: 165px;
	height: 0px;
	background-repeat: no-repeat;
}
#MainContenido
{
	z-index: 85;
	position: absolute;
	width: 983px;
	height: 2528px;
	top: 222px;
	padding-bottom: 20px;
	left: 0px;
	background: white;
}
#MainContenedor
{
 	position: relative;
	width: 915px;
	top: 22px;
	left:27px;
	right:20px;
	padding-bottom:20px;
	background: white;
}
#BordeArriba
{
 	position:absolute;
 	left: 0px;
	width:1024px;
	height:23px;
	background-image: url('/fec/Imagenes/arriba_grande.jpg');
	top:-15px;
}
#BordeDerecha
{
	position: absolute;
	width: 68px;
	background-image: url('/fec/Imagenes/derecha_grande.jpg');
	right: -41px;
	height: 2550px;
	top: -15px;
}
#BordeIzquierda{
	position: absolute;
	width: 55px;
	background-image: url('/fec/Imagenes/izquierda_grande.jpg');
	left: 0px;
	height: 2550px;
	top: -15px;
	
}
#BordeAbajo
{
 	position:absolute;
 	left: 0px;
	width:1025px;
	height:41px;
	background-image: url('/fec/Imagenes/abajo_grande.jpg');
	bottom:0px;
}

.collapsePanel {
	width: 950px;
	height:0px;
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{	
	width:950px;		
	height:20px;
	color: White;
	background-color: Teal;
	font-weight:bold;
	float:left;
	padding:5px; 
	cursor: pointer; 
	vertical-align: middle;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
 background-color: #D3DEEF;
    color: white:
}

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

.hidden {
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
} 

body {
}
