@charset "UTF-8";
/* CSS Document */

* {
	/* Sets both paddings and margins for all elements to zero */
	margin: 0;
	padding: 0; 
}

html {font-size: 100%}
body {font-size: 62.5%; background: url(../images/structure/backdrop.png) repeat-x #20396d} /* Reduces normal font size to obtain the unit equivalency of: 1em = 10px */
ul {list-style: none} /* Removes list's bullets */
fieldset {border: none} /* Removes border borders for all fieldsets */

/* ---------- 2. Structure  ---------- */

.left {float: left}
.right {float: right}

.clear {
	/* Clearing method to expand containers with floated elements. */
	clear: both;
	line-height: 0em; /* Needed if clear DIV contains a space... long story. */
}

/* ---------- 3. Images  ---------- */

/*#header h1 {
	 Image replacement method for the site logo. 
	background: url(../images/lacalle.png) no-repeat;
	width: 100px;
	height: 150px;
	margin-bottom: -50px;
}*/

#header h1 span {display: none}
a img {border: 0} /* Sets images' border to zero when used in links */

/* ---------- X. links and navigation ---------- */

a {}
		
a:hover { text-decoration: none;}

#wrapper { 
	width:95em; 
	margin: 0 auto;
	background-color:#FFFFFF; 
}
.mensaje_embed { 
	text-align:center; 
	padding: 2em 0 3em 0;; 
}
.mensaje_content { 
	width:64em; 
	margin: 0 auto; 
}
.mensaje_content h1 {
	/*background: url(../images/banners/mensaje_home_tit.jpg) no-repeat;*/
	text-align: center;
	font: normal 3em 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #014890;
	margin-bottom:1em;
	/*text-indent: -9999px;*/
	width:540px;
}
.mensaje_content div { 
	width: 64em; 
	text-align:center; 
	margin: 1em 0; 
}
.mensaje_content div label { 
	float:left; 
	text-align:right; 
	padding-right:0.5em; 
	font: normal 2em 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	color:#014890;
	width:10em;
}
.mensaje_content div .field { 
	width:17em; 
	color:#666; 
	font-size:2em; 
}
.mensaje_content .leyenda { display:block;  margin: 1em 0;}
.mensaje_content .leyenda a{font: bold 1.6em "Trebuchet MS", Arial, Helvetica, sans-serif; color:#014890; text-decoration:underline; cursor:pointer;}
.btn_send { background:url(../images/banners/mensaje_btn_send.jpg) no-repeat; width: 160px; height: 43px; border: none; cursor: pointer;}
	.ok { background-color: #B8FFCE; color: #093; padding:5px; font: bold 1.2em "Trebuchet MS", Arial; color: #006600}
	
.contador { font: bold 3em "Trebuchet MS", Arial; color: #990000; }