/*/***************************************************************
//Proyecto  desarrollado por Dataservicios
//Programador: Jaime Eduardo Cribillero Diaz
//Fecha: 10/08/06
Clase de estilo de cascada
//****************************************************************/
body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #C2E9F5;	
	margin-top:	50px;
	margin-bottom:50px;
}
img {
display: block;
}
A  {
color:	#000000;
text-decoration:	none;
}

A:hover  {
color:	#FF9900;
text-decoration:	underline;
}
td.menu  {
color:#FFFFFF;
font-family:tahoma;
font-size:12px;
border-bottom:1px solid #FFFFFF;
line-height:12px;
text-align:left;
padding-left:5px;
background:#248DB0;
height:28px;
}
td  {
color:#000000;
font-family:tahoma;
font-size:11px;
line-height:12px;

}

td.contenido  {
color:#000000;
font-family:tahoma;
font-size:11px;
border:1px solid #999999;
line-height:12px;
text-align:left;
padding:10px;
background:#EFEFEF;
height:28px;
}
td.footer  {
color:#FFFFFF;
font-family:tahoma;
font-size:11px;
line-height:12px;
text-align:center;
background:#248DB0;
height:49px;
}
.text_menu {
color:	#FFFFFF;
font-family:tahoma;
font-size:	12px;
font-weight:	normal;
line-height:	12px;
text-decoration:	none;
}
.text_menu:hover  {
color:	#FFCC00;
text-decoration:	none;
}

.text_footer_dataservicios  {
color:	#FF9900;
font-family:tahoma;
font-size:	11px;
font-weight:	normal;
line-height:	12px;
}


.text_footer_dataservicios:link  {
color:	#248DB0;
text-decoration:	none;
}

.text_footer_dataservicios:visited  {
color:	#248DB0;
text-decoration:	underline;
}

.text_footer_dataservicios:hover  {
color:	#FF9900;
text-decoration:	underline;
}


-->
