/*  
/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

.alt {
	background-color:;
	}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {

	text-decoration: none;
	}

a:hover {

	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}


/* End Structure */






/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.A:hover {
	text-decoration: underline;

}	
	

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

body
{
	margin: 0px 0px 0px 0px;
	
}	
	
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#dublinTour_text_right {
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center;
	margin: auto;
	width: 360px;
	height: 208px;
	color: white;
	background-color: #2c3520;
	background-color: #2c3520;
	font-size: 18px;
	margin-top: 10px;
	border : 5px solid;

}	
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/* a partir de aqui para hacer funcionar mi css*/	


#container_ruben{
	text-align: center;
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: #2c3520;
} 


#header_full{
	text-align: center;
	margin: auto;
	width: 100%;
	height: 162px;
	background: url(http://dublinenespanol.com/i/fondoCabecera.jpg);
	background-color: #000000;
} 

#header_page1{
	text-align: left;
	margin: auto;
	width: 1024px;
	height: 162px;
	background: url(http://dublinenespanol.com/i/ciudadDublin.jpg);
	background-color: #ffffff;
	
} 

#header_page_Belfast{
	text-align: left;
	margin: auto;
	width: 1024px;
	height: 162px;
	background: url(http://dublinenespanol.com/i/ciudadBelfast.jpg);
	background-color: #ffffff;
	
} 

#header_page_Galway{
	text-align: left;
	margin: auto;
	width: 1024px;
	height: 162px;
	background: url(http://dublinenespanol.com/i/ciudadGalway.jpg);
	background-color: #ffffff;
	
} 

#header_title{
	text-align: left;
	color: white;
	font-size: 30px;	
	line-height: 30px;
	width: 200px;
	height: 90px;	
	padding-left: 30px;
	
} 

#footer_container_popups{
	visibility: hidden;
	position: relative;
	text-align: center;
	margin: auto;	
	width: 0px;
	height: 0px;
	z-index: 1;
	
} 

#footer_all_popups{
	visibility: hidden;
	position: absolute;
	text-align: center;
	margin: auto;	
	width: 0px;
	height: 0px;
	z-index: 1;
	
} 

#wrap_body_mapa{
	position: relative;
	text-align: center;
	width: 100%;
	height: 770px;
	background: url(http://dublinenespanol.com/i/longbody.jpg);
	background-color: #2c3520;
	color: orange;
	padding-top: 10px;
} 

#body_mapa{
	position: relative;
	text-align: center;
	margin: auto;	
	width: 1024px;
	height: 750px;
	background: url(http://dublinenespanol.com/i/longbody.jpg);
	background-color: #2c3520;
	color: orange;
} 

#body_full{
	position: relative;
	text-align: center;
	margin: auto;	
	width: 100%;
	height: 390px;
	background: url(http://dublinenespanol.com/i/longbody.jpg);
	background-color: #2c3520;
	color: white;
} 

#relleno{
	line-height: 10px;
	}
	

#body_page{
	position: relative;
	text-align: center;
	margin: auto;
	width: 1024px;
	height: 390px;
	background: url(http://dublinenespanol.com/i/shortbody.jpg);
	background-color: #2c3520;
	color: white;

} 

#body_full_large{
	position: relative;
	text-align: center;
	margin: auto;	
	width: 100%;
	height: 550px;
	background: url(http://dublinenespanol.com/i/longbody.jpg);
	background-color: #2c3520;
	color: white;
} 

#body_page_large{
	position: relative;
	text-align: center;
	margin: auto;
	width: 1024px;
	height: 550px;
	background: url(http://dublinenespanol.com/i/shortbody.jpg);
	background-color: #2c3520;
	color: white;
} 

#body_page1_part1{
	text-align: left;
	margin: auto;
	width: 256px;
	height: 360px;
	color: orange;
	font-size: 20px;	
	background-color: #2c3520;
	float: left;
	padding-top: 20px;
} 

