/* main styles */
body {
	margin:0;
	padding:0;
	background: #ffffff;
	background-image:url(../images/bg_sombra.jpg);
	background-repeat:repeat-x;
  	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	}
form {
	margin:0;
	padding:0;
	font-size: 10px;
	}
img {border: 0px}
a {color:#060606;text-decoration: none}
a:hover {text-decoration: underline}
input {vertical-align:middle}
.floatleft {float:left !important}
.floatright {float:right !important}
.clear {clear:both !important}
.bold {font-weight:bold !important}
.normal {font-weight:normal !important}
.block {display:block !important}
input.text,
select,
textarea {
	font-family:arial,sans-serif;
	color:#333;
	font-size:12px;
	vertical-align:middle;
	}
input.text {
	padding:1px 0 0 4px;
	height:14px;
	font-weight:normal;
	}
/* main container */
#main {
	width:992px;
	margin:0 auto;
	
	}
/* header */
#header {
	position:relative;
	width:992px;
	height:106px;
	background:url(../imgs/bg-header.gif) no-repeat left bottom;
	}
/* site logo */
a.logo {
	position:absolute;
	top:5px;
	left:20px;
	}
	
/* header tabs */
#top-navigation {
	position:absolute;
	top:60px;
	left:20px;
	margin:0;
	padding:0;
	list-style:none;
	height: 43px;
	}
#top-navigation li {
	float:left;
	margin:0 3px 0 0;
	height:34px;
	background:url(../imgs/tab.gif) repeat-x top;
	}
#top-navigation li a {
	float:left;
	display:block;
	height:20px;
	line-height:19px;
	color:#606060;
	padding:4px 0 0 0;
	}
#top-navigation li span {
	float:left;
	background:url(../imgs/tab-left.gif) no-repeat left top;
	}
#top-navigation li span span {
	background:url(../imgs/tab-right.gif) no-repeat right top;
	padding:7px 10px 0 10px;
	}
#top-navigation li.active {
	padding:0;
	height:34px;
	background:url(../imgs/tab-active.gif) repeat-x top;
	margin-right:2px;
	}
#top-navigation li.active span {
	background:url(../imgs/tab-active-left.gif) no-repeat left top;
	height:34px;
	}
#top-navigation li.active span span {
	background:url(../imgs/tab-active-right.gif) no-repeat right top;
	height:23px;
	padding:11px 10px 0 10px;
	line-height:19px;
	color:#606060;
	}
	
/* middle */
#middle {
	float:left;
	width:967px;
	background:url(../imgs/bg-middle.gif) repeat-y left;
	padding:0 13px 0 12px;
	}
/* left column */
#left-column {
	float:left;
	padding:0px 38px 25px 2px;
	width:140px;
	padding-left:10px
	
	}
/* right column */
#right-column {
	float:right;
	padding:18px 9px 0 0;
	width:123px;
	}
/* center column */
* html #center-column {height:584px;}

/* footer */
#footer {
	float:left;
	width:100%;
	background:url(../imgs/bg-footer.gif) no-repeat;
	height:15px;
	}
	
/* left column styles */
#left-column a {color:#3E3E3E;}
#left-column h3 {
	font-size:11px;
	margin:0;
	color:#000;
	background:url(../bg-left-header.gif) no-repeat left top;
	height:25px;
	line-height:23px;
	padding:0 0 0 9px;
	}
ul.nav {
	margin:0 0 11px 0;
	border-bottom:2px solid #FF9600;
	background:#ECEFE7;
	list-style:none;
	padding:0 2px;
	}
ul.nav li {
	padding:4px 4px 6px 5px;
	background:url(../imgs/bg-dotted.gif) repeat-x bottom;
	}
ul.nav a {
	padding:0 0 0 12px;
	background:url(../imgs/arrow.gif) no-repeat 0 4px;
	}
ul.nav a:hover {
	font-weight:bold;
	}
ul.nav li.last {background:none;}

