@charset "utf-8";
/* CSS General Estructura */
#general {
	width:900px;
	height:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	min-height:900px;
	position:absolute;
	margin-left:50%;
	left:-473px;
	background-color:#FFF;
	border: 23px solid #6ab3d8;
}
#top {
	width:auto;
	height:130px;
	background-image: url(../img/top.jpg);
}
#menu {
	width:auto;
	height:50px;
	background-color:#6ab3d8;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6ab3d8;
	border-bottom-color: #6ab3d8;
}
#carga {
	width:auto;
	height:auto;
}
#contenido {
	float:left;
	width:540px;
	height:auto;
}
#columna {
	float:left;
	width:360px;
	height:auto;
	background-color: #edeae1;
	position: relative;
}

/*:::::::::::::::::::::::::::::::::::::GENERALES:::::::::::::::::::::::::::::::::::::::::::::::*/
.images {
	float: left;
	width: 90%;
	margin-left: 5%;
	height: auto;
	background-color: #edeae1;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #625E51;
	float: left;
	width: 90%;
	background-color: #edeae1;
	height: 25px;
	line-height: 30px;
	margin-top: 15px;
	margin-left: 5%;
	text-align: center;
	text-indent: 270px;
}
.titulo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #625E51;
	float: left;
	width: 90%;
	margin-left: 5%;
	background-color: #6ab3d8;
	text-indent: 15;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.descripcion {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-bottom: 10px;
	background-color: #edeae1;
}
.des_noti {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 12px; 
	color: #625E51;
	float: left;
	width: 95%;
	margin-left: 3%;
	text-indent: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*:::::::::::::::::::::PORTADA::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.portada_tit {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #00a3e4;
	float: left;
	width: 90%;
	margin-left: 5%;	/*text-shadow: 0 -1px 0 #000;*/
	background-color: #333;
	text-indent: 5%;
}
.portada_descrip {
	font-size: 12px;
	color: #333;
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-top: 10px;
	font-family: verdana;
	height:auto;
}
/*:::::::::::::::::::::PIE::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#pie{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #625E51;
	width: 100%;
	text-align: center;
	line-height: 11px;
	margin-top: 10px;
	padding-top: 10px;
	height: auto;
	margin-bottom: 10px;
	padding-bottom: 10px;	
	}
.compusoft a{
	text-decoration: none;
	color: #625E51;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;	
	}
.compusoft a:hover{
	text-decoration: none;
	color: #F30;
	}
/*:::::::::::::: EMERGENTE :::::::::::::::*/
#emergente{
	position:absolute;
	width:610px;
	height:476px;
	border:2px solid #CFDBE7;
	background-color:#FFFFFF;
	left:50%;
	margin-left:-305px;
	z-index:1000;
	display:none;
}
#cerraremergente{
	position:absolute;
	right:0px;
	top:0px;
	width:50px;
	text-align:right;
	left:50%;
	margin-left:240px;
	z-index:1001;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
}
#capaoscura{
	position:absolute;
	background-image:url(../img/bg_modal.png);
	width:100%;
	height:1280px;
	left:0px;
	top:0px;
	display:none;
	z-index:5000;
}
#cuadro_promocion{
	position:absolute;
	z-index:50;
	top:0px;
	width:900px;
	left:50%; 
	margin-left:-450px; /* Este valor debe ser la mitad de width, pero como numero negativo */
	height:910px;
	overflow:hidden;
}

