/* CSS Template by gorotron */

html, body {
	margin:0;
	padding:0;
	text-align:center;
}

body {
	background-color:#9B0829;	
}

#container {
	text-align:left;
	margin:0 auto ;
	padding:5px 15px;
	width:706px;
	height:auto;
	* height:100%;
	background:url(/estilos/bg2.gif) repeat-y;
	font:12px Arial,Helvetica,sans-serif;
	color:#444;
}

a:link {text-decoration: none ; color:#EF2714}
a:visited {text-decoration: none ; color:#EF2714}
a:active {text-decoration: none ; color:#EF2714}
a:hover {text-decoration: underline ; color:#EF2714}


#banner {
	margin:5px;
	background:url(/images/banners/banner.gif) no-repeat;
	width:662px;
	height:125px;
	padding:10px 0 0 10px;
}

#dashed {
	width:635px;
	height:120px;
	padding:5px;
	border:1px dashed #FFF;
} 

#content {
	width:676px;
}

#main {
	width:485px;
	min-height:auto;
	float:left;
	padding:10px;
}

#sideBar {
	float:left;
	width:141px;
	min-height:250px;
	height:auto;
	padding:10px 15px;
	}

#box {
	width:160px;
	height:auto;
	padding:0 10px;
	border:1px dotted #FC6;
	color:#000;

}

#navBar {
	list-style:none;
	margin:5px 0;
	padding:0;
}

#navBar a {
	text-decoration:none;
	padding:5px;
	width:136px;
	display:block;
	color:#666;
	border-bottom:1px dashed #FC6;
}

#navBar a:hover {
	background:#DFF0F0;
	color:#666;
}

#noLine a {
	border-bottom:0;
}

h1 {
	font-size:28px;
	margin:0;
	color:#0;
}

h2 {
	font-size:22px;
	margin:0 0 0 3px;
	color:#0;
}

h3 {
	font-size:14px;
	margin:0 0 0 0px;
	color:#9B0829;

}

h4 {
	font-size:9px;
	margin:0;
	color:#0;
	font:Arial;
}
.comments {
	display:block;
	width:485px;
	text-align:right;
	font-size:10px;
	margin:0;
	font-weight:normal;
	color:#999;
	padding:10px 0 15px;
	border-top:1px dotted #FC6;
}

.autor {
	display:block;
	width:485px;
	text-align:right;
	font-size:10px;
	margin:0;
	font-weight:normal;
	color:#999;
	padding:3px 0 3px;
	border-top:0px dotted #FC6;
}


.separador {
	display:block;
	width:666px;
	text-align:right;
	font-size:2px;
	margin:0;
	font-weight:normal;
	color:#999;
	padding:5px 0 5px;
	border-top:1px dotted #9B0829;
}

#clear {
	clear:both;
}

p {
	line-height:1.5em;
}

#copy, #copy a {
	padding-top:5px;
	text-decoration:none;
	text-align:center;
	font:10px Arial,Helvetica,sans-serif;
	color:#fff;
}

#copy a:hover {
	color:#369;
}

#bottom {
	margin:0 auto;
	height:10px;
	width:736px;
	background:url(/estilos/bg2c.gif) no-repeat;
}

img.foto {
border: 1px dotted #9B0829;
padding:4px auto;
}

#cabecera {
top: 0;
left: 0;
width: 100%;
height: 100px;
position: absolute;
overflow: auto;
background-color: #C00;
border-bottom: 5px solid #900;
}

#centro {
top: 105px;
left: 0;
bottom: 50px;
right: 0;
position: fixed;
overflow: auto;
background-color: #FFF;
padding: 20px;
}

#pie {
bottom: 0;
left: 0;
width: 100%;
height: 45px;
overflow: auto;
position: absolute;
background-color: #C00;
border-top: 5px solid #900;
}