#left-column .link {
	display:block;
	width:142px;
	height:25px;
	background:url(../imgs/bg-left-link.gif);
	margin:0 0 4px 0;
	font-weight:bold;
	padding:0 0 0 9px;
	line-height:25px;
	color:#60635A;
	}
	
/* center column styles */
.top-bar {
	float:left;
	width:603px;
		padding:0 0 0 9px;
	margin:0 0 4px 0;
	}
/* text page header */
.top-bar h1 {
	font:20px/21px verdana,sans-serif;
	color:#43729F;
	margin:0 0 4px 0;
	}
/* orange button */
.top-bar a.button {
	float:right;
	display:block;
	width:75px;
	height:35px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	line-height:27px;
	background:url(../imgs/bg-orange-button.gif) no-repeat;
	}
	
/* bar with select */
.select-bar {
	clear:both;
	padding:5px 0 3px 0;
	margin:0 0 17px 0;
	}
.select-bar select {width:145px;margin:0 2px;}

/* table container */
div.table {
	float:left;
	position:relative;
	width:614px;
	margin:0 0 7px 0;
	}
table.listing {
	border-bottom:1px solid #9097A9;
	width:613px;
	padding:0;
	margin:0;
	border:1px solid #9097A9;
	}
table.listing th {
	border-top:0 !important;
	}
table.listing th.full {border-left:0;border-right:0 !important;text-align:left;text-transform:uppercase;}
div.table img.left {
	position:absolute;
	top:0;
	left:0;
	}
div.table img.right {
	position:absolute;
	top:0;
	right:1px;
	}
/* table styles */
table.listing td,
table.listing th {
	border:1px solid #fff;
	text-align:center;
	}	
table.listing th {
	background:#9097A9;
	color:#fff;
	padding:5px;
	}
table.listing td {
	background:#D8D8D8;
	color:#000;
	padding:3px 5px;
	}
table.listing .bg td {
	background:#ECECEC;
	}
table.listing .white td {
	background:#fff;
	}	
table.listing .first {border-left:0px solid #9097A9;text-align:left;}
table.listing .last {border-right:0px solid #9097A9;}

table.listing th.first {background:#9097A9 url(../imgs/bg-th-left.gif) no-repeat left top;border-left:0;}
table.listing th.last {background:#9097A9 url(../imgs/bg-th-right.gif) no-repeat right top;border-right:0;}

table.listing .style1 {font-weight:bold;color:#FF7A00;}
table.listing .style2 {font-weight:bold;padding-left:16px;}
table.listing .style3 {padding-left:25px;}
table.listing .style4 {padding-left:35px;}
table.form .last {padding:1px 0 1px 5px;text-align:left;}
table.form th,
table.form td {padding-left:10px;}
table.form input.text {width:262px}

/* table select */
div.table .select {
	float:right;
	margin:2px 1px 0 0;
	width:176px;
	height:25px;
	background:#9097A9 url(../imgs/bg-select.gif);
	color:#fff;
	}
div.table .select strong {
	float:left;
	padding:5px 0 0 5px;
	}	
div.table .select select {
	float:right;
	width:78px;
	margin:2px 3px 0 0;
	text-align:right;	
	}
	
/* right column header */
#right-column .h {
	float:left;
	background:#7E878A;
	border:1px solid #B8B8B8;
	border-bottom:0;
	padding:3px 10px;
	color:#fff;
	text-transform:uppercase;
	}
	#left-column .h {
	float:left;
	background:#7E878A;
	border:1px solid #B8B8B8;
	border-bottom:0;
	padding:3px 10px;
	color:#fff;
	text-transform:uppercase;
	}
/* right column box */
#right-column .box {
	float:left;
	width:116px;
	padding:5px;
	border:1px solid #B8B8B8;
	background:#EBEBEB;
	margin:0 0 15px 0;
	}
	#left-column .box {
	float:left;
	width:160px;
	padding:4px;
	border:1px solid #B8B8B8;
	background:#EBEBEB;
	margin:0 0 15px 0;
	}
/* right column buttons */
.buttons {
	clear:both;
	text-align:center;
	padding:30px 0 15px 0;
	}
.buttons input {margin:0 0 6px 0;}

.download {
	position: absolute;
	margin: 10px 0 0 500px;
	font-size: 18px;
	background-color: #ffffff;
}
.textarea {width:140px;height:80px;border: 1px dotted #000099;
font-family: Arial;font-size: 10px;} 

.texbox {width:140px;height:12px;border: 1px dotted #000099;
font-family: Arial;
font-size: 10px;} 
.vinculo {
	font-weight: normal;
}
.vinculo {
	font-weight: normal;
}
.avinci {
	color: #999;
}
.condiciones {
	color: #000;
	font-size:10px;
}
a:hover {
	color: #036;
	text-decoration: underline;
	
	
}
.a:hover {
	color: #c36;
	text-decoration:none;
	
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
}
#menu {
	background-image:url(images/fnd_menu.png);
	background-position:center;
	font-size: 10pt;
}
.foot {
	font-size: 9px;
}
.tits {
	color: #666;
	font-size: 10pt;
	
}
.tabla{padding:7;}

