/* CSS Document */

body {margin:0px; background-color:#0f308f; background-image:url(../images/bg.jpg); background-repeat:no-repeat; background-position:center top;}

/*FONDOS Y ORNAMENTOS*/
.Shadow { background-image:url(../images/shadow.png); background-position:center top; background-repeat:repeat-x;}
.ShadowFooter { background-image:url(../images/shadowFooter.png); background-position:center top; background-repeat:no-repeat;}
.bgGray { background-color:#E8E8E8;}
.puntitos { background-image:url(../images/puntitos.gif); background-position:center center; background-repeat:repeat-x;}
.bg_header-seccion-dark {background-image: url(../images/bg_header-seccion-dark_main.jpg); background-repeat:repeat-x;}


/*TEXTOS*/
.textoAmarillo{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFff;}
.textoVioletaClaro{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#777;}
.titulosVioleta{ font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; color:#6633FF;}
.textoGris{ Font-family:Georgia, "Times New Roman", Times, serif;  font-size:14px; color:#555555;}
.textoGris12{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#777777;}
.textoVioleta12{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#0f308f;}
.textoAzulGrande{font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#00AAFF;}
.textoBlancoGrande {font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF;}
.textoNegro {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000;}
.textoNegros14 {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000000;}

/*ENLACES*/
.bgMenu {background-image:url(../images/bgMenu.jpg); background-position:center top; background-repeat:repeat-x;}
.enlaceVioletaClaro a { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff; text-decoration:none;}
.enlaceVioletaClaro a:hover { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000; text-decoration:underline;}
.enlaceVioleta a { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#0f308f; text-decoration:none;}
.enlaceVioleta a:hover { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ff0000; text-decoration:underline;}
.enlaceTitulosVioleta a { font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; color:#000000; text-decoration:none;}
.enlaceTitulosVioleta a:hover { font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; color:#333; text-decoration:underline;}
.bgTituloCalendario {background-image:url(../images/bg_titulo-calendario.jpg); background-repeat:repeat-x;}
.bgWhiteTop { background:url(../images/bgWhite_02.png) repeat-x center bottom;}
.bgWhiteLeft { background:url(../images/bgWhite_04.png) repeat-y right top;}
.bgWhiteRight { background:url(../images/bgWhite_06.png) repeat-y left top;}
.bgWhiteBottom { background:url(../images/bgWhite_08.png) repeat-x center top;}
.bordeCalendario {border:1px solid #e1e1e1;}
.bgBtncalendario {background-image:url(../images/bg_btn_calendario.jpg); background-position:left top; background-repeat:no-repeat;}
.bgBtncalendario-evento {background-image: url(../images/bg_btn_calendario-evento.jpg); background-position:left top; background-repeat:no-repeat;}


.clickeable{	cursor:hand;	cursor:pointer;}

