/* 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:none;}
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;}

	
/* 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;
	margin-left:0px;
	text-align:left;
	padding-left:0px;
}

.conte {
	margin-left:0px;
	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; 
	background-color:#FFEA93;
    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: 11px;
	text-align:left;
	display:block;
	margin-top:5px;
	margin-left: 10px;
	float:left;
	padding:6px;
	width: 200px;
	color: #fff;
	border-top: #006699;
	background:url(../images/fnd_recom.png) left no-repeat;
	}

#recomendado a:hover {
		display:block;
		text-decoration: none;
	 margin-top:5px;
	}
	

.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; 
margin-top:0px;
background-image:url(images/fnd_index.jpg);
background-position:center;
background-repeat:no-repeat;
}

.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: 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;
}

	
.tits2 {
	color: #666;
	font-size: 10pt;
	padding:0;
	font-weight: bold;
}
.tabla{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	text-align:left;
}

.precios {
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	color: #06F;
	text-align: center;
	font-weight: bold;
	padding-top:20px;
}

.titus {
	font-size: 12px;
		font-family:Arial, Helvetica, sans-serif;
		color: #6FB7FF;
		background-image:url(../images/bg_ubicacion.jpg);
		background-repeat:no-repeat;
		padding-left:9;
		
}
.entradillas {font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-style:italic;
padding:7;}

.informacion {
	font-size: 12px;
	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;
	overflow: hidden;
}
.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;
}
.juegos {
	font-size: 10px;
	color: #666;
}
#imghome { padding: 3px; height: auto;}
#imgfull { padding: 0 6px 0 6px; height: auto;}
.link { font-family: Verdana, Geneva, sans-serif; font-size: 11px;} 
.titulos { width:600px; font-family: Verdana, Geneva, sans-serif; font-size: 18px; font-weight: bold; margin-left:0px;}
.subtitulos {font-family: Verdana, Geneva, sans-serif; font-size: 14px; }
.num {font-size: 24px; color: #CCC; margin: 0 5px 3px 3px; float: left; text-align:center;}
.titulos_orange {font-size: 16px; color: #FC0;}
#contenedor {width: 970px; height: auto; margin: 0 auto 0 auto;  clear:both;}
#contenedor-top {width: 915px; height: 110px; margin: 0 auto 0 auto;  clear:both;}
#generico {margin: 0 auto 0 auto; width: 915px; clear:both;}
#footer {margin: 0 auto 0 auto; width: 915px; height: 50px; bottom: 0px; padding-top: 10px;}
.menu2 {margin: 0 auto 0 auto; width: 915px; height: 20px; font-size: 11px; }
.menu2 ul { list-style-type: none; }
.menu2 ul li{margin: 0 0 0 20px; display: inline;}
#vinculos {float:left; margin: 5px 0px 0px 27px;}
#menu_peq {float:left; margin: 10px 0px 10px 50px; font-size: 11px;}
#generico_menu {margin: 0 auto 0 auto; width: 915px; clear:both; border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; padding-top: 5px; background: #f9f9f9; height: 30px;}
#generico_footer {margin: 0 auto 0 auto; width: 915px; height: auto; clear:both; border-top: 1px solid #CCC;}
#indicadores {float:right;}
#banner {margin: 0 auto 0 auto; width: 915px; height: auto; clear:both;}
#tit_entradilla {float: left; height: 30px; vertical-align: middle; padding-top: 5px;}
#prec_entradilla {float: right; height: 25px; margin-right: 3px; padding-top: 5px;}
#desc_entradilla {float:left; width: 500px; margin-left: 7px; font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	text-align:left;}
#ver_entradilla {float:left; width: 500px; margin-left: 7px; margin-top: 5px;}
#contenidos {padding: 10px 0 0 0; overflow: hidden;}
#conte_izq {float: left; width: 685px;}
#conte_der {float: left; width: 218px; margin-left: 10px;}
#zona_titulos {height: 18px; width: 500px; margin: 4px 0 4px 0;}li {
}
ul {
	padding: 5px;
}
