body {
	background-repeat:repeat-x;
	background-color:#AC231E;
	font-family:verdana;
	font-size:12px;
	}
	
#sitio {
	background-color:white;
	width:900px;
	height:auto;
	margin:auto auto;
	margin-top:24px;
	}
	
#contenedor {
	width:411px;
	height:186px;
	background-color:#E9E2C7;
	border:1px solid #676666;
	margin:auto auto;
	margin-top:10px;
	margin-bottom:10px;
	}
	
.texto-titulo_contenedor {
		font-size:14px;
		color:black;
		font-weight:bold;
	}
	
.texto-texto_contenedor {
		font-size:12px;
		color:black;
	}
	
.texto-masinfo_contenedor {
		font-size:12px;
		color:#CE5838;
		font-weight:bold;
		padding-left:10px;
		text-decoration:none;
	}

.texto-link_pie {
	text-decoration:none;
	color:black;
	font-size:12px;
	margin-left:170px;
	}
	
#cuadrado_verde {
	width: 22px;
	height:20px;
	background-color:#B97E2E;
	margin-right:15px;
	margin-left:5px;
	}
	
#barrapie {
	width:876px;
	height:25px;
	background-color:#124490;
	margin:auto auto;
	margin-top:20px;
	color:white;
	text-align:center;
	padding-top:10px;
	}
	
#barrapie>a {
	color:white;
	font-size:12px;
	text-decoration:none;
	}
	
.boton {
	width:100%;
	height:32px;
	padding-top:2px;
	text-align:center;
	font-size:12px;
	color:white;
	text-decoration:none;
	-moz-transition-property:background-color, color;
	-moz-transition-duration:0.5s, 0.5s;
	-webkit-transition-property:background-color, color;
	-webkit-transition-duration:0.5s, 0.5s;
	-o-transition-property:background-color, color;
	-o-transition-duration:0.5s, 0.5s;
	}
	
.boton:hover {
	background-color:#bbbbbb;
	color:black;
	-moz-transition-property:background-color, color;
	-moz-transition-duration:0.5s, 0.5s;
	-webkit-transition-property:background-color, color;
	-webkit-transition-duration:0.5s, 0.5s;
	-o-transition-property:background-color, color;
	-o-transition-duration:0.5s, 0.5s;
	}
	
#cont_contacto {
	width:425px;
	height:auto;
	background-color:#E9E2C7;
	border:1px solid #676666;
	margin:auto auto;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
	}
	
#cont_contacto_titulo {
	width:850px;
	height:30px;
	border:1px solid #676666;
	background-color:#0f438f;
	margin:auto auto;
	padding:5px;
	padding-top:10px;
	padding-left:20px;
	font-size:18px;
	margin-top:10px;
	color:white;
	}
	
#cont_empresa {
	width:865px;
	background-color:#faf3d8;
	border:1px solid #676666;
	margin:auto auto;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	}
