/* CSS Document */

body{
	background: #A52A2A url(../imagenes/fondo.jpg) repeat fixed;
	color: #3D3D3D;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body, h1, h2, h3, h4, h5, h6, td, input, select, textarea{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img{
	border: 0px;
	margin: 5px 5px 5px 5px;
}

h2{
	/*padding-top: 10px;*/
	color: #A52A2A;
	font-size: 14px;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border: none;
	margin:0; padding:0;
	background:transparent;
}

.dpTable{
	background: white;
	border: solid 1px black;
}

.dpTodayButton{
	border: solid 1px black;
}

#header{
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: transparent;
	width: 950px;
}

#headersmall{
	margin-top: 20px;
	text-align: center;
	width: 450px;
	margin-bottom: 10px;
}

#footer{
	background-color: transparent;
	_background-color: white;
	color: #3D3D3D;
}

#principal{
	text-align: center;
	width: 950px;
	background-color: transparent; 
	margin: 0px auto 0px auto ;
}

#formulario{
	width: 450px;
	text-align: center;
}

checkbox, textarea, select, input{
	border-background: #2A61A5;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	background-color: transparent;
	margin: 2px;
}

select:focus, textarea:focus, input:focus{
	border-background: #000000;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	background-color: #FDF8F3;
	margin: 2px;
}

#contenido{
	margin-right: 190px;
	margin-left: 170px;
	text-align: left;
	_position: absolute;
	_margin-top: 0px;
	_margin-left: -300px;
}

#escondido{
	display: none; 
}

#caja{
	background-color: transparent;
	_background-color: white;
	padding: 5px 5px 5px 5px;
	text-align: left;
	color: #3D3D3D;
}

.caja{
	background-color: transparent;
	_background-color: white;
	padding: 5px 5px 5px 5px;
	text-align: left;
	color: #3D3D3D;
}

#menu{
	width: 160px; 
	float: left; 
	background-color: transparent;
	_display: inline;
}
#publi{
	width: 180px; 
	float: right; 
	background-color: transparent;
	_display: inline;
	overflow: hidden;
}

.naveBandas, .naveBandas a{
	font-size: 10px;
	font-weight: normal;
}

.titulo{	/* Para noticias, bandas... */
	color: #A52A2A;
	font-size: 14px;
	font-weight: bold;
}

.autor{		/* Noticias*/
	font-style: italic;
	align: right;
	font-size: 10px;
	color: #488A00;
}

h1{
	margin: 2px 0 2px 0;
	font-size: 30px;
	text-transform:uppercase;
 	letter-spacing:2px;	
}

h3{
	font-size: 13px;
}

small{
	font-size: 9px;
}

a{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}

a:link, a:visited{
	color: #A52A2A;
}

a:hover{
	color: #488A00;
}

/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
	position:relative;
	margin:0px auto;
	min-width:8em;
	max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
	color:#fff;
	z-index:1;
	margin-left:10px; /* default, width of left corner */
	margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
	background:transparent url('../imagenes/fondoCaja.png') no-repeat top right;
 _background-image:url(dialog2-blue.gif);
}

.dialog .content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:15px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}