@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
 /*GENERALES*/
body {
background-image:url(img/bg.jpg);
background-repeat:repeat-x;
background-color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:62.5%

}
#content {
	width:880px;
	background-image:url(img/content.jpg);
	background-repeat:no-repeat;
	text-align:left;
	margin:0px auto;
	padding-top:79px;
	padding-left:90px;
	font-size:1.2em;
}
#content a.tit{
	text-indent:-2000px;
	width:418px;
	height:122px;
	display:block;
}
#footer {
padding:25px 0px;
border-top:2px solid #FF0066;
background-color:#FFCCFF;
margin-top:40px;
text-align:center;
}
#footer p{
font-size:1.2em;
}

/*CLASES GENERALES*/

.gris {
color:#999999;
}
.bgblanco {
background-color:#FFFFFF;

}
/*PAGINA ORIGEN*/
div.img_principal {
width:400px;
height:375px;
background-image:url(img/ventanaprincipal.jpg);
background-repeat:no-repeat;
background-position:10px 0px;
padding-left:15px;
background-color:#FFFFFF;
display:block;
margin-bottom:30px;
position:relative;
}
h2.bajada{
font-size:1.6em;
margin:10px 0px;
color:#333333;
padding-left:10px;

}
#content p{
	padding:0 0 15px 15px;
	width:340px;
	line-height:1.4em;
}
h2.tablelabel{
width:800px;
text-align:center;
background-color:#990066;
padding:7px;

}
a{
	color:#FFF;}

/*TABLA CON IMAGENES*/
div.td {
position:relative;
background-image:url(img/ventana.jpg);
background-repeat:no-repeat;
width:425px;
height:360px;
display:block;
}
.fotito2 {
width:159px;
height:162px;
position:absolute;
top:59px;
left:9px;
}
.txt2 {
width:233px;
height:70px;
position:absolute;
top:250px;
left:9px;
}
.fotito {
width:348px;
height:179px;
position:absolute;
top:64px;
left:19px;
}
.txt {
width:368px;
height:81px;
position:absolute;
top:278px;
left:20px;
}
a.entrar_btn{
	width:96px;
	height:48px;
	position:absolute;
	background-image:url(img/entrar_btn.gif);
	background-position:top center;
	display:block;
	text-decoration:none;
	top:274px;
	left:246px;
}
a.entrar_btn:hover{
background-position:bottom center;
}
a.entrar_btn_principal:hover{
background-position:bottom center;
}
a.entrar_btn_principal{
	width:100px;
	height:100px;
	position:absolute;
	background-image:url(img/entrar_btn_principal.gif);
	background-position:top center;
	display:block;
	text-decoration:none;
	top:303px;
	left:596px;
}

/*PAGINA DESTINO*/
#content .sep {
width:480px;
border-right:1px dotted #990033;
}
.bgvioleta{
background-color:#FF0066;
margin:30px 0px;
padding:5px 15px 5px 15px;
color:#FFFFFF;
display:block;
width:180px;
font-size:1.6em;

}
/*FORMULARIOS*/
form {
	padding-left:15px;
	width:250px;
}
.form{
background-color:#FFCCFF;
border:1px solid #FF0066;
font-family:Georgia, "Times New Roman", Times, serif;
padding:1px;
margin-right:10px;
font-style:italic;


}
.btform{
background-color:#FF0066;
border:none;
padding:1px;
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
}