.conte {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	color:#000;
}
.fnddreams{background-image:url(images/fnd_tabladreams.png);
background-color:#FF9EDD;
background-position:top;
background-repeat:no-repeat;
padding:7;}
.entradillas {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	text-align: left;
}
.boton {
border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7; 
    border-style:solid; 
    border-width:1px; 
    padding:1px; 
    font-size:11px; 
    color:#333;
	height: 18px;}

#reco a{
	display:block;
	float:left;
	background-color: #F9F9F7;
		}
#reco a:hover {
	background-color:#f3f3f3 ;
	display:block;}	
		
#recomendado a{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
		text-align:left;
	display:block;
	margin-top:0px;
	float:left;
	padding:5px 5px 5px 18px;
	width:282px;
	

	
	}

#recomendado2 a{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	display:block;
	margin-top:0px;
	float:left;
	padding:10px 10px 10px 10px;
	width: 200px;
	
	
	}


#recomendado3 a{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	display:block;
	margin-top:0px;
	float:left;
	padding:10px 10px 5px 10px;
	width: 200px;
	
	}
#recomendado a:hover {
		display:block;
		background-color:#F9CA0D;
		color:#000000;

	}

#recomendado2 a:hover {
		display:block;
		background-color:#fff;
		background-image:url(../images/bg_sombra.jpg) ;
		background-repeat: repeat-x;
		text-decoration: none;
		
	}
	#recomendado3 a:hover {
		display:block;
		background-color:#F2F2F2; text-decoration: none;
	}

.left-column {
	float:left;
	width:260px;
	padding-left:10px;
	margin-top:10px;
	text-align: justify;
	
	}
	
#cabecera {
	width:925px; 
	border-bottom:1px dotted #CCC;
	margin-bottom:10px;
	
	}
.flash {
	float:left;
	}
	
#medium {
width:915px; 
margin-top:10px;
}
.medium2 {
width:915px; 
background-image:url(images/bg_ppal.jpg);
background-position: top;
background-repeat: repeat-x;
}

.bordes {
	border-bottom:1px solid #CCC;}

.center-col{
	float:left;
	width:360px;
	padding:10px;
	height:235px;
	
	}
.video {float:left;
padding:10px;}

.contactenos {
	background-image:url(../images/bg_stripes.gif);
}
@charset "utf-8";
/* CSS Document */

a:hover {
	color: #036;
	text-decoration: none;
	
	
}
.a:hover {
	color: #c36;
	text-decoration:none;
	
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
}
#menu {
	background-image:url(../images/fnd_menu.png);
	background-position:center;
	font-size: 10pt;
}
.foot {
	font-size: 9px;
}
.tits {
	color: #666;
	font-size: 13pt;
	
	
}
.tits2 {
	color: #666;
	font-size: 10pt;
	padding:0;
	font-weight: bold;
}
.tabla{
	padding:7;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	text-align:left;
}
.conte {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	text-align:left;
	padding:0;
	
}
.precios {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	vertical-align: bottom;
	
}

