@charset "UTF-8";

/* ********************

   reset

**********************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {

	margin:0;

	padding:0;

}

table {

	border-collapse:collapse;

	border-spacing:0;

	width:100%;

}

fieldset,img, abbr, acronym {

	border:0;

}

address,caption,cite,code,dfn,th,var {

	font-style:normal;

	font-weight:normal;

}

ol,ul {

	list-style:none;

}

caption,th {

	text-align:left;

}

img {

	border:0;

}

h1,h2,h3,h4,h5,h6 {

	font-size:1em;

	font-size:100%;

	font-weight:normal;

}

a { 
	text-decoration: none;
	outline: none;
}

form {
	padding-top: 50px;
}


/*************************** Fin Reset **********************************/


/**************** Estilos por defecto ***********************/

body {
	/*background: #d8d8d8 url(../images/construccion/bg-img.jpg) repeat-x top left;*/
	margin: 0px auto;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #575757;
}

h1 {
	display: none;
	text-indent: -9999px;
}

p {
	text-align: center;
}

form {
	margin: -30px 0px 0px 293px;
}



/**************** Fin estilos por defecto *******************/


/********************* Clases Generales ***********************/

.btn {
	width: 75px;
	height: 20px;
	background: #ababab;
	color: white;
	border: none;
	cursor:pointer;
	padding-bottom: 3px;


}

.caja { 
	font-size: 11px;
	color: #818080;
	margin-bottom:5px;
	padding:1px 3px;
	width:275px;
}




/********************* Fin Clases Generales ***********************/


/********************* Títulos ***********************/



/********************* Fin Títulos ***********************/


/*----------------------- Estructura principal ------------------*/

#contenedor {
	width: 955px;
	margin: 0px auto;
}

#logo {
	width: 535px;
	height: 97px;
	margin: 67px auto 32px auto;
}

#siluetas {
	width: 955px;
	height: 127px;
	margin: 0px auto;
}

#slogan {
	width: 363px;
	height: 33px;
	margin: 30px auto 10px auto;
}






/*------------------- Fin estructura principal -----------------------*/



