/*******************************************************************************
******* CSS HOME *************************************************************
*******************************************************************************/
/*
// Creado por: Esteban Aday
// Fecha de creación: 10 Febrero 2005
*/

div.contenidoleft
{
	float: left;
	width: 255px;
	background-color: #404040;
	background-image: url(../img/supcont.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 18px;
	margin-right: 0px;
	margin-bottom: 18px;
	padding-top: 17px;
}

div.contenidoleft img
{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}

div.contenidoleft p
{
	color: #C3C2C2;
	font-size: 10px;
	text-align: justify;
	margin: 8px;
	margin-top: 0px;
}

div.contenidoleft h1
{
	color: #FFBC48;
	font-size: 10px;
	margin-top: 0px;
}

div.contenidoleft h1 a
{
    color: #FFBC48;
}

div.contenidoright
{
	float: right;
	width: 255px;
	background-color: #404040;
	background-image: url(../img/supcont.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin-right: 18px;
	margin-bottom: 18px;
	padding-top: 17px;
}
div.contenidoright img
{
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}

div.contenidoright p
{
	color: #C3C2C2;
	font-size: 10px;
	text-align: justify;
	margin: 8px;
	margin-top: 0px;
}

div.contenidoright h1
{
	color: #FFBC48;
	font-size: 10px;
	margin-top: 0px;
}

div.contenidoright h1 a
{
    color: #FFBC48;
}

div.contenidoinfe
{
	float: left;
	width: 518px;
	background-color: #404040;
	margin-bottom: 18px;
	margin-left: 18px;
	padding-bottom: 5px;
}

div.contenidoinfe div.mas
{
   	color: #FFFFFF;
    background-color: #2B2B2B;
	background-image: url(../img/cuadromas.jpg);
	background-repeat: no-repeat;
	background-position: -3px 0px;
 	font-size: 10px;
	font-weight: normal;
	line-height: 17px;
	padding-left: 18px;
	margin-bottom: 6px;
}

div.contenidoinfe li
{
    list-style-type: none;
  	color: #C3C2C2;
    background-image: url(../img/listado1.jpg);
    background-repeat: no-repeat;
    background-position: 5px 0px;
	background-color: #404040;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 6px;
    text-indent: 20px;
	vertical-align: middle;
	border-bottom: 1px solid #676767;
}

div.contenidoinfe li a
{
    color: #C3C2C2;
}

div.contenidoinfe li.primera
{
	border-top: 1px solid #676767;
}
