*{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: Helvetica;
	font-size: 12px;
}

body {
	background: #ffffff;
}

#wrapper{
	width: 806px;
	margin: auto;
	margin-top: 15px;
}

#wrapper #header {
	background: url(../images/header.jpg) no-repeat;
	height: 18px;
	text-align: right;
	padding-top: 80px;
}

#wrapper #header A{
	margin-right: 15px;
	color: #ff7700;
}

#wrapper #header A:hover{
	color: #0061b3;
}

#wrapper #menu{
	background: url(../images/menu.jpg) no-repeat;
	height: 25px;
	padding-top: 12px;
}

#wrapper #menu P{
	margin-left: 15px;
	color: #87a59c;
	font-size: 14px;
	font-weight: bold;
}

#wrapper #menu A{
	color: white;
	font-weight: bold;
}

#wrapper #menu A:hover{
	color: #ff7700;
}

#wrapper #contenido{
	background: url(../images/cont_bg.gif) repeat-y;
	padding-left: 5px;
	color: #737373;
	font-size: 12px;
}

#wrapper #contenido H1{
	font-size: 16px;
	margin: 5px 15px 15px 15px;
	color: #0061b3;
	border-bottom: solid 1px #0061b3;
}

#wrapper #contenido H2{
	font-size: 14px;
	margin: 5px 15px 15px 15px;
	color: #0061b3;
}

#wrapper #contenido #comprar th{
	background-color: #00d0cf;
	border: 1px solid #7d8080;
	height: 26px;
	color: black;
}

#wrapper #contenido #comprar td{
	border: 1px solid #7d8080;
	color: black;
	padding-left: 10px;
}

#wrapper #contenido #comprar td#boton{
	border: none;
	color: black;
	padding-left: 10px;
}


#wrapper #contenido #comprar #separacion {
	background-color: #00d0cf;
	border: 1px solid #7d8080;
	color: black;
	padding-left: 15px;
}

#wrapper #contenido #comprar #imagen td{
	border: none;
	color: black;
	height: 91px;
}


/*
#wrapper #contenido  td H2{
	font-size: 14px;
	margin: 0px;
	color: #0061b3;
}

#wrapper #contenido  td {
	border-bottom: solid 1px #0061b3;
}

*/
#wrapper #contenido P{
	font-size: 12px;
	padding: 5px 15px 15px 15px;
	text-align: justify;
}

#wrapper #contenido P strong{
	color: #ff7700;
}

#wrapper #contenido ul{
	font-size: 12px;
	padding: 0px 15px 15px 45px;
}

#wrapper #footer{
	background: url(../images/pie_bg.gif) no-repeat;
	height: 25px;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 5px;
	color: #a1a1a1;
}

#wrapper #footer P{
	font-size: 10px;
}

#wrapper #footer A{
	font-size: 10px;
	color: #a1a1a1;
}

#wrapper #footer A:hover{
	color: white;
}
#wrapper #contenido #left{
	float: left;
	width: 560px;
}

#wrapper #contenido #links{
	margin-left:  560px;
	margin-right: 15px;
	
}
#wrapper #contenido #links P{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border-bottom: solid 1px #0061b3;
} 

#wrapper #contenido #links P:hover{
	border-bottom: solid 1px #ff7700;
} 


#wrapper #contenido #links A{
	font-size: 12px;
	color: #0061b3;
} 

#wrapper #contenido #links A:hover{
	font-size: 12px;
	color: #ff7700;
} 

#wrapper #contenido table #titulo{
	color: #737373;
	height: 45px;
	padding-left: 10px;
	background-color: #e1e1e1;
}

#wrapper #contenido table #titulo P{
	font-size: 16px;
	font-weight: lighter;
}

#wrapper #contenido table{
	padding-left: 12px;
	padding-right: 15px;
	padding-bottom: 15px;
}

#wrapper #contenido table P{
	font-size: 10px;
	color: #737373;
	text-align: justify;
}

#wrapper #contenido table P strong{
	font-size: 10px;
	color: #ff7700;
	font-weight: normal;
}

#wrapper #contenido form{
	font-size: 12px;
	padding: 5px 15px 15px 15px;
	text-align: justify;

}

#coment{
	text-align: center;
	font-size: 10px;
}
#coment a{
	font-size: 10px;
}