#body_page1_part2{
	text-align: center;
	margin: auto;
	width: 354px;
	height: 360px;
	background-color: #2c3520;
	float:left;
	color: orange;
	font-size: 10px;
	padding-top: 20px;	
} 

#body_page1_part3{
	text-align: center;
	margin: auto;
	width: 390px;
	height: 360px;
	background-color: #2c3520;
	float: left;
	color: orange;
	font-size: 30px;
	padding-top: 20px;	
} 

#footer_full{
	text-align: center;
	width: 100%;
	height: 325px;
	background-color: #2c3520;
	color: white;
	margin: auto;
} 


#footer_page1{
	text-align: center;
	width: 1024px;
	height: 325px;
	
	background-color: #2c3520;
	color: white;
	margin: auto;
} 


#logo_page{
	text-align: left;
	margin: auto;
	height: 156px;
	float: left;
	color: white;
} 
#tours_page{
	text-align: left;
	margin: 0 0 0 0px;
	float: left;
	color: white;
	padding-top: 35px;
}  

input.boton_fotos {
	color: #2c3520;
	background-color: orange;
	width:30px;

}

	
#fotosSiguiente{
	text-align: left;
	margin: 0px;	
	width: 561px;
	height: 130px;
	color: orange;
	border: 3px solid;
}


#bloomsday_imagen {
	text-align: left;
	margin: 0 0 0 0px;	
	width: 561px;
	height: 290px;
	color: orange;
	border: 3px solid;
}

#footer_dublin{
	text-align: center;
	width: 492px;
	height: 265px;
	background-color: #2c3520;		
	float: left;
	color: orange;
	padding-left: 10px;
	padding-top: 10px;
	border: 3px solid;
} 

#footer_relleno{
	text-align: center;
	width: 2;
	height: 275px;
	background-color: #2c3520;		
	float: left;
	
} 

#footer_relleno2{
	text-align: center;
	width: 2;
	height: 275px;
	background-color: #2c3520;		
	float: left;
	
} 

#footer_galway{
	text-align: center;
	width: 248px;
	height: 265px;
	background-color: #2c3520;		
	float: left;
	color: orange;
	padding-top: 10px;	
	border: 3px solid;	
} 

#footer_belfast{
	text-align: left;
	margin: auto;
	width: 248px;
	height: 265px;
	background-color: #2c3520;		
	float: left;
	color: orange;
	padding-top: 10px;		
	border: 3px solid;	
} 

#footer_dublin1{
	text-align: left;
	margin: auto;
	width: 256px;
	height: 100px;
	float: left;
	color: white;
	padding-top:20px;
} 

#footer_dublin1_arriba{
	text-align: left;
	margin: auto;
	width: 512px;
	height: 75px;
	float: left;
	color: white;
	padding-top:5px;
	padding-left: 5px;
	padding-bottom:5px;

} 

#footer_dublin1_abajo{
	text-align: left;
	margin: auto;
	width: 512px;
	height: 36px;
	float: left;
	color: white;
	padding-left: 5px;

} 

#footer_galway1{
	text-align: center;
	margin: auto;
	width: 256px;
	height: 100px;
	float: left;
	color: white;
	padding-top:20px;
} 

#footer_galway1_arriba{
	text-align: left;
	margin: auto;
	width: 256px;
	height: 75px;
	float: left;
	color: white;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;

} 

#texto_galway_abajo{
	text-align: center;
	margin: auto;
	width: 85px;
	height: 34px;
	float: left;
	color: white;
	font-size:16px;
	font-family: Arial;
	font-weight: bold;


} 

#wrapper_texto_galway_abajo{
	text-align: center;
	margin: auto;
	width: 105px;
	height: 34px;
	float: left;
	color: white;
	font-size:16px;
	font-family: Arial;
	font-weight: bold;

	padding-left: 16px;
} 


#colocar_footer {
	text-align: center;
	margin: auto;
	display: inline;
	width: 126px;
}

