/* GENERAL DEFINITIONS STARTS */
* {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background-color:#007577;
}

img {
	vertical-align:bottom;
	border: none;
}
.clear {
	clear: both;
}

.float_left {
	float:left;
}

.float_right {
	float: right;
}

h1{
	font-size: 30px;
	font-family: Geneva, Verdana, sans-serif;
	color:#007277;
	padding:0 0 0 40px;
}
h2 {
	color:#007277;
	border-bottom:1px solid #FFF;
}
h3{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#007277;
	padding:0 0 8px 0;
}
h4 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
}

.der { position:absolute; right:0;}

.izq { position:absolute; left:0; }

/* GENERAL DEFINITIONS ENDS */

/* TOP STARTS */
#Top {
	margin: 0 auto;
	width: 949px;
	background-color:#FFF;
	position:relative;
}
#menu_top {padding:1px 0 0 203px; list-style:none;}

#menu_top li{
	position:relative;
	margin:0 6px;
	float:left;
}

#pequeno a{
	height:13px;
	width:92px;
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	background-image:url(../images/defaults/boton3.gif);
	background-repeat:no-repeat;
	padding:3px 0 4px 0;
	display:block;
	text-align:center;
	}
	
*html #pequeno a{
	height:15px;
	font-size:10px;
	}	
#pequeno a:hover{
	background-image:url(../images/defaults/boton3-1.gif);
	}
	
#medio a{
	height:13px;
	width:124px;
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	background-image:url(../images/defaults/boton2.gif);
	background-repeat:no-repeat;
	padding:3px 0 4px 0;
	display:block;
	text-align:center;
	}
*html #medio a{
	height:15px;
	font-size:10px;
	}	
	
#medio a:hover{
	background-image:url(../images/defaults/boton2-1.gif);
	}

#grande a{
	height:13px;
	width:135px;
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	background-image:url(../images/defaults/boton1.gif);
	background-repeat:no-repeat;
	padding:3px 0 4px 0;
	display:block;
	text-align:center;
	}
*html #grande a{
	height:15px;
	font-size:10px;
	}	
	
#grande a:hover{
	background-image:url(../images/defaults/boton.gif);
	}

#extra_grande a{
	height:13px;
	width:153px;
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	background-image:url(../images/defaults/xl.gif);
	background-repeat:no-repeat;
	padding:3px 0 4px 0;
	display:block;
	text-align:center;
	}
*html #extra_grande a{
	height:15px;
	font-size:10px;
	}	
	
#extra_grande a:hover{
	background-image:url(../images/defaults/xl_h.gif);
	}


#sello { position:absolute; left:0; bottom:-13px;}

#Idiomas {
	font-size:12px;
	color:#007277;
	position:absolute; 
	right:70px; 
	top:5px;
	width:150px;
	height:20px;
	text-align:center;
	z-index:100;
}

#Idiomas a{
	text-decoration:none;
	color:#FFF;
}

#Idiomas a:hover{
	text-decoration:underline;
}

/* TOP ENDS */

/* MAIN PAGE STARTS */
#PageContent {
	background-color:#FFF;
	margin: 0 auto;
	width: 949px;
	padding:30px 0 0 0;
	background-image:url(../images/defaults/bg_pagecontent.gif);
	background-repeat:no-repeat;
}
#menu_izquierda {
	padding:0 0 0 10px;
	width: 159px;
	float:left;
	}
	
#CenterContent {
	width:738px;
	float:right;
	padding:0 0 0 40px;
}

.Quotes {
	background-image:url(../images/defaults/quotes.gif);
	background-repeat:no-repeat;
	padding:7px 30px 10px 30px;
	color:#000;
	font-size:15px;
	width: 321px;
	font-family: Geneva, Verdana, sans-serif;
}
.Caja_txt_informativo {
	background-image: url(../images/defaults/bg_texto_box.gif);
	background-repeat:no-repeat;
	padding:20px 20px 24px 44px;
	height:188px;
	width:183px;
	float:left;
}

.Caja_txt_informativo a{
	color:#6CB144;
	text-decoration:none;
}

.Txt_resaltado {
	font-weight:bold;
	color:#007277;
}

/* MAIN PAGE ENDS */

/* BOTTOM STARTS */
#Bottom {
	margin: 0 auto;
	background-color:#007577;
	background-image:url(../images/defaults/bg_bottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#Bottom p{
	padding:5px 0 0 0;
}

#Bottom a{
	color: #ACD139;
	font-size:12px;
	text-decoration:underline;
}

#Bottom a:hover{
	text-decoration:none;
}
/* BOTTOM ENDS */

/* FOOTER STARTS */
#Footer {
	padding:10px 0 20px 0;
	color:#FFF;
	margin: 0 auto;
	width: 949px;
}

#Footer p{
	color:#FFF;
	font-size:10px;
}

#Footer p a{
	color:#FFF;
	text-decoration:underline;
}

#Footer p a:hover{
	color:#FFF;
	text-decoration:none;
}

#Footer a{
	color:#85DF59;
	text-decoration:underline;
}

#Footer a:hover{
	color:#85DF59;
	text-decoration:none;
}
/* FOOTER ENDS*/