/* Estilos para el archivo de portada index.html */
body{
	background-color:#000000;
}
#contenedor {
	width: 950px;
	padding:0px;
	margin: 0px auto 0px auto;

} 
#cabecera {
	height:134px;
	text-align: right;	
	background-image:url(../images/bg_head.gif);
	background-repeat: no-repeat;
	background-color: #000;
	padding: 0px;
	margin: 0px; 
}
#contenidos{
	border-left:solid 0px #FFF;
	border-right: solid 0px #FFF;
	background-color: #FFF;
	height:544px;
	background-image:url(../images/bg_content_car.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	
} 
#contenidos2{
	border-left:solid 0px #FFF;
	border-right: solid 0px #FFF;
	background-color: #FFF;
	background-image:url(../images/bg_checkered.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	
} 
#dentro{margin:0; width:100%;}
#botonera {
	width:950px;
	height:30px;		
	float:left; 
	position:relative; 
	margin-left:0px; 
	margin-right:0px;
	background-color:#000;
}
#izq {
	width:200px; 
	float:left; 
	position:relative; 
	margin-left:-200px; 
	margin-right:1px;
}
#der {
	width:200px; 
	float:right; 
	position:relative; 
	margin-right:-200px; 
	margin-left:1px;
}
#centro{
	position: relative;
	margin: 0px;	
}
#footer {
	clear:left;
	padding:0px;
	margin:0px;
	text-align: right; 
}
td.piefoto{
	font-family: Verdana;
	font-size:  9px;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-align: center;
}