@charset "iso-8859-2";
/* CSS Document */
#all .relacionados {
	float: right;
	width: 225px;
	margin-right: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 15px;
	border-top:solid 1px #CCCCCC;
	margin-top:15px;
	padding-top:10px;
}
.novedadBox {
	float: left;
	width: 225px;
	margin-bottom: 10px;
}
.novedadBox .novTitle {
	font-size: 12px;
	float: left;
	width: 225px;
	margin-bottom:5px;
}
.novTitle a {
	color: #006699;
	text-decoration: underline;
}
.novIntro {
	float: left;
	width: 225px;
	height:24px;
	overflow:hidden;
}

#all .middle {
	background-image:url(../../images/backReg.gif);
	background-position:0px 50px;
	background-repeat: no-repeat;
}
.registBoton{
	background-color:#281773;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	border:0px;
	cursor:pointer;
}

.recuperarBox {
	display: inline;
	width: 100%;
	float:left;
	background-color: #FFFFFF;
	padding-bottom:20px;
}
.recuperarBox .texto {
	font-weight: bold;
	padding: 10px;
	text-align:center;
}
.recuperarBox .formu {
	float: left;
	padding-top: 20px;
}
.recuperarBox .formu .mail {
	text-align: right;
	float: left;
	width: 90px;
	padding-right: 10px;
	padding-top:5px;
}
.recuperarBox .formu .recupCampo {
	float: left;
	margin-right: 10px;
}
.recupBoton{
	background-color:#01BEEE;
	color:#CC3300;
	}
