/***
 HOJA DE ESTILOS
 SILIZE.COM
 FERNANDO PRIETO - fprieto@silize.com



/********* cuadro blanco ********/
.cb01 {
	background-image:url(/media/images/cb_01.gif);
	width:760px;
	height:22px;
	margin-top:50px;
}

.cb02 {
	background-image:url(/media/images/cb_02.gif);
	width:760px;
	overflow:auto;
}

.cb03 {
	background-image:url(/media/images/cb_03.gif);
	width:760px;
	height:23px;
}

/******** antiguo cuadro blanco de contenido ***********/
#contenido {
	background:url(/media/images/cuadrologo.gif);
	width:760px;
	height:380px;
	text-align:center;
	margin-top:50px;
	/*overflow:hidden;*/
}


/*tablas*/
.tabind {
	width:600px;
	height:357px;
	text-align:left;
}

/*** tabla pie de pagina ****/
.tabcred {
	width:730px;
}

.tabcred a {
	text-decoration:none;
}

.tabcred a:hover {
	text-decoration:underline;
}

/*** recuadros lilas ***/
#lila1 {
	background:url(/media/images/lila1.gif);
	width:170px;
	height:200px;
	color:#460F55;	
}

#lila2 {
	background:url(/media/images/lila2.gif);
	width:170px;
	height:200px;	
	color:#E384FE;
}

#lila3 {
	background:url(/media/images/lila3.gif);
	width:170px;
	height:200px;	
	color:#E384FE;
}


/**** clientes ****/
#clientes {
	text-align:center;
	float:left;
	width:120px;
	height:60px;
	background:url(/media/images/clientes.gif) no-repeat;
	margin-top:24px;
	padding:10px 0 0 0;
	font-size:14px;
	letter-spacing:2px;
}

.ligen {
	padding:10px;
	text-align:center;
}

h2 {
	color:#FFFFFF;
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	margin:0px;
}

body, td{
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	margin:0px;
}

p {
	margin:0px;
}

/********* enlaces *******************/
a:link, a:visited, a:active {
	color:#9D1FC1;
}

a:hover {
	/*border:1px solid #E384FE;*/
}


a.ai:link, a.ai:visited, a.ai:active {
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
}

a.ai:hover {
	color:#FFFFFF;
	border-bottom:2px dotted #fff;
	font-size:14px;	
}

a.tc:link, a.tc:visited, a.tc:active, a.tc:hover {
	font-size:x-small;
}