#colocar_footer_central {
	text-align: center;
	margin: auto;
	display: inline;
	width: 512px;
	
}

#carrito_page{
	text-align: center;
	margin: auto;
	width: 385px;
	height: 375px;
	color: white;
} 


#texto1{
	text-align: center;
	margin: auto;
	width: 250px;
	height: 126px;
	color: purple;
	font-size: 12px;
}

#texto1_1{
	text-align: center;
	margin: auto;
	width: 150px;
	height: 100px;
	font-size: 12px;
}	
	
#topright {
	float:right;
	padding-top: 10px;
	height: 30px;
	width: 620px;
	text-decoration: none;
	text-align:right;
	font-size: 14px;
	color:#FF6600;

}

	
	.topright span a:hover, 
	.topright  a:hover { 
		color:white; 
		text-decoration:underline;
		border:0px solid;} 
		
	.active {color:#FF6600; text-decoration:underline;}	
	
	.topright span a:visited,
	.toptight a:visited {
		color:white; 
		text-decoration:none;
		border:0px;	
	}
	
	.topright span a:link,
	.toptight a:link {
		color:white; 
		text-decoration:none;
		border:0px;	
	}

.topArriba
	{
		color: white;
		
	}
	
#mainpage_link{
	text-align: center;
	margin: auto;
	width: 250px;
	height: 126px;
	color: purple;
	font-size: 50px;
}

a.mainpage_link{
	text-align: center;
	margin: 10px;
	width: 165px;
	height: 30px;
	color: orange;
	font-size: 20px;
	text-decoration: none;	
	border-left: 5px solid #ddd;	
	
}

a.page_link{
	text-align: center;
	margin: auto;
	width: 160px;
	height: 140px;
	color: orange;
	font-size: 20px;
	text-decoration: none;	

	
}

a.tablon_anuncios{
	text-align: center;
	margin: auto;
	width: 360px;
	height: 202px;
	color: orange;
	font-size: 20px;
	text-decoration: none;	
}

a.imagen_bloomsday{
	text-align: left;
	margin: 0 0 0 0px;
	width: 561px;
	height: 290px;
	color: orange;
	font-size: 20px;
	text-decoration: none;	
}


p.mainpage_titulo{

	margin: auto;
	width: 250px;
	height: 30px;
	color: orange;
	font-size: 20px;
	text-decoration: none;	
	
}

p.mainpage_p{

	margin: auto;
	width: 100px;
	height: 30px;
	color: orange;
	font-size: 20px;
	text-decoration: none;	
	
}

#mainpage_paginas{
	text-align: center;
	margin: auto;
	width: 150px;
	height: 30px;
	color: purple;
	font-size: 30px;
		float: left;
}

#formulario_inicial{

	text-align: center;
	margin: auto;
	background-color: #2c3520;
	background: url(http://dublinenespanol.com/i/fondoBoton2.jpg);
	color: orange;
	width: 340px;
	height: 350px;	
	line-height: 29px;
	font-size: 18px;
	border: 3px solid;
}

#primero{
height: 175px;


}

#calendario_foto{
height: 145px;


}


#select_texto_tour{
	background-color: #2c3520;
	color: orange;
	width: 50px;
	height: 25px;	
	font-size: 18px;
	display: inline;	
	text-align: left;
	float:left;
	padding-left:20px;


}

#select_numero_tour{
	background-color: #2c3520;
	color: orange;
	width: 250px;
	height:  25px;	
	font-size: 18px;
	text-align: left;
	display: inline;
	float: right;

		
}

#select_texto_fecha{
	background-color: #2c3520;
	color: orange;
	width: 100px;
	height: 25px;	
	font-size: 18px;
	display: inline;	
	text-align: left;
	float:left;
	padding-left:20px;
	
}

#select_numero_fecha{
	background-color: #2c3520;
	color: orange;
	width: 140px;
	height:  25px;	
	font-size: 18px;
	text-align: right;
	display: inline;
	float: right;
		
}