.titus {
	font-size: 12px;
		font-family:Arial, Helvetica, sans-serif;
		color: #6FB7FF;
		padding-left:9px;
		padding-top: 2px;
		
}
.entradillas {font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-style:italic;
padding:7;}

.informacion {
	font-size: 10px;
	color: #333;
	text-align: justify;
	padding-left:7;
}


.blur{
	background-color: none; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
	padding-bottom:5;
	
}
 
.shadow,.content{
	position: relative;
	bottom: 2px;
	right: 2px;
	
}
 
.shadow{
	background-color: #f3f3f3; /*shadow color*/
	color: inherit;
}
 
.content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #ccc; /*border color*/
	padding-right: 5;	
}
.content a:active{
	color: #666;
		
			
}
.thdrcell {
            background:#F3F0E7;
            font-family:arial;
            font-size:12px;
            font-weight:bold;
            padding:5px;
            border-bottom:1px solid #C8BA92;
         }
         
         .tdatacell {
            font-family:arial;
            font-size:12px;
            padding:5px;
            background:#FFFFFF
         }
         
         .dvhdr1 {
            background:#F3F0E7;
            font-family:arial;
            font-size:12px;
            font-weight:bold;
            border:1px solid #C8BA92;
            padding:5px;
            width:150px;
         }
         
         .dvbdy1 {
            background:#FFFFFF;
            font-family:arial;
            font-size:12px;
            border-left:1px solid #C8BA92;
            border-right:1px solid #C8BA92;
            border-bottom:1px solid #C8BA92;
            padding:5px;
            width:150px;
         }
         
         p {
	margin-top:20px;
	color: #CCC;
         }
         
         h1 {
         font-size:13px;
         }
         
         .dogvdvhdr {
            width:300;
            background:#C4D5E3;
            border:1px solid #C4D5E3;
            font-weight:bold;
            padding:10px;
         }
         
         .dogvdvbdy {
            width:300;
            background:#FFFFFF;
            border-left:1px solid #C4D5E3;
            border-right:1px solid #C4D5E3;
            border-bottom:1px solid #C4D5E3;
            padding:10px;
         }
         
         .pgdiv {
         width:320;
         height:250;
         background:#E9EFF4;
         border:1px solid #C4D5E3;
         padding:10px;
         margin-bottom:20;
         font-family:arial;
         font-size:12px;
         }
		 
		 .vermas {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	
}
		 
		 .vermas a:hover{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	background:#f3f3f3;
	text-decoration:none;
}
.tabla2 {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	text-align:left;
	padding:7;
	
}
.tabla{
	padding:7px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	text-align:left;
}
.conteindex {
margin-left: 20px; font-size: large; margin-bottom: 20px; background: #fff; color:#FFF; width: 584px; border-left: 1px dashed #CCC; border-right: 1px dashed #CCC;
	
	}

.conteindex2 {
font-size: large; margin-bottom: 20px; background: #fff; color:#FFF; border: 1px dashed #CCC;
	
	}
#tablainicio {
	margin-right: 20px; 
	margin-top: 20px; 
	margin-bottom: 17px;
	padding: 7px;
	background-image:url(../images/bg_tablainicio.png);
	width: 260px; 
	height: 63px; 
	display: block;
	font-size: 16px; 
	font-family:Arial, Helvetica, sans-serif; 
	text-align:left;
	color:#FFFFFF;
	}
	
.tablatitulo{
	padding:7px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	text-align:left;
	border-bottom: 1px dashed #CCC;
}
.detalles {
	width: 264px;
	vertical-align:bottom;
	position: absolute;
	padding-left: 10px;
	
}
	
	.hidden{display:none;}