.trans_box2 {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='imagenes/50p_morado.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url(../imagenes/50p_morado.png);
}


.trans_box3 {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='imagenes/50p_morado-blanco.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box3[class] {
  background-image:url(../imagenes/50p_morado-blanco.png);
}


.trans_box {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='imagenes/degradado.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box[class] {
  background-image:url(../imagenes/degradado.png);
}



.trans_box4 {
  border-right:solid 1px #9A0257;
  border-left:solid 1px #F78E1F;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='imagenes/70p_white.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box4[class] {
  background-image:url(../imagenes/70p_white.png);
}

.trans_box1 {
  border-right:solid 1px #9A0257;
  border-left:solid 1px #9A0257;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='imagenes/70p_white.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box1[class] {
  background-image:url(../imagenes/70p_white.png);
}

.trans_box5 {
  border:solid 1px #F78E1F;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='imagenes/80p_white.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box5[class] {
  background-image:url(../imagenes/80p_white.png);
}


body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

.TextoBlanco {
	color: #FFFFFF;
}

.TextoNegro {
	color: #000000;
}

.TextoMorado {
	color: #9C0059;
}
.TextoAmarillo {
	color:#F78E1F;
	font-weight:bold;
}

.TituloBlanco{
	color:#FFFFFF;
	font-size:x-small;
	font-weight:bold;
}

.celdaMenuDerecha {
	background-color: #9C0059;
}
.celdaMenuIzquierda {
	background-color: #F78E1F;
}

A.menu:visited {	
	font-size:11px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:  none;
} 
A.menu:active {		
	font-size:11px;
	font-weight: bold;
	color:#F78E1F;
	text-decoration:  none;
} 
A.menu:link {	
	font-size:11px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:  none;
} 
A.menu:hover {		
	font-size:11px;
	color: #F78E1F;
	font-weight: bold;
	text-decoration:  none;
}

A.menu2:visited {		
	font-size:10px;	
	font-weight: bold;
	color:#000000;
	text-decoration:  none;
} 
A.menu2:active {			
	font-size:10px;
	font-weight: bold;
	color:#000000;
	text-decoration:  none;
} 
A.menu2:link {		
	font-size:10px;
	font-weight: bold;
	color:#000000;
	text-decoration:  none;
} 
A.menu2:hover {			
	font-size:10px;
	color: #9C0059;
	font-weight: bold;
	text-decoration:  none;
} 

.borde {
	border: 1px solid #3D3D3D;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	background-color: #F5EFF3;
	border: 1px solid #9C0059;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	background-color: #F5EFF3;
	border: 1px solid #9C0059;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	background-color: #F5EFF3;
	border: 1px solid #9C0059;
	
	scrollbar-arrow-color: #9C0059;
	scrollbar-shadow-color: #F5EFF3;
	scrollbar-3Dlight-color: #F5EFF3;
	scrollbar-track-color: #F5EFF3;
	scrollbar-face-color: #F5EFF3;
	scrollbar-highlight-color: #F5EFF3;
	scrollbar-darkshadow-color: #F5EFF3;
}

H3 {
font-size:xx-larger;
color:#9C0059;
}
H6 {
font-size: x-small;
color:#616161;
margin-bottom:3px;
}

































.TituloWeb {
	font-size: medium;
	font-weight: bold;
	color: #9C0059;
}

A.navbar:visited {	
	color: #CCCCCC;
	text-decoration:underline;
} 
A.navbar:active {	
	color: #FFFF7D;
	text-decoration:underline;
} 
A.navbar:link {
	color: #FFFFFF;
	text-decoration:underline;
} 
A.navbar:hover {	
	color: #FFFF7D;
	text-decoration:underline;
} 

A:visited {	
	color: #444444;
	font-weight:bold;
	text-decoration:none;
} 
A:active {	
	color: #9C0059;
	font-weight:bold;
	text-decoration:underline;
} 
A:link {
	color: #000000;
	font-weight:bold;
	text-decoration:none;
} 
A:hover {	
	color: #9C0059;
	font-weight:bold;
	text-decoration:underline;
} 

.CeldaTitulo{
	font-weight:bold;
	background-color: #F78E1F;
	color:#FFFFFF;
	height:19px;
}



/*************************************************  style cal  ************************************************************/
			a.cal_head
			{
				color: #444444;
			}
			a.cal_head:hover
			{
				text-decoration: none;
			}
			.cal_head
			{
				background-color: #CA79A2;
				color:            #333333;
				font-family:      Verdana;
				font-size:        10;
				font-weight:      bold;
				font-style:       normal;
			}
			.cal_days /*darussol*/
			{
				background-color: #CA79A2;
				color:            #333333;
				font-family:      Verdana;
				font-size:        10;
				font-weight:      bold;
				font-style:       normal;
			}
			.cal_content
			{
				background-color: #F5EFF3;
				color:            #000000;
				font-family:      Verdana;
				font-size:        10;
				font-weight:      normal;
				font-style:       normal;
			}
			.enlace_content
			{
				color:            #000000;
				font-family:      Verdana;
				font-size:        10;
				font-weight:      normal;
				font-style:       normal;
			}
			.cal_today
			{
				background-color: #F78E1F;
				color:            #000;
				font-family:      Verdana;
				font-size:        10;
				font-weight:      bold;
				font-style:       normal;
			}
			.cal_Sun
			{
				background-color: #9C0059;
				color:             #FFF ;
				font-family:      Verdana;
				font-size:        10;
				font-weight:      bold;
				font-style:       normal;
			}
			
 			.cal_event, a.cal_event /* e-man 17-06-04 */
			{
				background-color: #DDDDDD;
				color:            #194499;
				font-family:      Verdana;
				font-size:        10;
				font-weight:      bold;
				font-style:       normal;
			}
 			.enlace_event, a.enlace_event /* e-man 17-06-04 */
			{
				color:            #194499;
				font-family:      Verdana;
				font-size:        10;
				font-weight:      bold;
				font-style:       normal;
			}
/**********************************************************************************************************************************/