/*******************************************************************
Cliente: Colegio San Esteban
Fecha: Mayo 21 del 2006
Copyright 2006 avixwebŪ
********************************************************************/
html {
	height: 100%;
}
Body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #660033;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
/*	background-image: url(../assets/gui_bgFooterBlue.jpg);*/
	background-position: bottom;
	background-repeat: repeat-x;
}

.bgHead {
	background-image: url(../assets/gui_bgHeadBlue.jpg);
	background-position: top;
	background-repeat: repeat-x;
	height: 120px;
}

p {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 15px;
	color : #660033;
	text-align: justify;
	margin-top : 5px;
	margin-bottom : 5px;
	margin-left : 5px;
	margin-right : 5px;
}

p a {
	color : #660033;
	font-weight: bold;
	text-decoration: underline;
}

p a:hover {
	color : #FFFFFF;
	background-color: #660033;
	font-weight: bold;
	text-decoration: underline;
}

.Titulos {
	font-family : Century Gothic, Verdana,  Arial, Helvetica, sans-serif;
	font-size : 30px;
	color : #660033;
	font-weight : normal;
   text-decoration : none;
}

.Subtitulos {
	font-family : Century Gothic, Verdana,  Arial, Helvetica, sans-serif;
	font-size : 25px;
	color : #660033;
	font-weight : normal;
   text-decoration : none;
}

.Destacados {
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #660033;
	font-weight : bold;
   text-decoration : none;
}

.TituloNoticias {
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #660033;
	font-weight : bold;
   text-decoration : none;
}

.FechaNoticias {
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FF6600;
	font-weight : bold;
   text-decoration : none;
}

ul, ol {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 15px;
	color : #660033;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
}
.txtFooter {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
}
.txtFooter a {
	color : #FFFFFF;
	text-decoration: underline;
}
.txtFooter a:hover {
	color : #FFFFFF;
	background-color: #660033;
	text-decoration: underline;
}
#noFooter
{
	position: relative;
	min-height: 100%;
}

* html #noFooter
{
	height: 100%;
}

#footer
{
	position: relative;
	height: 48px;
}
.HNews_TT {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight: bold;
	color : #0000FF;
}
.HNews_Fecha {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight: bold;
	color : #FF6600;
}
.HNews_Parrafo {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #000000;
}
.HNews_navbar a{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
   text-decoration: none;
}
.HNews_navbar a:link, a:visited {
   color: #000;
	text-decoration: none;
   background-color: #DDEEFF;
}
.HNews_navbar a:hover, a:active {
   color: #000;
	text-decoration: underline;	
   background-color: #DDEEFF;
}
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFDF4;
	height: 18px;
	width: 150px;
	background-position: right;
	text-align: right;
}
.ErrorAcceso {
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FF0000;
	font-weight : bold;
    text-decoration : none;
}