@charset "utf-8";
/* CSS Nutriguía.com.uy */

*{
	margin:0;
	padding:0;
	outline:none;
}

body{
	background-color:#fff;
	color:#000000;
	font-family:verdana;
	font-size:11px;
	line-height:16px;
}

#content{
	padding:30px 100px;
	width:736px;
	min-height:502px;
	height:auto!important;
	height:502px;
}

#header{
	height:170px;
	background:url(../img/bckgrnd.gif) 0 0 repeat-x;
	overflow:hidden;
}

h1{
	display:none;
}

h2 {
	font-size:24px;
	font-weight:normal;
	line-height:30px;
	margin-bottom:15px;
}

a {
	color:#000;
	text-decoration:none;
}

a img{
	border:none
}

a:hover{
	color:#B13B33;
	text-decoration:underline;
}

.clear{
	clear:both;
	height:0;
	visibility:hidden;
	overflow:hidden;
}

#logo-container{
	float:left;
	width:499px;
	height:164px;
	background:url(../img/logo_nutriguia.jpg) 0 0 no-repeat;
}

#footer{
	background:#c4d42e url(../img/bckgrnd-curve-footer.gif) 0 0 no-repeat;
	height:72px;
}

.subtitle, .subtitle-black{
	color:#CD2100;
	text-transform:uppercase;
	font-weight:bold;
	line-height:21px;
}

.subtitle-black{
	color:#8a658b;
}

.highlight{
	color:#A4A5A7;
	font-weight:bold;
}

div.formData{
	margin:20px 0;
}

form p, form input{
	margin:5px 0 0;
}


input{
	font-size:10px;
	padding:2px; 
}

textarea {
	font-family:Verdana;
	font-size:10px;
	width:298px;
	padding:2px;
	margin:5px 0 0;
}

input.long-text{
	width:300px; 
	height:13px;
}

input.send{
	background-color:#C4D42E;
	font-size:14px;
	font-weight:bold;
	padding:5px 20px;
}

.errores{
	color:#ff0000;
}

.nota{
	font-size:10px;
	line-height:12px;
}

input#anio{
	width:50px;
}
input#dia, input#mes{width:30px;}
input#dia, input#mes, input#anio{
	margin:0 10px 0 2px;
}

input#fumaSi, input#fumaNo{
	margin:0 2px 0 10px;
}

.agradecimiento{
	text-align: center;
	font-weight:bold;
	color:#CD2100;
	padding:50px 0;
}

.auspicia{
	background:url(../img/logo_mercado_modelo.jpg) 0 0 no-repeat;
	width:242px;
	height:110px;
	float:left;
	margin:7px 2px;
}

.premio{
	float:left;
	width:246px;
	height:106px;
	/*border:1px solid #beb9b5;*/
	padding:2px;
	overflow:hidden;
	margin:7px 0;
	display:inherit;
	background-color:#fff;
}

.premio img{
	float:left;
}
.premio p{
	font-weight:bold;
}
.premio p span{
	color:#92007b;
}
.premio-desc{
	float:right;
	padding:5px 10px;
	width:141px;
	background-color:#e5e4e2;
}
