/* ESTILO DE LAS ETIQUETAS GENERALES */

body{
	background-color:#fff;
	font:11px Verdana,Arial,Helvetica,Sans-Serif;
	color:#333;	
}

h1{
	display: inline;
	font-size:11px;
	font-weight: normal;
}

/* CUADROS PRINCIPALES */

.contenido{
	width:100%;
}

.menu{
	display:none;
}

.menuinterior{
	display:none;
}

.menuinterior a{
	display:none;
}

.foto{
	display:none;
}

.texto{
	clear:both;
	width:100%;

}

.textointerior{
	clear:both;
	width:100%;
}

.pie{
	display:none;
}

/* CUADROS PARA CENTRAR LA WEB */

#horizontal {
	width: 100%;
}

#center {
	width: 100%;
}

/* ESTILOS ENLACES */

a.enlacemenu,a.enlacemenu:active,a.enlacemenu:visited,a.enlacemenu:focus{
	display:none;
}

a.enlacemenu:hover{
	display:none;
}

a.enlacepie,a.enlacepie:active,a.enlacepie:visited,a.enlacepie:focus{
	display:none;
}

a.enlacepie:hover{
	display:none;
}

/* ------------------------- ESTILOS SCROLL ------------------------- */

.root 		{
	clear:both;
	width:100%;
	padding-top:300px;
	margin-top:300px;		
		}

.thumb 		{
	display:none;
		}
		
.up, .dn 	{
	display:none;
		}
		
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
		
.scrollContainer { 
	width: 100%;
	font-size: 13px;
	color: #000;
	font-family: Verdana;
	margin: 60px 0px;
	height:1000px;
		}
		
.scrollContent { 
	width: 100%;
	font-size: 13px;
	color: #000;
	font-family: Verdana;
	margin: 60px 0px;
	height:1000px;	
		}

/* ------------------------- ESTILOS SCROLL ------------------------- */

.root_home 		{
	width:100%;		
		}
		
.scrollContainer_home { 
	width:100%;
		}
		
.scrollContent_home { 
	width:100%;
		}
		
		
		/* MODS*/
		
#mod_title {
	width:100%;
	font-size:15pt;
	font-weight:bold;
}

.mod_title {
	width:100%;
	font-size:15pt;
	font-weight:bold;	
}

/* ESTILOS PROPIOS DEL CONTENIDO: Formularios --------------------------- */

.row {
	display:none;
  }
  
.concept {
	display:none;
  }
  
/*.form {
  	float: left;
	text-align: left;
	background-color: #ddd;
  }*/
  
FORM {
	display:none;
}

input, textarea {	
	display:none;
}

select {
	display:none;
}

.mod_button {	
	display:none;
} 

.mod_check {	
	display:none;
}

.text_center{
	text-align:center;
}

.print{

}
		