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{ margin:0; padding:0; width: 470px; }

#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 { display:block; float:right; text-align:right;
	padding:95px 12px 0 0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6F6F6F;
	font-weight: bold;
	}
#navbar ul { margin: 0; padding: 0; list-style:none; } 
#navbar li { list-style-type: none; display: inline; }

#navbar li a {
	text-decoration: none;
	padding: 0 3px 2px 0;
	color: #561068;
	display:block;
	float:left;
	min-width:80px;
	height:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: #555;
	text-decoration:underline;
}
a.nav { color: #561068; font-size:200%; }
a.nav_act { color: #dd9922; }


 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 {
	margin: 5px 0 0 0;
	margin-bottom:-1px;
	padding:0; border-bottom:1px dotted #ccc;
	}

.subnavi a {
	float:left; display:block; padding:5px 12px; border: 1px dotted #ccc; border-bottom:none;
	font-size:90%;
	margin:0 2px;
	color:#333;
	background:none;
	}
.subnavi a:hover {
	color:#561068;
	background:#fff0f0;
	}
.subnavi a.act {
	font-weight:bold; 
	background:#FEE9BA;
	padding-bottom:3px;
	color: #561068;
	padding-bottom:4px;
	text-decoration:none;
	}	

.infoblock {
	width:90%;
	margin:15px 5px;
	padding:8px;
	border:1px dotted #ddd;
	font-size:90%;
	}
