/**
 * Diagramación y posicionamiento de elementos. Esta hoja de estilo 
 * presenta los elementos principales de diseño.
 * 
 * @name		actualidad.css
 * @author		Soledad Belmar
**/


body {
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
}

/* tablas */

#playlist tbody tr.even td {
	background: #67718D;
	height: 30px;
	font-size:1.2em;
	font-weight: bold;
}
#playlist tbody tr.odd  td {
	background-color: #4D5971;
    }


/* Vínculos */


a:link {
	color:#FFFFFF;
	
}
a:visited {
	color: #CCCCCC;;
	/*text-decoration: none;*/
}
a:active {
	color: #FFFFFF;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/* posicionamiento */
body {
	margin: 0;
	padding: 0;
	height: 100%;
	border: none; 
	background: #404056;
}

#header {
	/*padding: 0 0px;*/
	background: #404056 url(../imagenes/encabezado.png) no-repeat top left;
	height: 89px;
}

#content {
	padding: 10px 30px;
	background: #404056 url(../imagenes/fondo.png) repeat-y;
	margin: 0;
}
#content h3{
	color: #D5DBE1;
	padding: 10px;
	font-size: 1.0em;
	font-weight: bold;
}
#content p{
	color: #D5DBE1;
	padding: 10px;
	font-size: 0.8em;
}
#secundario {
	text-align: left;
	margin-right: 20px;
	height: 22px;
	list-style: none;
	font-family: Tahoma, Verdana, Lucida, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}

#arriba{
	text-align: right;
	margin-right: 10px;
	height: 22px;
	font-family: Tahoma, Verdana, Lucida, Arial, sans-serif;
	font-size:1.3em;
	font-weight: bold;
}
div.arriba {
	text-align:right;
	margin: 0;
	padding: 0;
	float: right;
	width: 200px;
	margin-top: -45px;
}
div.arriba a {
	padding: 0 0 0 30px;
	background: transparent url(../imagenes/arriba.png) left center no-repeat;
	color:#CCCCCC;
	font-size: 0.8em;
	font-weight: bold;
}


#footer {
	margin: 0;
	background: #404056 url(../imagenes/pie.png) no-repeat;
	height: 172px;
}
/* star-html hack */
*html body #footer {
	margin-top: -10px;
}
#menu {
	/*height: 20px;*/
}
#menu p{
	}
#menu ul {
	list-style: none;
	display:block;
}
#menu ul li {
	list-style: none;
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
}

div.grupo {
	margin-bottom: 10px;
	padding: 10px;
	background: #4A4E65 ;
	border: 2px solid #70819A;
	width: 700px;

	/*border-color: #FFFFFF;
	margin-left: 10px;*/
}

#parrafo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

table {
	border-collapse: collapse;
	
	padding-left: 0px;
	border: 2px solid #70819A;
	font-size: 0.8em;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #404056;
	padding-bottom: 50px;
	text-align:left;
	color:#FFFFFF;
	/*color: #D5DBE1;*/	
}
table td {
	text-align: left;
	vertical-align: top;
	/*border-bottom: 2px solid #CCCCCC;*/
	padding: 8px 8px;
}

/*formulario*/

fieldset {
	border: 1px solid #70819A;
	-moz-border-radius: 7px;
}

fieldset legend {
	font-size: 0.9em;
	color:#CCCCCC;
	font-weight: bold;
}

form div.formGroup {
	display: block;
	margin: 0.6em 0 0,6em 16em;
	float: none;
	clear: both;
}