#select_gente{
	background-color: #2c3520;
	color: orange;
	width: 265px;
	height: 25px;	
	font-size: 18px;
	display: inline;	
	text-align: left;
	float:left;
	padding-left:20px;
	
}

#select_gente_numero{
	background-color: #2c3520;
	color: orange;
	width: 50px;
	height:  25px;	
	font-size: 18px;
	text-align: left;
	display: inline;
	float: right;
	
}

#linea_carrito
{
	width: 280px;
	height: 25px;
	text-align: left;
	background-color: #2c3520;

}

#carrito_objeto
{
	width: 225px;
	height:  25px;	
	margin: auto;
	float:left;
	padding-left: 5px;
	text-align: left;
	background-color: #2c3520;
	font-style: Arial;
	font-size: 16px;
}

#precio_carrito
{
	text-align: left;
	background-color: #2c3520;
	width: 40px;
	height:  25px;	

	float:right;
}

#popup_precio {
	color: 25px;
	float:right;
	width: 25px;
	height: 25px;
	font-size: 25px;
	padding-right: 10px;
	text-decoration: line-through;
}

#popup_precio_oferta {
	color: 25px;
	float:right;
	width: 45px;
	height: 45px;	
	font-size: 45px;
	padding-right: 25px;
	padding-top: 30px;
}


#popup_imagen_fondo {
	float:right;
	width: 75px;
	height: 75px;
	padding-top: 75px;
	padding-right: 10px;
}

#popup_galway_tour {
	text-align: left;
	visibility:hidden;
	position: absolute;
	left: -220px;
	top: -240px;
	width: 440px;
	height: 240px;	
	color: orange;
	font-size: 25px;
	z-index: 0;
	background: url(http://dublinenespanol.com/i/card_nube.png);
	
}

#popup_galway_acantilados_moher {
	text-align: left;
	visibility:hidden;
	position: absolute;
	left: -220px;
	top: -240px;
	width: 440px;
	height: 240px;	
	color: orange;
	font-size: 25px;
	z-index: 0;
	background: url(http://dublinenespanol.com/i/card_nube.png);
	
}

#popup_galway_connemara {
	text-align: left;
	visibility:hidden;
	position: absolute;
	left: -220px;
	top: -240px;
	width: 440px;
	height: 240px;	
	color: orange;
	font-size: 25px;
	z-index: 0;
	background: url(http://dublinenespanol.com/i/card_nube.png);
	
}

#popup_galway_show_espectaculo {
	text-align: left;
	visibility:hidden;
	position: absolute;
	left: -220px;
	top: -240px;
	width: 440px;
	height: 240px;	
	color: orange;
	font-size: 25px;
	z-index: 0;
	background: url(http://dublinenespanol.com/i/card_nube.png);
	
}

#popup_dublin_tour {
	text-align: left;
	visibility:hidden;
	position: absolute;
	left: -220px;
	top: -240px;
	width: 440px;
	height: 240px;	
	color: orange;
	font-size: 25px;
	z-index: 0;
	background: url(http://dublinenespanol.com/i/card_nube.png);
	
}

#popup_dublin_wicklow {
	text-align: left;
	visibility:hidden;
	position: absolute;
	left: -220px;
	top: -240px;
	width: 440px;
	height: 240px;	
	color: orange;
	font-size: 25px;
	z-index: 0;
	background: url(http://dublinenespanol.com/i/card_nube.png);
	
}

#popup_dublin_howth_malahide {
	text-align: left;
	visibility:hidden;
	position: absolute;
	left: -220px;
	top: -240px;
	width: 440px;
	height: 240px;	
	color: orange;
	font-size: 25px;
	z-index: 0;
	background: url(http://dublinenespanol.com/i/card_nube.png);
	
}

