/* CSS Document */

/*-------------------------------------------------------
					Generales
-------------------------------------------------------*/

body{		
    background-image:url(../images/body.jpg);
	background-position:center top;
    background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#33332d;	
    color:#333;
}

.fondo_top{
	width:100%;
	background-image:url(../images/fondo_top.gif);
	background-repeat:repeat-x;
	background-position:center top;
}

.fondo_bottom{
	width:100%;
	background-image:url(../images/fondo_bottom.gif);
	background-repeat:repeat-x;
	background-position:center bottom;
}

a{
	text-decoration:none;
	color:#444;
}

a:hover{
	text-decoration:underline;
}

.subrayado{
	text-decoration:underline;
}


/*-------------------------------------------------------
					Cabecera
-------------------------------------------------------*/

#hd{	
	height:61px;	
}

#hd a{
	float:left;
	width:248px;
	height:47px;
	margin-left:50px;
	
}
.izquierda{
	background-image:url(../images/logo.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.dchahd{
	text-align:right;
}

.dchahd img{
	margin:25px 20px 0px 0px;
}

.boton_entrar{
	display:block;
	float:right;
	text-align:right;
	background-position: top;
	padding-top:9px;	
}
.boton_entrar a{
	width:290px;
	padding-bottom:5px;	
	display:block;
	float:right;
	background-image:url(../images/boton1.jpg);
	background-position:top;
	background-repeat:no-repeat;
	
}
.boton_entrar a:visited{
	background-image:url(../images/boton1.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.boton_entrar a:hover{
	background-image:url(../images/boton2.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

/*-------------------------------------------------------
					Cuerpo
-------------------------------------------------------*/

#bd{
	background-image:url(../images/campus.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	font-size:14px;
}

.izda{
	padding:0px 0px 0px 70px;
}

.izda h1{
	font-size:22px;
	font-weight:bold;
	color:#000;
	padding:180px 0px 20px 0px;
	line-height:16px;
}

.izda p{
	line-height:18px;
}

.izda b{
	color:#f08a00;
}


.dcha{
	text-align:right;
	padding-top:15px;
}

.banner1{
	margin:558px 27px 0px 0px;
}

.banner2{
	margin:501px 27px 0px 0px;
}


.hd_caja2{
	width:340px;
    float: right;
	padding:5px;
	font-size:12px;
	background-color:#FBE0B5;
	border:3px solid #FD6003;
	text-align:center;
	margin:3px 0px 9px 0px;
}

.hd_caja{
	width:305px;
    float: left;
	padding-left:35px;
	padding-top:1px;
}

.hd_label {
	float: left;
    width: 130px;
    text-align: right;
	color:#65645C;
	padding-top:4px;
	font-size:12px;
}    
    
.hd_campo {
	float: left;
    padding: 1px 0px 0px 5px;
}

.hd_campo_fijo {
	width:159px;
	border:1px solid #ffd1a4;
	padding:1px;
}

.enlace {
	color:#F08A00;
	text-decoration:underline
}

.cajasizda{
	display:block;
	float:left;
	width:337px;
	padding-left:70px;
}

.cajasizda2{
	display:block;
	float:left;
}

/*-------------------------------------------------------
					Pie
-------------------------------------------------------*/

#ft{
	border-top:1px solid #ccc;
	height:140px;
	padding:30px 0px 25px 0px;
	background-image:url(../images/pie.jpg);
	background-position:634px 32px;
	background-repeat:no-repeat;
	clear:both;
	margin:30px 27px 0px 70px;
}

#ft a {
    text-decoration: none;
    font-weight:bold;
	font-size:12px;
    color: #252525;
}

#ft a:visited {
    text-decoration: none;
    font-weight:bold;
    color: #BEBEBE;
}

#ft a:hover {
    text-decoration: underline;
    font-weight:bold;
    color: #f56600;
}

#ft span{
	float:left;
	padding:60px 0px 0px 62px;
	background-image:url(../images/fondo_bottom_pie.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	color:#808080;
	font-size:9px;
}