html, body {
	margin: 0;
	padding: 0;
	border:0;
	text-align: center;
	background-color: #EDEDEE;
}
body {
    font-size: 75%;
    line-height: 1.6em;
	color: #0000;
}
body, input, textarea, select, optgroup {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
input, textarea, select, optgroup, table, tr, th, td  {
	font-size: 100%;
}
p, ul, ol, li, dl, dt, dd, form, fieldset, blockquote, cite, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ul, ol, li, dl, dt, dd {
	list-style: none;
}
img, a img {
	border: none;
}
/* SECCIÓN: CLASES GENERALES DE LA PÁGINA */
.clearall {
	clear: both;
	height: 0.0001em;
	line-height: 0.0001em;
	font-size: 0.0001em;
}
/***********************************************************************************************************/
#web{
	
	position: absolute; 
	top: 50%;
	left: 50%;
	margin: -275px 0 0 -469px;
	padding: 0;
	width:938px;
	height: 549px;
	background-color: #EDEDEE;
	text-align:left;
	
	/*border: 1px solid #000000;*/
}
.logo {
	margin: 6px 0 0 79px;
}
.logo img {
	float: left;
	display: block;
	width: 150px;
}
.pie {
	position: relative;
	top: -5px;
	padding-top: 5px;
	height: 24px;
	width: 938px;
	text-align: center;
	background-color: #666666;
}
.pie ul li {
	display: inline;
}
.pie ul li a {
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	padding: 0 10px;
	border-right: 1px solid #000000;
}
.pie ul li.ultimo a {
	border-right: none;
}
.pie ul li a:hover {
	color: #FFFFFF;
}
/* ESPECÍFICOS INDEX*/
.index .pie ul li.primero a{
	color: #FFFFFF;
}
.index #flashcontent {
	height: 480px;
}
/* ESPECÍFICOS VR*/
.vr .logo img {
	float: left;
}
.vr .instrucciones_usuario {
	float: right;
	margin-top: 7px;
	margin-right: 73px;
	padding-left: 30px;
	background: url(../images/css_vr_piti.gif) no-repeat 0 4px;
}
.vr #flashcontent {
	height: 480px;
}
.vr .pie ul li.segundo a{
	color: #FFFFFF;
}
/* ESPECÍFICOS FEATURES*/
.features .pie ul li.tercero a{
	color: #FFFFFF;
}
.features #contenido {
	height: 480px;
}
.features .pie {
	top: 0;
}
.features .foto {
	position: absolute;
	bottom: 29px;
	}
.features .txt_left {
	margin: 30px 0 0 78px;
	background: url(../images/piti.gif) 0 0 no-repeat;
	float: left;
	width: 145px;
	padding-left: 12px;
	font-size: 95%;
	line-height: 1em;
	}
.features .txt_right {
	margin: 30px 0 0 20px;
	background: url(../images/piti.gif) 0 0 no-repeat;
	float: left;
	width: 150px;
	padding-left: 12px;
	font-size: 95%;
	line-height: 1em;
	}
.features p {
	margin-bottom: .5em;
	}
.features p.ultimo {
	padding-bottom: .8em;
	border-bottom: 1px solid #BFBFBF;
	}



/* ESPECÍFICOS CONTACT*/
.contact .pie ul li.cuarto a{
	color: #FFFFFF;
}
.contact #contenido {
	height: 480px;
}
.contact .pie {
	top: 0;
}	

.formulario {
	float: left;
	width: 600px;
	margin: 15px 0 0 100px;
	font-size:110%;
	}
.campo {
	margin-top: 6px;
	}
.campo .ConLeft {
	float: left;
	width: 150px;
	}
.campo .ConRight {
	float: left;
	width: 440px;
	}
.campo .ConRight .campos_left {
	float: left;
	width: 180px;
	}
.campo .ConRight .campos_right {
	float:right; 
	text-align:right;
	width: 255px;
	}
label {
	cursor: pointer;
	}
input.txt {
	border: 1px solid #FFFFFF;
	width: 438px;
	margin: 0;
	padding:0;
	}
input.txt_txiki {
	border: 1px solid #FFFFFF;
	width: 160px;
	}
.error {
	background-color: #FFE6E6;
	}
select.dia {
	border: 1px solid #FFFFFF;
	width: 60px;
	}
textarea {
	width: 438px;
	}
.botones {
	text-align: right;
	margin: 0;
	}
.boton {
	border: none;
	background: url(../images/submit.gif)  0 0 no-repeat;
	padding-left: 15px;
	font-weight: bold;
	line-height: 1.4em;
	cursor: pointer;
	padding-bottom: 5px;
	width: 90px;
	font-size: 130%;
	}
.boton:hover {
	color:#2C565C;
	}
p.mensaje {
	font-size: 85%;
	color:#FF0000;
	}
.explicacion {
	margin: 0 0 0 0;
	font-size: 90%;
	}
.mensajes_alert {
	float: left;
	width: 180px;
	padding: 15px 10px 15px 15px;
	border: 1px solid #FF0000;
	margin: 3.4em 0 0 15px;
	background-color:#FFE6E6;
	font-weight: bold;
	}	
.enviado {
	margin: 5em auto 0 auto;
	width: 540px;
		}
.enviado p {
	margin-bottom: .8em;
	font-size: 110%;
	}
/* ESPECÍFICOS NO_FLASH */
.no_flash {
	margin-top: 140px;
}
.no_flash p {
	text-align: center;
	font-weight: bold;
}
.no_flash a.enlace_txt {
	color: #2C565C;
}
.no_flash a.enlace_txt:hover {
	text-decoration: none;
}
.no_flash .entorno_enlace_img {
	margin-top: 10px;
	text-align: center;
}