#popup_dublin_tour_pubs {
	text-align: left;
	visibility:hidden;
	position: absolute;
	left: -220px;
	top: -240px;
	width: 440px;
	height: 240px;	
	color: orange;
	font-size: 25px;
	z-index: 0;
	background: url(http://dublinenespanol.com/i/card_nube.png);
	
}

#popup_dublin_completo {
	text-align: left;
	visibility:hidden;
	position: absolute;
	left: -220px;
	top: -240px;
	width: 440px;
	height: 240px;	
	color: orange;
	font-size: 25px;
	z-index: 0;
	background: url(http://dublinenespanol.com/i/card_nube.png);
	
}

#popup_dublin_cena_espectaculo {
	text-align: left;
	visibility:hidden;
	position: absolute;
	left: -220px;
	top: -240px;
	width: 440px;
	height: 240px;	
	color: orange;
	font-size: 25px;
	z-index: 0;
	background: url(http://dublinenespanol.com/i/card_nube.png);
	
}

#popup_dublin_acantilados_moher {
	text-align: left;
	visibility:hidden;
	position: absolute;
	left: -220px;
	top: -240px;
	width: 440px;
	height: 240px;	
	color: orange;
	font-size: 25px;
	z-index: 0;
	background: url(http://dublinenespanol.com/i/card_nube.png);
	
}

#popup_dublin_calzada_gigante {
	text-align: left;
	visibility:hidden;
	position: absolute;
	left: -220px;
	top: -240px;
	width: 440px;
	height: 240px;	
	color: orange;
	font-size: 25px;
	z-index: 0;
	background: url(http://dublinenespanol.com/i/card_nube.png);
	
}

#popup_dublin_tour_belfast {
	text-align: left;
	visibility:hidden;
	position: absolute;
	left: -220px;
	top: -240px;
	width: 440px;
	height: 240px;	
	color: orange;
	font-size: 25px;
	z-index: 0;
	background: url(http://dublinenespanol.com/i/card_nube.png);
	
}

#popup_dublin_traslados {
	text-align: left;
	visibility:hidden;
	position: absolute;
	left: -220px;
	top: -240px;
	width: 440px;
	height: 240px;	
	color: orange;
	font-size: 25px;
	z-index: 0;
	background: url(http://dublinenespanol.com/i/card_nube.png);
	
}

#popup_belfast_tour {
	text-align: left;
	visibility:hidden;
	position: absolute;
	left: -220px;
	top: -240px;
	width: 440px;
	height: 240px;	
	color: orange;
	font-size: 25px;
	z-index: 0;
	background: url(http://dublinenespanol.com/i/card_nube.png);
	
}

#popup_belfast_calzada_gigante {
	text-align: left;
	visibility:hidden;
	position: absolute;
	left: -220px;
	top: -240px;
	width: 440px;
	height: 240px;	
	color: orange;
	font-size: 25px;
	z-index: 0;
	background: url(http://dublinenespanol.com/i/card_nube.png);
	
}

#popup_belfast_tour_derry {
	text-align: left;
	visibility:hidden;
	position: absolute;
	left: -220px;
	top: -240px;
	width: 440px;
	height: 240px;	
	color: orange;
	font-size: 25px;
	z-index: 0;
	background: url(http://dublinenespanol.com/i/card_nube.png);
	
}

#popup_belfast_panoramico {
	text-align: left;
	visibility:hidden;
	position: absolute;
	left: -220px;
	top: -240px;
	width: 440px;
	height: 240px;	
	color: orange;
	font-size: 25px;
	z-index: 0;
	background: url(http://dublinenespanol.com/i/card_nube.png);
	
}

form.form_carrito{
	text-align: left;
	margin:0px;
	width: 310px;
	height: 350px;
	color: orange;
	font-size: 10px;
	text-decoration: none;	
	background-color: #2c3520;
	padding-left:2px;
}


fieldset.fieldsetRuben{
	background-color: #2c3520;
	border: 3px solid;
	text-align: center;
	margin:auto;
	width: 299px;
	height: 350px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;	
}

