@charset "iso-8859-1";
/* estructura */

body, html {
	background-color: #ff9900;
	width: 100%;
	height: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	text-indent: inherit;
	}
	
#contenedor {
	width: 810px;
	height: 600px;
	margin: 0 auto;
	margin-top: -340px;
    margin-left: -360px;
	position: absolute;
    top: 50%; 
	left: 50%;
	text-align: left;
	background-image: url(../images/img_circulo_derecho.gif);
	background-position: top right;
	background-repeat: no-repeat;
	}
	
#contenido {
	width: 740px;
	}
	
img {
	padding: 0;
	border: 0;
	margin: 0;
	}



/* cabecera */
	
#cabecera {
	text-align: center;
	}	
	
h1 {
	padding-top: 2px;
	padding-bottom: 6px;
	margin: 0;
	font-size: 16px;
	color: white;
	background-color: black;
	}	
	
#menu_cabecera {
	height: 27px;
	clear: both;
	padding-left: 12px;
	font-weight: bold;
	background-color: black;
	background-image: url(../images/img_menu_cabecera.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	}
	
#menu_cabecera a {
	display: block;
	float: left;
	padding: 5px 8px 5px 10px;
	border-right: 2px solid black;
	border-bottom: 2px solid #cccccc;
	text-decoration: none;
	color: black;
	background-color: white;
	background-image: url(../images/img_boton_cabecera_1.gif);
	background-repeat: no-repeat;
	}
	
#menu_cabecera a:hover {
	border-bottom: 2px solid #e58100;
	color: white;
	background-color: #FF9900;
	background-image: url(../images/img_boton_cabecera_2.gif);
	}
	
	
	
/* cuerpo */
	
#cuerpo {
	height: 270px;
	text-align: left;
	background-color: white;
	background-image: url(../images/img_cuerpo.gif);
	background-repeat: no-repeat;
	}
	
#imagen {
	float: left;
	width: 480px; /width: 500px;
	}
	
#descripcion {
	float: left;
	width: 450px; /width: 490px;
	height: 250px; /height: 270px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: auto;
	}
	
#descripcion h2 {
	padding-bottom: 10px;
	margin: 0;
	font-size: 19px;
	color: #f14f11;
	}
	
#descripcion h3 {
	padding-bottom: 10px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #f14f11;
	}
	
#descripcion p {
	padding: 0;
	margin: 0;
	margin-bottom: 1.2em;
	}
	
#descripcion li {
	list-style-image: url(../images/img_bullet.gif);
	}
	
#descripcion a {
	color: #0075ba;
	}
	
#descripcion a:hover {
	color: #7fbadc;
	}
	
#descripcion table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	}
	
#descripcion table th {
	padding: 2px;
	color: white;
	background-color: #0075ba;
	background-image: url(../images/img_th.gif);
	background-repeat: no-repeat;
	}
	
#descripcion table td {
	padding: 5px 5px 8px 5px;
	background-color: #cce3f1;
	background-image: url(../images/img_td.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	}
	
#circulo {
	float: right;
	}
	
	
/* pie */	
	
#pie {
	clear: both;
	}
	
#menu_pie {
	height: 25px; /height: 30px;
	clear: both;
	padding: 5px 0 0 12px;
	font-weight: bold;
	background-color: black;
	background-image: url(../images/img_menu_pie.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}
	
#menu_pie a {
	display: block;
	float: left;
	padding: 2px 13px 3px 6px;
	border-right: 5px solid black;
	text-decoration: none;
	color: white;
	background-color: #f14f11;
	background-image: url(../images/img_boton_pie_1.gif);
	background-repeat: no-repeat;
	background-position: center right;
	}
	
#menu_pie a:hover {
	background-color: #ff9900;
	background-image: url(../images/img_boton_pie_2.gif);
	}
	
#menu_alternativo {
	margin: 0;
	padding: 2px 11px 5px 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	background-color: black;
	}
	
#menu_alternativo ul {
	margin: 0px;
	padding: 0px;
	}

#menu_alternativo li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#menu_alternativo li a {
	padding-right: 4px;
	color: white;
	text-decoration: none;
	}
	
#menu_alternativo li a:hover {
	text-decoration: underline;
	}
	
	
/* fotos buscate */

.buscate {
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	text-align: center;
	background-color: #cccccc;
	margin-right: 5px;
	margin-bottom: 5px;
	}