/*--------------------------------------------------------------------
                      General
---------------------------------------------------------------------*/

body{
	color:#666;
	background-color:#fff;
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
	background-image:url(../images/body.gif);
	background-repeat:repeat-x;
	background-position:center top;
	text-align:center;
}

#cont { display: block; width: 494px; margin-left: auto; margin-right: auto;}

#contenido{
	display: block;
	float: left;
	width: 474px;
	padding:0px 10px;
	text-align:left;
}

a{	
	text-decoration:none;
	color:#666;
}

a:hover{	
	text-decoration:underline;
}

a.button-ofertas{
	background: transparent url(../images/bg_button_ofertas.gif) no-repeat scroll top right;
    color:#ce2e37;
    display: block;
    float: right;
	font-weight:bold;
    height: 22px;
    margin:20px 0 5px 6px;
    padding-right: 14px; /* sliding doors padding */
    text-decoration: none;
}

a.button-ofertas:hover {
	color:#333;

}

a.button-ofertas span {
	background: transparent url(../images/bg_button_ofertas_span.gif) no-repeat;
	display: block;
    line-height: 12px;
    padding: 5px 0 5px 14px;
}

a.button-ofertas:active {
	background-position: bottom right;
    color:#000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button-ofertas:active span {
	background-position: bottom left;
    padding: 6px 0 4px 14px; /* push text down 1px */
}

a.button-ofertas-2{
	background: transparent url(../images/bg_button_ofertas.gif) no-repeat scroll top right;
    color:#ce2e37;
    display: block;
    float: left;
	font-weight:bold;
    height: 22px;
    margin:20px 0 5px 6px;
    padding-right: 14px; /* sliding doors padding */
    text-decoration: none;
}

a.button-ofertas-2:hover {
	color:#333;

}

a.button-ofertas-2 span {
	background: transparent url(../images/bg_button_ofertas_span.gif) no-repeat;
	display: block;
    line-height: 12px;
    padding: 5px 0 5px 14px;
}

a.button-ofertas-2:active {
	background-position: bottom right;
    color:#000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button-ofertas-2:active span {
	background-position: bottom left;
    padding: 6px 0 4px 14px; /* push text down 1px */
}

.label-form {
	float: left;
    width: 90px;
	height:29px;
	padding:6px 26px 0 0;
    text-align: right;
	font-size:13px;
	font-weight:bold;
	color:#666;
	background: url(../images/bg-form-label_peq.gif) no-repeat left top;
}

.ob {
	background: url(../images/bg-form-label-ob_peq.gif) no-repeat left top;
}
.caja-form {
    float: left;
    margin: 5px 10px;
	padding:0px;
    width:550px;
}

.campo-form {
	float: left;
    padding: 0px 0px 0px 5px;
    width: 400px;
}

.campo-area{
    width:400px;
	border:1px solid #ccc;
	background:#eee;
	padding:2px;
	margin-top:2px;
}

.campo-largo{
    background:#EEEEEE none repeat scroll 0 0;
    border:1px solid #CCCCCC;
    height:20px;
    margin-top:4px;
    padding:2px;
    width:400px;
}

h4{
	background:transparent url(../images/bg-barra.gif) repeat-x scroll center top;
    color:#FFFFFF;
    font-weight:bold;
    height:30px;
    margin:10px 25px;
    padding:5px 0;
    /* width:500px; */
}

.fieldError{
    background:#E8E8E8 none repeat scroll 0 0;
    color:#CE2E37;
    font-weight:bold;
    margin:0 120px;
    padding-left:20px;
    text-align:left;
    width:380px;
}

em{
	font-weight:bold;
}

u{
	font-weight:bold;
}

p{
	padding-bottom:10px;
}

img{
	border:0;
}

.izda{
	text-align:left;
}

.dcha{
	text-align:right;
}

.dcha_float{
	float:right;
}
/*--------------------------------------------------------------------
                       Cabecera
---------------------------------------------------------------------*/

#cuerpo{
	width:474px;
	padding-bottom:15px;
}

#cuerpo a{
	text-decoration:underline;
	font-weight:bold;
}

#cuerpo h2{
	font-size:20px;
	font-weight:bold;
	margin:10px 0px;
}

#cuerpo li{
	margin:5px 0px;
	padding-left:2px;
}

#cuerpo li span{
	color:#4F90A7;
	font-weight:bold;
	font-size:14px;
}

.print{
	display:block;
	background-image:url(../images/print.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:10px 0px 10px 45px;
	margin-top:20px;
}

