@charset "utf-8";
/* CSS Document */
html, body {
	height: 101%;
	background: url(../imagenes/fondo.jpg);
}
#contenedor {
	background: #000000 url(../imagenes/sombrader.jpg) top right repeat-y;
}
img {
	border: none;
}
#cabecero {
	background: url(../imagenes/cabecero.jpg) no-repeat;
	width: 1000px;
	height: 200px;
}
#cabecero img {
	display: block;
}
#nav {
	width: 1000px;
	height: 50px;
	border-top: #d4aa62 solid 1px;
	background: url(../imagenes/nav1.jpg) repeat-x;
	text-align: center;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	display: inline;
}
#nav a {
	display: block;
	margin: 0 0 0 5px;
	height: 1em;
	padding: 10px 0 7px 0;
	width: 120px;
	text-decoration: none;
	font-size:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#nav a:link, #nav a:visited {
	color: #d4aa62;
}
#nav a:hover, #nav a:active {
	color: #C0C0C0;
}
#thispage a:link, #thispage a:visited, #thispage a:hover, #thispage a:active {
	color: #C0C0C0;
}
#bannercentral {
    width: 636px;
	height: 175px;
	border: 5px solid #666666;
}
#titolbanner {
    background: url(../imagenes/fondh2Left.jpg) no-repeat left top;
	height: 20px;
    margin: 0;
	width: 175px;
}
#titolbanner span {
    background: url(../imagenes/fondh2Right.jpg) no-repeat right top;
	height: 20px;
	padding: 0 0 0 10px;
	display: block;
}
#enlaces a {
    color: #C0C0C0;
}
#enlaces a:link, #enlaces a:visited {
	color: #C0C0C0;
}
#enlaces a:hover, #enlaces a:active {
	color: #d4aa62;
}
.addsitio {
    float: left;
}
.addurl {
    float: right;
}
.addsitio, .addurl {
	font-size: 16px;
	font-weight: bold;
	padding: 20px;
	margin-bottom: 20px;
}
.paginacion {
    float: right;
	font-size:14px;
}
.paginacion a {    
	text-decoration: none;
}
.paginacion a:link, .paginacion a:visited {
	color: #C0C0C0;
}
.paginacion a:hover, .paginacion a:active {
	color: #d4aa62;
}
#current {
    color: #d4aa62;
	font-weight: bold;
	font-size: 16px;    
}
#unacolumna #maincontent {
	width: 750px;
	margin: 0 0 50px 75px;
	padding: 20px 1px 1px 1px;
	line-height: 1.7em;
	text-align: left;
}
#trescolumnas #maincontent {
	float: left;
	display: inline;
	width: 650px;
	margin: 0 0 20px 180px;
	padding: 20px 1px 1px 1px;
}
#doscolumnas #maincontent {
	float: left;
	display: inline;
	width: 750px;
	margin: 0 0 20px 210px;
	padding: 20px 1px 1px 1px;
	line-height: 1.7em;
	text-align: justify;
}
#doscolumnasfichas #maincontent, #doscolumnasfichas #sidebar1 {
	width: 450px;
	display: inline;
	float: left;
	text-align: left;
	padding: 20px 1px 1px 1px;
}
#doscolumnasfichas #maincontent {
	margin: 0 15px 20px 495px;
}
#doscolumnasfichas #sidebar1 {
	margin: 0 0 20px -930px;
}
#doscolumnas #maincontent h1 {
	text-align: left;
	padding-left: 30px;
}
#sidebar2 {
	float: left;
	display: inline;
	width: 155px;
	margin: 0 0 20px 15px;
	padding: 20px 1px 1px 1px;
}
#sidebar1 {
	width: 165px;
	display: inline;
	float: left;
	margin: 0 0 20px -1000px;
	padding: 20px 1px 1px 1px;
	line-height: 1.7em;
}
#doscolumnas #sidebar1 {
	width: 185px;
	display: inline;
	float: left;
	margin: 75px 0 0 -1000px;
	padding: 1px;
}
#doscolumnas #sidebar1 li {
	font-weight: bold;
	width: 165px;
	list-style: none;
	font-size: 16px;
	line-height: 1.7em;
}
#doscolumnas #sidebar1 a {
	display: block;
	width: 165px;
	color: #C0C0C0;
	text-decoration: none;
	border-bottom: #d4aa62 solid 1px;
}
#doscolumnas #sidebar1 a:hover {
	background-color: #d4aa62;
	color: #000000;
}
.arrowlistmenu {
	margin: 25px 0 0 0;
	width: 165px; /*width of accordion menu*/
}
.titolclear {
	clear: both;
	color: #d4aa62;
}
.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: #d4aa62;
	background: black url(../imagenes/fondlegend.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
}
.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../imagenes/titlebar-active.png);
}
.arrowlistmenu ul { /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li a {
	color: #A70303;
	/*background: url(../imagenes/arrowbullet.png) no-repeat center left; custom bullet list image*/
    display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 11px;
}
.arrowlistmenu ul li a:visited {
	color: #A70303;
}
.arrowlistmenu ul li a:hover { /*hover state CSS*/
	color: #A70303;
	background-color: #d4aa62;
}
h1 {
	font-family:"Bradley Hand ITC", "Lucida Calligraphy", "Monotype Corsiva", Arial, sans-serif;
	font-size: 32px;
	color: #d4aa62;
	text-align: center;
}
#trescolumnas #maincontent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: justify;
}
#doscolumnas #maincontent h2 {
	margin-left: 15px;
	font-weight: bold;
	color: #d4aa62;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
}
h5 {
	font-family:"Bradley Hand ITC", "Lucida Calligraphy", "Monotype Corsiva", Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #d4aa62;
	text-align: center;
}
h6 {
	background: url(../imagenes/fondlegend.png);
	color: #d4aa62;
	font-size: 16px;
	font-weight: bold;
	border-top: solid 1px #d4aa62;
	border-bottom: solid 1px #d4aa62;
	margin: 0;
	padding: 5px;
	text-align: center;
}
#comosoy {
	width: 900px;
	margin-left: 30px;
	padding: 1px;
	text-align: justify;
	clear: both;
}
#detalles, #servicios, #precios, #preciossalidas {
	width: 225px;
	display: inline;
	float: left;
}
#contact {
	clear: both;
	text-align: left;
}
#pie {
	background: url(../imagenes/sombrabase.jpg) top left no-repeat;
	width: 1007px;
	height: 15px;
	margin: 0;
	padding: 0;
	clear: both;
}
#footer {
	background-color: #000000;
	width: 100%;
	margin-top: 30px;
	padding: 0 1px 5px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #d4aa62;
	clear: both;
}
#barrafooter {
	width: 100%;
	height: 30px;
	background: url(../imagenes/barrapie.png) repeat-x;
	color: #000000;
}
#footer a {
	color: #C0C0C0;
	text-decoration: none;
	font-weight: bold;
}
#footer a:link {
	color: #C0C0C0;
}
#footer a:hover {
	color: #d4aa62;
}
#footercontent {
	margin: 0 auto;
	padding: 1px;
	width: 435px;
}
#footercontentiz {
	width: 200px;
	display: inline;
	margin-top: 20px;
	margin-left: 30px;
	padding: 1px;
	text-align: left;
	float: left;
}
#footercontentder {
	width: 200px;
	display: inline;
	margin-top: 20px;
	padding: 1px;
	text-align: left;
	float: left;
}
#footercontentder a {
	font-size: 14px;
}
#footercontent li {
	width: 85px;
	padding: 2px;
	border-bottom: #d4aa62 solid 1px;
	list-style: none;
}
.martop {
	margin-top: 20px;
	padding: 1px;
	font-size: 12px;
}
.queweb {
	text-align: center;
	padding: 1px;
}
.queweb img {
	margin: 5px;
	vertical-align: middle;
}
.subrayado {
	text-decoration: underline!important;
	color: #d4aa62!important;
	font-weight: normal!important;
}
.dorado {
	color: #d4aa62!important;
}
.clear {
	clear:both;
}
hr {
	height: 1px;
	margin: 0;
	padding: 0;
	color: #666666;
}
.destac {
	display: block;
	font-size: 16px;
	color: #d4aa62;
	cursor: pointer;
}
.destac:hover {
	background-color: #d4aa62;
	color: #A70303;
}
.imagcontent {
	position: relative;
	background: url(../imagenes/fondofich.png);
	width: 127px;
	height: 255px;
	float: left;
	margin: 1px 1px 10px 1px;
	border-bottom: #d4aa62 solid 2px;
	line-height: 1em;
	text-align: center;
	font-size: 11px;
}
.imagcontent p {
	display: block;
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
}
.imagcontent p a {
	color: #999999;
	text-decoration: none;
}
.imagcontent p a:hover {
	color: #d4aa62;
}
.tama10 {
	font-size: 10px;
}
.realze {
	color: #FFFF00;
}
.sinesp1 {
	margin: 0;
	padding: 1px;
}
.fondtr {
	background: url(../imagenes/fondtr.png);
}
.fondtr1 {
	background-color: #333333;
}
.explic {
	clear: both;
	width: 900px;
}
.explic1 {
	clear: both;
	width: 710px;
	margin-left: 10px;
}
.tacho {
	text-decoration: line-through;
}
.gratis {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
.gratis1 {
	color: #FF0000;
	font-weight: bold;
}
table {
	text-align: left;
	font-weight: bold;
	margin: 10px;
	padding: 5px;
	float: left;	
    border-collapse: collapse;
}
table caption {
    font-size: 18px;
}
th, tr, td {
    font-size: 14px;
	text-align: left;
}
th, td {
    padding: 0.1em 1em;
	border-right: #666666 solid 1px;
}
th {
    background-color: #333333;
	color: #d4aa62;
}
tr {
    background-color: #FFFFFF;
	color: #666666;
}
tr {
	border-bottom: #666666 solid 1px;
}
tr:hover {
    color: #000000;
}
.lletravermell {
    color:#FF0000;
}

.tama {
	font-size: 10px;
	color: #999999;
}
.tama1 {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
.sinestil {
	list-style: none;
}
ol {
	list-style: disc;
}
ol li p:before {
	content: "\00BB \0020";
	padding-left: 0;
}
.sinesp {
	margin-top: 0;
	padding-top: 0;
}
.titizq {
	text-align: left;
	margin: 0 20px 10px 20px;
	font-variant: small-caps;
}
.sinestil {
	list-style: none;
}
.fondorad {
	margin: 0;
	padding: 2px 7px 3px 7px;
	background: #d4aa62;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.aform1 {
	color: #d4aa62;
	font-size: 16px;
	font-weight: bold;
}
.centrado {
    text-align: center;
}
#flotariz {
    width: 155px;
    margin: 0 auto;
	font-size: 7px;
}
.publicentralsup {
	width: 646px;
	margin: 5px 0;
	text-align: center;
	clear: both;
}
