@charset "utf-8";
/* CSS Document */

html,body{height:100%}
#web{
position:absolute;
height:100%;
width:100%;
left:0;
top:0;
}
#fondo{
position:absolute;
width:100%;
height:100%;
}
.escroll
{overflow:auto;
height:330px;
width:540px;
}

.txt-sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #0099FF;
	text-decoration: none;
	font-weight: bold;
}

.txt-sub:hover{
	color: #22CCFF;

	text-decoration: none;
	}
.txt-norm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4E4E4E;
	text-decoration: none;
}
.bordegris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border: 3px solid DDDDDD;
}
.bordenar {
	border: 1px solid #f98802;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

.txt-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}
.fondocar {
	background-image: url(imagenes/fondorap.png);
	background-repeat:   repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
}
.txtnaranja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

.borde {
	border: 3px solid #DDDDDD;
}
.fondoyborde {
	background-image: url(imagenes/fondorap.png);
	background-repeat:    repeat-x;
	background-position: center bottom;
	border: 3px solid #DDDDDD;
}
.borde {
	border: 3px solid DDDDDD;
}


.deg1 {
	background-color: #FFFFFF;
	background-image: url(imagenes/deg1.jpg);
	background-repeat:  repeat-x;
	background-position: left bottom;
}
.deg2 {
	background-color: #E4E4E4;
	background-image: url(imagenes/deg2.jpg);
	background-repeat:  repeat-x;
	background-position: left bottom;
}

.linkNegro{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #black;
	text-decoration: none;
}
.enlace{
text-decoration:none;
font-family:Verdana;
color:#FF9933;
font-size:9px;
background-color:#FFFFFF;

/*filter: alpha(opacity=50);
 opacity: .5;
*/
}