/* RESET ---------------------------------------------------------------------------------------------------------------------*/
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/* table {
	border-collapse: collapse;
	border-spacing: 0;
} */
/* FIN DEL RESET ---------------------------------------------------------------------------------------------------------------------*/
/* CLEARFIX ---------------------------------------------------------------------------------------------------------------------*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* FIN DEL CLEARFIX ---------------------------------------------------------------------------------------------------------------------*/
/*
/* CARGA DE FUENTES ---------------------------------------------------------------------------------------------------------------------*/

@font-face {
	font-family: 'AvenirLTStd65light';
	src: url('http://www.terneradenavarra.es/2010/GillSansStd-Light.eot');
	src: local('Gill Sans Std Light'), local('GillSansStd-Light'), url('http://www.terneradenavarra.es/2010/GillSansStd-Light.woff') format('woff'), url('http://www.terneradenavarra.es/2010/GillSansStd-Light.ttf') format('truetype'), url('http://www.terneradenavarra.es/2010/GillSansStd-Light.svg#GillSansStd-Light') format('svg');
}

@font-face {
	font-family: 'AvenirLTStd85Heavy';
	src: url('http://www.terneradenavarra.es/2010/GillSansStd.eot');
	src: local('Gill Sans Std Regular'), local('GillSansStd'), url('http://www.terneradenavarra.es/2010/GillSansStd.woff') format('woff'), url('http://www.terneradenavarra.es/2010/GillSansStd.ttf') format('truetype'), url('http://www.terneradenavarra.es/2010/GillSansStd.svg#GillSansStd') format('svg');
}





.contenedor{
	position:relative; 
	float:left; 
	width:765px;
	 height:522px; 
	
	 background-repeat:no-repeat;

}

.conpreguntas{
position:relative;
 float:left;
 margin-top:200px;
 margin-left:-300px;
  width:600px;

   height:auto;
    left:50%; 

font-family:Georgia, "Times New Roman", Times, serif;
font-size: 1.1em;
font-weight:bold;
color: #000000;
	
	
	


}

.preguntas{

text-decoration:none;
text-align:left;

font-family:Georgia, "Times New Roman", Times, serif;
font-size: 1.0em;
font-weight:bold;
color: #000000;
}
.textoform {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}


.preguntas:hover {
color:#771514;
 
text-decoration:none;
}
.preguntas:link{text-decoration:none;}
.campo_formulario {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000007;
	height:20px;
	background-color: #941616;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.preguntas:visited{text-decoration:none;}
.botonformulario {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #080000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #6F422D;
}