#linea_fecha{
height: 25px;
width: 285px;
float: left;
display:inline;

}		

#calendario_tour{
height: 25px;
width: 20px;
float: right;
display:inline;
padding-right: 5px;
}		

#calendario_tour_carro{
height: 25px;
width: 20px;
float: right;
display:inline;
}

#carrito_date{
	background-color: #2c3520;
	color: orange;
	width: 50px;
	height: 20px;	
	font-size: 18px;
	text-align: left;
	float:left;
	padding-left: 10px;
}

#carrito_time{
	background-color: #2c3520;
	color: orange;
	width: 50px;
	height: 20px;	
	font-size: 18px;
	text-align: left;
	float:left;
	padding-left: 10px;
}



#titulo_carrito {

	width: 300px;
	height: 40px;
	top: 10px;
	font-size: 18px;
	text-align:left;
}


a.permanent_A{
	text-align: center;
	margin: 10px;
	width: 75px;
	height: 75px;
	color: orange;
	font-size: 20px;
	text-decoration: none;	
	border-left: 5px solid #ddd;	
	
}

a.footer_link{
	text-align: center;
	margin: 0px;
	width: 95px;
	height: 75px;
	color: orange;
	font-size: 20px;
	text-decoration: none;	
	float:left;
	
	
}

a.footer_link_lateral{
	text-align: center;
	margin: 0px;
	width: 123px;
	height: 75px;
	color: orange;
	font-size: 20px;
	text-decoration: none;	
	float:left;

}


a.pagina_lateral{
	text-align: center;
	margin: auto;
	width: 250px;
	height: 350px;
	color: orange;
	font-size: 20px;
	text-decoration: none;	
	float:left;
	border: 3px solid;
}

a.imagen_pagina_abajo{
	text-align: center;
	margin: auto;
	width: 75px;
	height: 75px;
	color: orange;
	font-size: 20px;
	text-decoration: none;	
	float:left;
	border: 2px solid;
}


#popup_pagina_lateral {
	text-align: left;
	visibility:hidden;
	position: absolute;
	left: -320px;
	top: -650px;
	width: 733px;
	height: 450px;	
	color: orange;
	font-size: 25px;
	z-index: 0;
	background: url(http://dublinenespanol.com/i/powerscourt2.jpg);
	
}

#imagenes_tours{
	width: 475px;
	height: 105px;
	padding-top: 20px;
	padding-left: 5px;
	text-align: center;
	margin: auto;
	color: orange;
	background: url(http://dublinenespanol.com/i/carrete_360_120.jpg);
	float:left;
}


#popup_imagenes {
	text-align: center;
	margin:auto;
	visibility:hidden;	
	position: absolute;
	left: -517px;
	top: -585px;
	width: 575px;
	height: 400px;	
	color: green;
	font-size: 25px;
	z-index: 0;
}

img.fotoArriba {
	border: 3px solid;
	border-color: orange;
	width: 560px;
	height: 400px;	
}

img.fotoLateral {
	width: 250px;
	height: 350px;	
}

#tablonAnuncios {
	text-align: center;
	margin:auto;
	width: 410px;
	height: 250px;	
	color: orange;
	font-size: 25px;
	border: 3px solid;

}

#fotosBoton{
	width: 40px;
	height: 75px;
	padding-top: 50px;
	float:left;
}

#texto_Galway{
	background-color: #2c3520;
	color: orange;
	width: 226px;
	height: 25px;	
	font-size: 20px;
	text-align: left;
	float:left;
	padding-left:30px;

}
#texto_Dublin{
	background-color: #2c3520;
	color: orange;
	width: 482px;
	height: 25px;	
	font-size: 20px;
	text-align: left;
	float:left;
	padding-left:30px;	

}
#texto_Belfast{
	background-color: #2c3520;
	color: orange;
	width: 226px;
	height: 25px;	
	font-size: 20px;
	text-align: left;
	float:left;
	padding-left:30px;

}

