/* GENERAL DEFINITIONS STARTS */
* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS", "Myriad Pro";
	font-size: 11px;
	color: #666;
}
img {
	vertical-align:bottom;
	border: none;
}
p {
	color: #6D6F71;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover, a:focus {
	color: #6D6F71;
	text-decoration: underline;
}
h1 {
	font-size: 17px;
}
h2 {
	font-size: 14px;
}
h3 {
	padding-top: 5px;
	font-weight: bold;
	color: #F6891F;
	font-size: 14px;
}
h3 span {
	font-size: 10px;
	padding-top: 5px;
}
ul {
	list-style: none;
}

.clear {
	clear: both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
/* GENERAL DEFINITIONS ENDS */


/* TOP STARTS */
#Top {
	width: 880px;
	margin: 0 auto;
	position: relative;
}
#Iconos {
	padding: 15px 22px 0 0;
	position: absolute;
	top: 0;
	right: 0;
}
#IconosDept {
	padding: 15px 22px 0 0;
	float: right;
}
#Iconos img, #IconosDept img {
	margin: 0 0 5px 5px;
}
#NoticiasTop {
	padding-left: 35px;
	float: left;
}
#NoticiasTop div {
	padding-top: 15px;
	padding-bottom: 10px;
	float: left;
}

.NoticiaTexto span {
	padding-right: 4px;
	font-weight: bold;
	color: #00AEEF;
}
.FechaHora {
	width: 260px;
	padding-left: 10px;
	text-align: right;
}
/* TOP ENDS */


/* MAIN CONTENT STARTS */
#MainContainer {
	width: 832px;
	margin: 0 auto;
	padding-left: 24px;
	padding-bottom: 20px;
	position: relative;
}
.LightBlueBg {
	width: 160px;
	background-color: #00AEEF;
}
.WhiteBg {
	width: 160px;
	background-color: #FFF;
	color: #00AEEF !important;
}
.FuchsiaBg {
	width: 130px;
	background-color: #EC008C;
}
.OrangeBg {
	width: 120px;
	background-color: #F6891F;
}
.OrangeBg2 {
	background-color: #F6891F;
}
.White {
	color: #FFF;
}
.Black {
	background-color: #000;
}
.Black:hover {
	background-color: #600 !important;
}
.Pink {
	background-color: #D80C8C;
}
.Pink:hover {
	background-color: #B54F9E !important;
}
/* COLORES PROGRA
.Celeste {color: #666FFF;}
.MoradoRojizo {color: #740074;}
.AmarilloRojizo {color: #FFC000;}
.Naranja {color: #FF6600;}
.FucsiaClaro {color: #FF33CC;}
.VerdeOscuro {color: #00A44A;}
.CelesteGris {color: #6699FF;}
.RosadoClaro {color: #EEAACC;}
.FucsiaOscuro {color: #E6089C;}
.RosadoOscuro {color: #FF9999;}
.Rojo {color: #FF0000;}
.VerdeClaro {color: #1DDA04;}
.AzulOscuro {color: #1313D7;}
.AzulGris {color: #2A87A4;}
.MoradoCyan {color: #6F31AD;}
*/
.SubCategories a, .BoxUl li a {
	color: #00AEEF;
}
.SubCategories a:hover {
	color: #EC008C; /*fucsia*/
}
.BoxUl li a:hover {
	color: #FBAC18;
}
/* MAIN CONTENT ENDS */


/* LEFTCONTENT STARTS */
#LeftContent {
	width: 465px;
	float: left;
	padding: 20px 0 10px 0;
}
#LeftContent ul {
	float: left;
}
#LeftContent ul li { 
	float:left
}
.SubMenu_1 li {
	padding: 0 20px 20px 0;
	font-weight: bold;
	font-size: 17px;
}
.SubMenu_1 li a {
	padding-right: 18px;
	text-decoration: none;
}
.RowFuchsia {
	background: url(../images/defaults/row_fuchsia.gif) no-repeat right;
}
.RowLightblue {
	background: url(../images/defaults/row_lightblue.gif) no-repeat right;
}
.RowOrange {
	background: url(../images/defaults/row_orange.gif) no-repeat right;
}
.SubMenu_2 li {
	padding:0 10px 15px 0;
	font-size: 10px;
	font-family: "Trebuchet MS", "Myriad Pro", Arial, Helvetica, sans-serif;	
}
.SubMenu_3 {
	height: 23px;
	padding-right: 33px;
	background: url(../images/defaults/figure.gif) no-repeat top right;
}
.SubMenu_3 li a {
	padding-right: 3px;
	color: #00AEEF;
}
.specialimage {
	width: 140px;
}
.estrella {
	position: absolute;
	bottom: 95px;
	left: -15px;
}
/* LEFTCONTENT ENDS */


/* RIGHTCONTENT STARTS */
#RightContent {
	float: right;
	padding: 18px 0 10px 0;
}
#Logos {
	float: right;
	padding-top: 5px;
}
#Logos li {
	height: 40px;
	padding: 10px 6px 0 6px;
	text-align: center;
	float: left;
	background: url(../images/defaults/vertical_line.jpg) no-repeat top right;
}
#Logos li.lineNone {
	background:none;
}
.ImageText img {
	float: right;
	padding-left: 17px;
}
/* RIGHTCONTENT ENDS */