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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #524f4e;
}
body {
	background-color: #d9d7d0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
a:link {
	color: #D8101D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D8101D;
}
a:hover {
	text-decoration: none;
	color: #880810;
}
a:active {
	text-decoration: none;
	color: #D8101D;
}
.texto_red {
	color: #DD223B;
}
.texto_red_big {
	color: #DD223B;
	font-size: 16px;
}
.texto_dm_red {
	color: #DD223B;
	font-size: 11px;
}
.texto_sm_red, .texto_sm_red a, .texto_sm_red a:visited {
	color: #DD223B;
	font-size: 10px;
}
.texto_sm_red a:hover {
	color: #860000;
	font-size: 10px;
}
#warp {
	width: 800px;
	margin: 0 auto;
}
#top {
	width: 800px;
	height: 132px;
}
#logo {
	width: 257px;
	height: 41px;
	float: left;
	padding-top: 60px;
	padding-left: 58px;
}
#menu {
	float: right;
	padding-top: 60px;
	padding-right: 5px;
	text-align: right;
	width: 400px;
	height: 41px;
}
#menu ul {
	margin: 0;
	/*padding: 0 0 0 20px;*/
	padding: 0 0 0 6px;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: right;
	height: 41px;
	padding: 2px 6px 0 6px;
	border-right: 1px solid #414141;
	/*text-transform: lowercase; */
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #b3b3b3;
}
#menu a:hover, #menu .active a {
	color: #FFFFFF;
}
#content {
	width: 684px;
	height: 460px;
	margin: 0 auto;
}
.content_nosotros {
	background-image: url(../img/sub_nosotros.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.content_servicios {
	background-image: url(../img/sub_servicios.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.content_trabajos {
	background-image: url(../img/sub_trabajos.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.content_contacto {
	background-image: url(../img/sub_contacto.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#intro {
	width: 684px;
	height: 145px;
	background-image: url(../img/bg_intro.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 29px;
}
#intro_izq {
	width: 196px;
	height: 125px;
	float: left;
	padding-right: 48px;
	padding-top: 20px;
}
#intro_cen {
	width: 196px;
	height: 125px;
	float: left;
	padding-right: 48px;
	padding-top: 20px;
}
#intro_der {
	width: 196px;
	height: 125px;
	float: left;
	padding-top: 20px;
}
#izq {
	width: 380px;
	height: 400px;
	float: left;
	padding-top: 58px;
	text-align: justify;
}
#der {
	width: 270px;
	height: 292px;
	float: right;
	padding-top: 60px;
}
#galeria {
	width: 380px;
	float: left;
	padding-top: 18px;
}
#thumb {
	width: 50px;
	height: 50px;
	float: left;
	padding: 6px;
	margin: 5px;
	border: 2px solid #E0DFD9;
}
#form {
	width: 380px;
	float: left;
	padding-top: 20px;
	text-align: left;
h
	background-image: url(../img/bg_form.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 232px;
	background-image: url(../img/bg_form.gif);
}
#parte {
	width: 380px;
	height: 30px;
	padding-top: 4px;
}
#dato {
	width: 100px;
	height: 20px;
	float: left;
	padding-top: 4px;
	padding-left: 40px;
}
#botones {
	width: 120px;
	height: 20px;
	float: left;
	padding-top: 20px;
	padding-left: 30px;
}
#envio {
	width: 200px;
	height: 20px;
	float: right;
	padding-top: 4px;
	padding-right: 10px;
}
#campo {
	width: 200px;
	height: 80px;
	float: right;
	padding-top: 4px;
	padding-right: 10px;
}
#foot {
	width: 684px;
	height: 200px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
	font-size: 11px;
}
#foot_izq {
	float: left;
	text-align: left;
}
#foot_der {
	float: right;
	text-align: right;
}