#texto_botones{

	color: #FFFFFF;
	margin:auto;
	width: 150px;
	height: 85px;	
	font-size: 15px;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
	font-family: Verdana;

}

#texto_botones_abajo{

	color: #FFFFFF;
	margin:auto;
	width: 95px;
	height: 34px;	
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	font-family: Arial;
	float:left;
	

}


#bottom-wrap {
	background-image: url(http://dublinenespanol.com/i/foot_bg.jpg);	
	background-color:#214215 ;
	width: 100%; 
	text-align:center;
	margin: auto;
	}

#bottom {
	width: 1024px; 
	text-align:center;
	margin: auto;
}

#panel_izquierdo{
	background-color: #2c3520;
	color: orange;
	width: 256px;
	height: 360px;	
	font-size: 20px;
	text-align: left;
	margin: 0px;
	float:left;
	padding-top: 10px;
}

#panel_central{
	text-align: left;
	margin: 0 0 0 0px;
	background-color:#2c3520;
	color: orange;
	width: 317px;
	height: 360px;	
	font-size: 20px;
	float:left;
	padding-top: 10px;
}

#panel_fotos{
	background-color:#2c3520;
	color: black;
	width: 590px;
	height: 150px;	
	padding-top: 10px;
	font-size: 20px;
	text-align: left;
	margin: 0px;
	float:left;
}

#panel{
	background-color:#2c3520;
	color: white;
	width: 610px;
	height: 520px;	
	font-size: 20px;
	text-align:	left;
	margin: 0px;
	float:left;
}

#panel_derecho{
	text-align: left;
	margin: auto;
	background-color: #2c3520;	
	color: orange;
	width: 400px;
	height: 530px;	
	font-size: 16px;
	float:left;
	padding-left: 5px;
	padding-top: 10px;
}

#wicklow_right{
	text-align: center;
	margin: auto;
	width: 360px;
	height: 208px;
	color: white;
	background-image: url(http://dublinenespanol.com/i/card2.png);
	font-size: 12px;

} 
#wicklow_link{
	width: 75px;
	height: 75px;
	float: right;
} 


#popup_text{
	text-align: left;
	margin: 0px 0px 0px 0px;
	width: 325px;
	height: 220px;
	color: orange;
	font-size: 20px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
} 

#boton_Flash{
	width: 250px;
	height: 167px;	
	text-align: center;
	margin: auto;
	border:3px solid;
}


#calendario_main{
	position: relative;
	text-align: center;
	margin: auto;
	width: 410px;
	height: 120px;
	background-color: blue;
	color: white;
} 

.a:hover {

	text-decoration: underline;
	}
	
#tablon_anuncios{
	text-align: center;
	margin: auto;
	width: 360px;
	height: 208px;
	background-color: #2c3520;	
	color: orange;
	font-size: 18px;
	border: 3px solid;
}		
	
	
#tablon_anuncios_2{
	text-align: center;
	margin: auto;
	width: 360px;
	height: 50px;
	background-color: #2c3520;	
	color: orange;
	font-size: 18px;
	padding-top: 20px;
}	

#tablon_anuncios_2_titulo{
	text-align: center;
	margin: auto;
	width: 360px;
	height: 25px;
	color: orange;
	font-size: 23px;
	font-weight: bold;
	font-family: Verdana;
}	
		
#contactanos{
	text-align: center;
	margin: auto;
	color: orange;
	font-size: 20px;

}	

#quienesSomos{
	text-align: center;
	margin: auto;
	color: orange;
	font-size: 20px;

}	
	
#cargando {
	text-align: left;
	visibility:hidden;	
	position: absolute;
	left: -200px;
	top: -300px;
	width: 320px;
	height: 250px;	
	color: orange;
	font-size: 25px;
	z-index: 10;
	background: url(http://dublinenespanol.com/i/cargando.gif);
}
	
