/*  
Theme Name: DADÁ 3.0
Theme URI: http://www.dada.cl/
Description: Creado por taituns@gmail.com.
Version: 3.0
Author: Sebastian Jeria L.
Author URI: http://www.panoptica.cl/
*/
/* Contenedores */
.body_index{
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
.body_home{
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
#contenedor{
	margin: auto;
	height: 500px;
	width: 900px;
}
#footer{
	margin: auto;
	height: 30px;
	width: 900px;
}
#direccion {
	height: 20px;
	width: 900px;
	margin: auto;
}
#index {
	height: 150px;
	width: 300px;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
/* Textos */
.footer{
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
}
#txt_legal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: auto;
	height: 120px;
	width: 460px;
	text-align: center;
}
#entrar {
	margin: auto;
	height: 20px;
	width: 300px;
	text-align: center;
}
/* Vinculos */
.v1 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.v1:link {
	color: #000000;
	text-decoration: none;
}
A.v1:visited {
	text-decoration: none;
	color: #000000;
}
A.v1:hover {
	text-decoration: none;
	color: #FF9900;
}
A.v1:active {
	text-decoration: none;
	color: #FF9900;
}
