body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	text-decoration: none;
	background-color: white;
	margin:0;
	padding:18px;
	text-align:justify;
}

#contenedor {
	width:783px;
	margin:auto;
}

#top{
	background: #449900 url(../img/1.jpg);
	width:767px;
	height: 112px;
}

#center{
	width:783px;
	height: 173px;
 	position:relative;
}

#center_a{
	background: #FFF url(../img/2a.jpg);
	width:19px;
	height: 173px;
	position:absolute;
}

#center_b{
	background: #FFF url(../img/2b.jpg);
	width:739px;
	height: 173px;
	position:absolute;
	margin-left: 19px;
}

#center_c{
	background: #FFF url(../img/2c.jpg);
	width:25px;
	height: 173px;
	position:absolute;
	margin-left: 758px;
}

#bottom{
	background: #FFF  url(../img/fondo_bottom.jpg) repeat-y;
	width:783px;
	position:relative;
	padding: 10px 40px 0px 40px;
}

#b_up{	
	width: 695px;
	margin: 0px 0px 0px 0px;
	padding: 3px;
}

#b_up_left{
	width: 485px;
	margin: 0px 0px 0px 0px;
	padding: 3px;
}

#b_up_right{
	background: #FFF  url(../img/5.jpg) no-repeat;
	height: 300px;
	position:absolute;
	width: 194px;
	margin: 0px 0px 0px 495px;
	padding: 3px 3px 3px 15px;
	font-size: 11px;
}

#b_down{
	background: #FFF  url(../img/4.jpg) no-repeat top;
	width:783px;
	height: 55px;
	position:relative;
}

#navbar {
	width: 431px;
	display:block;
	float:right;
	text-align:right;
	padding-top:95px;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10x;
	color: #6F6F6F;
	white-space: nowrap;
	font-weight: bold;
}
#navbar li {
	list-style-type: none;
	display: inline;
}
#navbar li a {
	text-decoration: none;
	padding: 0 3px 0 0;
	color: #561068;
	display:block;
	float:left;
	width:81px;
	height:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../img/bg-button.gif);
	background-repeat: no-repeat;
	text-align:center;
	line-height:22px;
}
#navbar li a:link {
	color: #561068:
}
#navbar li a:visited {
	color: #561068;
}
#navbar li a:hover {
	color: #6F6F6F;
	text-decoration:underline;
}

 input
{
color: #999;
background: #FFFCE0;
border: 1px solid #999;
}

textarea
{
color: #999;
background: #FFFCE0;
border: 1px solid #999;
}


.default-list table {
    border-collapse:collapse;
}
.default-list table tbody tr.odd {
    background-color:#d2d2d2;
}
.default-list table thead th {
    font-size:10px;
    padding:4px 4px;
    background-color:#929292;
    color:white;
    text-align:center;
}
.default-list table tbody td {
    padding:4px 10px;
    font-size:10px;
}

table.precios_destacados{
	text-align: left;
}

td.centrado{
	text-align: center;
}

/** precios **/

.subnavi {
	padding:5px 0; border-bottom:1px dotted #ccc;
	}

.subnavi a {
	float:left; display:block; padding:5px 12px; border: 1px dotted #ccc; border-bottom:none;
	margin:2px;
	}
