@charset "utf-8";
/* CSS Document */

body{
	background-color: #f3efe2;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #959076;
}
a:link {
	color: #959076;
	text-decoration: none;
}
a:hover {
	color: #959076;
	text-decoration: none;	
}
a:visited {
	color: #959076;
	text-decoration: none;	
}
a:active {
	color: #959076;
	text-decoration: none;
}
h1{
	color: #810463;
	font-size: 12px;
	margin: 30px 24px 0px 48px;
}
p{
	color: #64614D;
}

.linkblog{
	color: #8F7C3A;
	font-size: 12px;
}

.linkblog a:link{
	color: #8F7C3A;	
}

.linkblog a:hover, a:visited{
	color: #810463;	

}
/*---------------- HOME ----------------*/

#home_contenedor{
	width: 662px;
	margin: 25px auto 0px auto;
}
#home_imagen{

}
#home_texto{
	text-align: center;
}

/*---------------- SECCIONES ----------------*/

#secc_cont{
	width: 962px;
	margin: auto;
}
#secc_cont_left_a{
	width: 305px;
	float: left;
	background-image: url(../img/fond_left_a.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#secc_cont_left_b{
	width: 305px;
	float: left;
	background-image: url(../img/fond_left_b.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#secc_cont_left_c{
	width: 305px;
	float: left;
	background-image: url(../img/fond_left_c.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#columna_menu{
	width: 200px;
	margin-left: 81px;
}
#secc_cont_right{
	width: 657px;
	float: right;
}
#secc_cont_right_sup_a{
	width: 576px;
	background-image: url(../img/fond_right_sup_a.gif);
	background-repeat: no-repeat;
	height: 84px;
}
#secc_cont_right_sup_b{
	width: 576px;
	background-image: url(../img/fond_right_sup_b.gif);
	background-repeat: no-repeat;
	height: 84px;
}
#secc_cont_right_sup_c{
	width: 576px;
	background-image: url(../img/fond_right_sup_c.gif);
	background-repeat: no-repeat;
	height: 84px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#trabajos{
	width: 576px;
}
#trabajos p{
	margin: 12px 24px 18px 48px;
}
#trabajos ul{
	margin: 12px 24px 18px 96px;
	padding: 0px;
	list-style-type: none;
}
#trabajos li{
	margin: 8px 0px 8px 0px;
	padding: 0px;
}
#trabajos_present{
	width: 576px;
	padding: 0px 0px 70px 0px;
	background-color: #FEFDFC;
}
#trabajos_flash{
	margin-bottom: 30px;
}
#trabajos_present_inf{
}
#trabajos_sup{
	width: 576px;
	background-color: #faf8f3;
}
#trabajos_inf{
	width: 576px;
	height: 222px;
	background-color: #faf8f3;
	background-image: url(../img/fond_dise_inf.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #f3efe2;
}

/*---------------- MENU ----------------*/
#menu{
	width: 200px;
	margin:20px 0px 0px 81px;
	color: #810463;		
}
#menu ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 26px;
}
#menu li{
	margin: 0px 0px 20px 0px;
}
#menu ul ul{
	list-style-type: none;
	padding: 0px;
	margin: 10px 0px 0px 15px;
}
#menu li li{
	margin: 0px;
	padding: 4px 0px 4px 0px;
	font-size: 11px;
}
.menu_activo{
	background-image: url(../img/fond_li_activo.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/*---------------- CONTACTO ----------------*/
#contacto_conte{
	width: 576px;
	padding: 0px 0px 70px 0px;
	background-color: #FFFFFF;
}
#contacto_logo{
	padding: 100px 0px 20px 0px;
}
#contacto_texto{
	width: 340px;
	margin: 0px auto 30px auto;
	line-height: 18px;
}
#contacto_texto a:link{
	margin: 100px auto 0px auto;
	width: 340px;
	line-height: 18px;
	color: #810463;
}
.contacto_datos{
	padding: 0px 0px 0px 80px;
}
