body{ background:black url(../imagenes/Copia-de-logo.png) no-repeat top center}
* 
{
margin: 0px;
padding: 0px;
font-size: 12px;
}

/*body {
	background: #e01400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}*/

input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

a {
	color: #b01000;
}

a:hover {
	text-decoration: none;
	color: #fcc86a;
}


#main
{
width: 976px;
margin: 0 auto;
background: #e01400;
}


/* Header */

#header {
	height: 351px;
	width: 976px;
}

#logo {
width: 976px;
height: 300px;
background: url(../images/header.jpg) no-repeat;
}

#logo h1, #logo p {
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 47px 0 0 20px;
	font-size: 24px;
	color: #ffffff;
}
#logo h2 {
	padding: 10px 0 0 20px;
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
}

#logo a {
	text-decoration: none;
	color: #ffffff;
}

/* Page */

#page {
	width: 976px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 565px;
	padding: 11px;
}

#content p
{
padding-left: 10px;
padding-right: 10px;
}

#content .line1
{
/*background: #ffffff url(../images/center_top.gif) top no-repeat;*/
padding: 4px;
}

#content .post ul, #content .post ol
{
margin-left: 30px;
}

#content .top
{
width: 497px;
background: url(../images/top.png) no-repeat;
height: 13px;
}

#content .middle_back
{
width: 477px;
background: #ffffff
}

#content .title
{
width: 462px;
height: 20px;
padding-top: 10px;
padding-left: 20px;
/*border-bottom: 1px solid #b01000;*/
margin-bottom: 8px;
}

.post {

	color: white;

}

.post a {
	color: #b01000;
}

.post a:hover {
	color: #FE6B02;
}

.post H2
{
color: #b01000;
text-transform: uppercase;
font-size: 14px;
font-weight: bold
}

.center_bottom
{
/*background: url(../images/center_bottom.gif) no-repeat bottom;*/
padding-bottom: 8px;
margin-bottom: 10px;
}

/* Sidebars */

.sidebar {
	float: left;
	
	margin-top: 10px;
	color: #000000;

}
.parte_izquierda{width: 160px;}
.parte_derecha {width: 228px; padding-top:40px}

/*.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}


.sidebar li {
	padding: 4px 0 4px 10px;
}*/

.sidebar a {
	text-decoration: none;
	color: #b01000;
	font-size: 11px;
}
.sidebar a:hover {
	color: #999999;
	text-decoration: underline;
}

.sidebar h2 {
width: 203px;
height: 25px;
font-size: 16px;
font-weight: bolder;
padding-left: 25px;
padding-top: 14px;
text-transform: uppercase;
color: #ffffff;
}
.parte_izquierda h2{background: url(../images/title_izquierdo.gif) no-repeat;}
.parte_derecha h2{background: url(../images/title.gif) no-repeat;}

.bottom_small /*parte abajo de los boxes derechos*/
{
height: 9px;
background: url(../images/left_bottom.gif) no-repeat bottom;
width: 228px;
margin-bottom: 20px;
}
.bottom_small_izquierdo{/*parte de abajo de los boxes izquierdos*/
height: 9px;
background: url(../images/left_bottom_izquierdo.gif) no-repeat bottom;
width: 180px;
margin-bottom: 20px;
}

.top_small{background:url(../images/right_top.gif) no-repeat top left; width:228px; height:9px}/*parte arriba box superior dcho*/

#leftbar .line1, #rightbar .line1 
{
background: url(../images/left_bg.gif);
padding: 4px;
}

#leftbar .small_back, #rightbar .small_back
{
background: url(../images/small_back.gif) repeat-y;
}

.small_back ul{ list-style: url(../imagenes/liststyle.png); padding-left:12px}
.small_back a{ font-size:10px}
.small_back a:hover{ color:#b01000; text-decoration:none;}

/* Left Sidebar */

#leftbar {

}

/* Right Sidebar */

#rightbar {

}

#leftbar .back, #rightbar .back
{
background: url(../images/title_back.gif) no-repeat;
padding: 10px;
}

hr{ width:75%; color:white; margin:auto}
