@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imagenes/fondo_web2.jpg);
	background-repeat: repeat;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4E5F69;
	font-size: 13px;
}
p {
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #4E5F69;
	line-height: 18px;
	text-shadow: 0 1px 0 #dfdfdf;

}
.cabezal{
	border-left:solid #CCCCCC 1px;
	border-right:solid #CCCCCC 1px;
	
}.contenido {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
		box-shadow: 0px 0px 10px #716c5f;
	-moz-box-shadow: 0px 0px 10px #716c5f;
	-webkit-box-shadow: 0px 0px 10px #716c5f;
}
.pie {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	box-shadow: 0px 4px 6px #716c5f;
	-moz-box-shadow: 0px 4px 6px #716c5f;
	-webkit-box-shadow: 0px 4px 6px #716c5f;

}
.titulo_rojo {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #FF3300;
}
