*{
   margin:0;
   padding:0;
   outline-style:none;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background-image: url(../img/fondo_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #CB0101;
	margin-bottom: 15px;
}
h1 a {
	color: #CB0101;
	text-decoration: none;
}



#contenedor {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}
#contenido {
	font-size: 13px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
}
.menu {
	list-style-type: none;
	text-transform: uppercase;
	color: #FF7777;
	font-size: 13px;
	display: block;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
.menu li {
	display: inline;
	padding: 10px;
	margin-top: 5px;
}
.menu li a {
	color: #FF7777;
	text-decoration: none;
}
.menu li a:hover {
	color: #FFFFFF;
}


.firma {
	font-size: 10px;
	text-align: right;
	padding-right: 20px;
}
.firma a {
	color: #000000;
	text-decoration: none;
}

#pie {
	background-color: #9D060B;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	padding: 10px;
}
#pie a {
	color: #FFFFFF;
	text-decoration: none;
}


.cabecero {
	background-image: url(../img/cabecero3.jpg);
	height: 207px;
	width: 975px;
	background-repeat: no-repeat;
}
.clear_sin {
	clear: both;
}
.clear {
	clear: both;
	float: left;
}
.piatic {
	clear: both;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}

.izquierda{
	color: #666666;
}
