/* CSS DOCUMENT */

/* GENERAL DEFINITIONS STARTS */
*{
	margin:0;
	padding:0;
}

body {
	background-color:#231F20 ;
	text-align:center;
	font: 12px Arial, Helvetica, sans-serif;
}

img{ border:0;}
.left{ float:left}
.right{ float:right;}
.clear {
	clear: both;
}

a{
	text-decoration: none;
	color: #B6AD37;
}
a:hover {
	text-decoration:none;
	color: #999999;
}
li, ol {
	list-style:none;
}
p {
	color: #fff;
	margin: 0;
	font-size:12px;
	padding:5px 0;
}

h1 {
	font-size: 16px;
	font-weight:100;
	color: #fff;
}
h2 {
	/*font-size:24px;*/
	font-size:20px;
	color:#d2ca81;
	padding:20px 0 15px 0;
	font-weight:100;
}
h3{ color:#6D6F71; font-size:13px; font-weight:100;}

h4{ color:#B6AD37; font-size:12px; padding:10px 0 0;}

h5{ color:#D3CA81; font-size:14px; padding:10px 0; font-weight:100; }
h6{ color:#CCCCCC; font-size:13px; font-weight:bold; padding:7px 0
}

/* GENERAL DEFINITIONS ENDS */
.Azulu a {color:#282572;}

/*MAIN STARTS*/

#MainContainer{
	background:url(../images/default/main_background.jpg) repeat-x top #6D6F71;
}

#PageContent{
	margin:0 auto;
	width:1000px;
	text-align:left;
}


/*  TOP STARTS */
#menuTop{
	text-align: right;
	padding:10px 0;
	float:right;
	display:block;
	width:740px;
	font-weight:normal;
}
#menuTop li{ display:inline;
}
#menuTop li a{ font-size:11px; color:#000000}

#menuTop li a.bluelink{ color:#292772 /*#282572*/; font-weight:bold;}
#menuTop li a.bluelink:hover{ color:#000;}

#top {
	background: url(../images/detalle1.gif) no-repeat bottom left;
	display: block;
	text-align: right;
	padding: 5px 200px 0 0;
	position:relative;
}

#top form a {
	text-decoration: none;
	color: rgb(80,80,80);
	font: bold 11px Arial;
}
#top a:hover {
	/*color: #fff;*/
	color: #000;
}
.ingresar {
	font: bold 10px Arial;
	color:#292772 /*#282572*/;
}

#livezillaTop{
	text-align:center;
	width:191px; 
	position:absolute;
	top:0;
	right:0;
	z-index:100;
} 
/*TOP ENDS*/

/*LEFT*/

#ActividadesBox{ padding:0 10px 8px;}

ul#TabsIzquierda li{
	float:left;
	width:69px;
	height:18px;
	padding:4px;
	display:block;
	border-bottom:1px dotted #fff;
	text-align:center;
}
#noticia { background-color:#666; }

#calendario{ background-color:#888; }

#portafolio{ background-color:#231F20; }

ul#TabsIzquierda li a { color:#fff; text-decoration:none; }

ul#TabsIzquierda li a:hover { color:#000; text-decoration:underline; }

.boxInfo{
	height:357px;
	width:211px;
	clear: both;
	line-height:14px;
}
#recuadro1{
	background: url(../images/default/repeat_news.jpg) repeat-x left #666;
	padding:5px 10px 0 10px; overflow:hidden
}
#recuadro2{
	background: #888888;
	padding:5px 10px 0 10px;
}
#recuadro3{
	background:#231F20;
	padding:5px 6px 0 ;
	width:219px
}

.boxInfo h4{ clear:both; color:#FFF; font-size:13px; font-weight:100; padding:5px 0 0 0;}

.boxInfo p{ color:#FFFFFF}

span.fecha{ color: #CCCCCC; font-size:10px;}

a.mas{ float:right; padding:0 5px 5px 0;}

/*Contenido Central*/
#CenterContent{ position:relative; width:1000px;}




/* Bottom */

#footer{
	background-color:#231F20;
	height:70px;
	text-align:left;
}
#bottom {
	font:11px;
	position:relative;
	width:1000px;
	text-align:left;
}

#logo_igd {
	float:right;
	width:125px;
	padding:2px 10px 2px 15px;
	margin-top:20px;
	border-left:1px solid #666666;
}
.logoFooter{ float: right; padding-right:20px;margin-top:20px;}
p#contac_text{
	float:left;
	width:300px;
	padding:0 0 0 30px;
}

#operador {
	position:absolute;
	top:-140px;
	left:0;
	height:90px;
	background: url(../images/default/img_cliente.gif) no-repeat bottom left;
	padding:50px 0 0 80px;
}

#footer h6{ width:300px; padding-left:30px}
#footer h6 span{ color:#B6AD37; font-weight:100;}


/*  FORM  */

/*form {
	margin:0;
	padding:0;
}
input, textarea {
	font:11px Arial;
	border:0 none;
}
input:focus, textarea:focus {
	background-color:rgb(220,220,220);
	border:0 none;
}*/
.inputboton {
	height:22px;
	width:60px;
	color:#fff;
	background:#23272B;
	border:1px solid #000;
	cursor:pointer;
	padding:0 0 4px 0;
	line-height:20px;
}
.inputboton:hover {
	background-color: #333333;
	border:1px solid #fff;
}

/* links */

.bluetext {
	color:#282572;
}
.verdetext{
	color:#B6AD37;
}
.blacktext{
	color:#000;
}
.contacttext{
	font-size:14px;
	color:#fff;
	padding-left:5px;
}
.autor{
	font-size: 11px;
	color: #fff;
	font-style:italic;

}


.bluelink{
	color:#292772 /*#282572*/;
	text-decoration:none;
}
.blue_link:hover{
	color:#282572;
	text-decoration:underline;
}
.verde_link{
	color:#B6AD37;
	text-decoration:none;
	cursor:pointer;
}
.verde_link:hover{
	color:#999999;
	text-decoration:underline;
}
.gray_link{
	color:#6D6F71;
	text-decoration:none;
}
.gray_link:hover{
	color:#999999;
	text-decoration:underline;
}
.black_link{
	color:#000000;
	text-decoration:none;
}
.black_link:hover{
	color:#282572;
	text-decoration:underline;
}
.verde_index{
	color:#B6AD37;
	text-decoration:none;
}
.verde_index:hover{
	color:#999999;
	text-decoration:underline;
}

.error_registro {
    color:red;
    float:left;
    font-weight:bold;
}

