/* CSS Document */


/*---------------------------ESTILOS SUSCRIPCIONES--------------------------------
--------------------------------------------------------------------------------*/

#flor_suscripciones{
	margin-left:5px;
	float:left;
}

#bloque_drcha{
	width:565px;
	float:right;
	margin-right:6px;
	height:454px;
	background-color:#cecece;
}

#titulo_texto{
	width:554px;
	height:50px;
	float:right;
	background-color:#560048;
	color:#ffffff;
	text-align:left;
	padding: 15px 0px 10px 10px;
	font-size:22px;
	font-family:Helvetica,Verdana,Arial;
	text-transform:uppercase;
}

#bloque_suscripciones{
	width:554px;
	float:right;
	padding: 5px 5px 5px 5px;
}

.form_suscripciones{
	width:554px;
	height:69px;
	float:right;
	padding: 5px 5px 5px 5px;
	background:#b996b4 url(imgTemplate/fondo_rosa.jpg) top left no-repeat; 
	margin-top:20px;
}

.boton_susc{
	float:right;
	margin-top:30px;
	margin-right:10px;
}

.tit_ramos{
	width:130px;
	height: 59px;
	padding-top:10px;
	float:left;
}

.separador{
	width:947px;
	height:40px;
	clear:both;
	background-color:#415600;
	margin:auto;
}

#bloque_cal{
	width:937px;
	padding:5px;
	margin:auto;
	background:#b996b4;
}

.boton_cal{
	left:700px;
}

.mensaje_suscripciones{
	margin-top:10px;
	margin-bottom:10px;
}

.mensaje_suscripciones_error{
	width:200px;
	background:white;
	padding:4px;
	margin:auto;
	border: thin red solid;
	
}

#bloque_pie{
	width:947px;
	height:40px;
	background:#560048;
	margin:auto;
	text-align:center;
	padding-top:10px;
}

#bloque_pie a{
	color: #ffffff;
	font-size:18px;
	text-transform:uppercase;
}

form#form_suscripciones ul{
	list-style:none;
}

form#form_suscripciones ul li{
	margin-top:8px;
}

form#form_suscripciones ul li div.etiqueta{
	width:90px;
	float:left;
}

#botones_suscripciones{
	width:100%;
	padding-top:20px;
}

#botones_suscripciones input.boton_suscribirse {
	width:120px;
	height:40px;
	/*background:url("includes/languages/espanol/images/buttons/button_susc.jpg") no-repeat scroll left top transparent;*/
	border:none;
	margin-left:50px;
}

#botones_suscripciones input.boton_borrar{
	width:120px;
	height:40px;
	margin-left:50px;
	background:url("includes/languages/espanol/images/buttons/button_delete_form.gif") no-repeat scroll left top transparent;
	border:none;
}

