/* ---- ALTERNATIVE VOLUME CSS ---- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EEE;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/* sangria al comienzo de cada parrafo */
p {
	text-indent: 30px;
	text-align: justify;
}

/* aspecto de los hipervinculos */
a:link {
	color: #FFCC33;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFCC33;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

/* contenedor principal */
#contenido {
	background-color:#000000;
	color: #FFFFFF;
	text-align: left;
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#cabecera {
	background-image: url(../imgs/gifs/top.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align:center;
	padding-top:10px;
}

/* titulo */
h1, h1 a, h1 a:visited, h1 a:hover {
	text-align: center;
	text-decoration: none;
}

/* cuadro de contenido */
#cuerpo {
	background-color: #333333;
	padding: 3%;
	font-size: 0.75em;
	border: 1px solid #FFFFFF;
	line-height: 1.5em;
	margin-top: 30px;
	margin-left:30px;
	margin-right:30px;
	height: 1%;
}

/* pie de pagina */
#pie {
	background-color: #CCCCCC;
	color: #000000;
	text-align: center;
	font-size: 0.6em;
	padding: 1%;
}

/* hipervinculos en el pie de pagina*/
#pie a:link, #pie a:visited, #pie a:active {
	color: #000000;
	text-decoration: none;
}

#pie a:hover {
	text-decoration: underline;
}

/* lista del pie de pagina */
.detalles_pie li {
	list-style-type: none;
}

img {
	border: none;
}

/* lista seccion enlaces */
.lista_enlaces li {
	list-style-type: none;
}

.columna_izquierda{
	width: 300px;
	float: left;
	margin: 0;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.columna_derecha{
	width:300px;
	margin:0;
	float:right;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}

/* problema esquinas redondas pie y movimientos h1 y menus con IE */
.borde_inferior {
	font-size: 1px;
	clear: both;
 	height: 30px;
	background-image: url(../imgs/gifs/bottom.gif);
}

.clearBoth {
	clear: both;
}

ul.listaLanzamientos {
	font-size: 10px;
	list-style-type: none;
	text-align: left;
}

ol.listaLanzamientos {
	font-size: 10px;
	text-align: left;
}

ul.listaImagenes {
	font-size: 10px;
	list-style-type: none;
	text-align: center;
	list-style-position: outside;
}

.enlacesOficiales {
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
}

/* titulos */
.tituloSeccion {
	font-size: 20px;
	line-height: 1.5em;
	color: #66CCCC;
}

.tituloSubSeccion {
	font-size: 18px;
	line-height: 1.5em;
	color: #FF9933;
}

.tituloInSeccion {
	font-size: 14px;
	line-height: 1.5em;
}

.tituloSeccionMarco {
	font-size: 12px;
	line-height: 1.5em;
	color: #FF9933;
	text-align: left;
}

/* caja de contenido adicional */
#contenidoAdicionalMargen {
	float:right;
	width:270px;
	background-color: #666666;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
	border: 1px solid #FFFFFF;
}

.imgCentrada {
	text-align: center;
}

/* lista de elementos en ventanas principales */
#listaPrincipal {
	list-style-type: none;
	line-height: 2em;
}

/* seccion de noticias */
#listaNoticias {
	list-style-type: none;
	line-height: 2em;
	margin:0;
	padding:0;
}

.textoNoticia {
	margin-bottom: 15px;
	background-color: #666666;
	clear:both;
	padding: 10px;
}

.textoIzq{
	margin-left: 100px;
}

.imgIzq{
	float:left;
}

.textoDer {
	width: 180px;
	float: left;
}

.imgDer {
	width: 90px;
	float: right;
}

.textoIzq strong, .textoDer strong {
	color: #FFFFFF;
}

.textoIzq a, .textoDer a {
	text-decoration: none;
}

/* lista con cabecera y 20 filas mas */
table {
	text-align: center;
	width: 638px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

table caption {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

table thead {
	background-color: #000000;
}

table thead th, table tbody td {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.coltema {
width: 200px;
}

.coldisco {
width: 180px;
}

/* formularios */
#formulario form {
	background-color: #666666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#formulario p {
	text-indent: 0px;
	margin: 0;
	padding: 10px 0 10px 0;
}

#formulario label {
	float:left;
	text-align: right;
	padding-top: 5px;
	width: 200px;
	color: #FFFFFF;
	font-size: 12px;
}

input.entrada-linea { 
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #000000;
	color: #000000;
	font-size: 12px;
	width: 200px;
}

select.entrada-linea { 
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #000000;
	color: #000000;
	font-size: 12px;
	width: 211px;
}

textarea.entrada-mensaje {
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #000000;
	color: #000000;
	font-size: 12px;
	width: 300px;
	height: 150px;
}

input.publicar {
	margin-left: 210px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #000000;
	background-color: #FF9933;
	color: #000000;
}

/* comentarios de la noticias */
#comentarios {
	margin: 0 0 20px 0;
}

h3.numero-comentarios {
	font-size: 18px;
	margin: 0;
	padding-bottom: 15px;
	color: #FF9933;
}

.comentario {
	background-color: #666666;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

.comentario h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 5px;
}

.comentario h5 {
	font-size: 10px;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

.comentario p {
	margin: 0;
	text-indent: 0px;
	padding-bottom: 5px;
	line-height: 20px;
}

/* barra de menu */
#menu {
	width:100%;
	height:30px;
	margin:0;
	border:0;
}

#tab {
		top:0;
		margin-left: 60px;
}

#tab ul {
	margin:0;
	padding:0;
	list-style:none;
}

#tab li {
	display:inline;
	float:left;
	margin-left:1px;
	padding:0;
}

#tab a {
	background: #FF9933;
	margin:0;
	padding:0;
	text-decoration:none;
	display:block;
	float:left;
}

#tab a span {
	display:block;
	padding:0 18px 0 18px;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	line-height:28px;
}

#tab a:hover {
	background:#000000;
}

#tab a:hover span {
	color:#FF9933;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}

/* lista con efecto hover mas claro */
.bilista {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.bilista a {
	display: block;
	background-color: #666;
	width: 290px;
	border-bottom: 1px solid #333;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.bilista a:hover {
	background-color: #999;
	text-decoration:none;
}

.bilista img {
	margin-right:5px;
	vertical-align:middle;
}
