/* CSS Document */
.Azules{
	font-weight:bold;
	color:#0082D6;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
input, select, textarea, option{
	font-size:0.9em;
}
.MenuLink{
	font-size:9px;
	color:#FFFFFF;
	text-decoration:none;
}
.MenuLink:hover{
	font-size:9px;
	color:#FFFFFF;
	text-decoration:underline;
}
td{
	font-size:0.85em;
}
.Titulo{
	font-size:2.1em;
	font-weight:bold;
	color:#0082D6;
}
.LateralDer{
	background-image: url(img/lat_der.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.LateralIzq{
	background-image: url(img/lat_izq.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.LetrasBlancas{
	font-size:1em;
	color:#FFFFFF;
	font-weight:bold;
}
.LetrasRosa{
	font-size:1.6em;
	font-weight:bold;
	color:#FF3399;
}
.LetrasNaranja{
	font-size:1.6em;
	font-weight:bold;
	color:#FF6600;
}
.Naranja{
	color:#FF6600;
}
.NeedInfo{
	font-size:1em;
}
.LineaGrisTitulo{
	border-bottom: 1px solid #999999;
	margin-bottom: 5px;
}
.Rosas{
	font-weight:bold;
	color:#FF3399;
}
.inputscontacto{
	border: 1px solid #FF9966;
}
.botoncontacto{
	border: 1px solid #FF9966;
	background-color:#FFCC99;
}
.linknegro{
	color:#000000;
	text-decoration:underline;
}
.linknegro:hover{
	color:#000000;
	text-decoration:none;
}
.selectjump{
	width:159px;
}
select.selectjump option{
	font-size: 0.07em;
}