/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* 
{
margin: 0px;
padding: 0px;
}

body {
	background: #ffffff url(images/fx.gif) repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
	text-transform: lowercase;
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

a {
	color: #1D74A6;
}

a:hover {
	text-decoration: none;
	color: #1D74A6;
}



hr {
	display: none;
}

#main
{
	width: 980px;
	margin: 0 auto;
	color: #000;
}


/* Header */

#header {
	width: 980px;

}

#logo {
width: 980px;
height: 150px;
background: url(images/logopa.jpg) no-repeat;
}

#logo h1, #logo p {
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 30px 0 0 20px;
	font-size: 24px;
	color: #000000;
}
#logo h2 {
	padding: 10px 0 0 20px;
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

#menu {
height: 41px;
background: url(images/menu.gif) repeat-x;
width: 682px;
padding-top: 19px;
text-align:right;
padding-left: 298px;
}

#b1 {
	background:url(images/b11.jpg) no-repeat;
}

#b2 {
	background:url(images/b22.jpg) no-repeat;
}

#b3 {
	background:url(images/b33.jpg) no-repeat;
}

#b4 {
	background:url(images/b44.jpg) no-repeat;
}

#b5 {
	background:url(images/b55.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 135px;
	height: 26px;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;

}

#menu a:hover {
	height: 31px;
	margin-top:-5px;
}

/* Page */

#page {
	margin: 0 auto;
	background: url(images/cent_m.jpg) repeat-y;
}

#page_guias {
	margin: 0 auto;
	background: url(images/cent_m_guias.jpg) repeat-y;
}

.page2 {
	background: url(images/top_m.gif) top no-repeat;
}

.page2_guias {
	background: url(images/top_m_guias.gif) top no-repeat;
}

/* Content */

#content {
	float: left;
	width: 539px;
}

#content_guias {
	float: left;
	width: 750px;
}

#content .post ul, #content .post ol
{
margin-left: 30px;
}

#content_guias .post ul, #content .post ol
{
margin-left: 30px;
}

#content .top
{
width: 497px;
background: url(images/top.png) no-repeat;
height: 13px;
}

#content_guias .top
{
width: 497px;
background: url(images/top.png) no-repeat;
height: 13px;
}

#content .middle_back
{
width: 499px;
padding: 10px 20px 20px 20px;
}

#content_guias .middle_back
{
	width: 710px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


#content .title
{
background: url(images/tit_b.jpg) top no-repeat;
height: 28px;
padding-top: 10px;
padding-left: 30px;
}

#content_guias .title
{
background: url(images/tit_b_g.jpg) top no-repeat;
height: 28px;
padding-top: 10px;
padding-left: 30px;
}

#content .title a
{
	color: #FFF;
	text-decoration: none;
}

#content_guias .title a
{
	color: #FFF;
	text-decoration: none;
}


#content .title a:hover
{
	color: #FFF;
	text-decoration: underline;
}

#content_guias .title a:hover
{
	color: #FFF;
	text-decoration: underline;
}

#content .date 
{
	height: 31px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 3px;
	font-size: 10px;	
}

#content .date ul
{
	list-style: none;	
}

#content .date li
{
	display: inline; 
}

#content .small_icon1
{
height: 24px;
width: 150px;
float: left;
display: block;
text-align: left;
padding-top: 6px;
padding-left: 30px;
}

#content .small_icon2
{
height: 24px;
width: 120px;
float: left;
display: block;
text-align: left;
padding-top: 6px;
padding-left: 30px;
}

#content .small_icon3
{
height: 24px;
width: 100px;
float: left;
display: block;
text-align: left;
padding-top: 6px;
padding-left: 30px;
}

.post {
	padding: 13px 0px 0px 0px;
	color: #000000;
}

.post a {
	color: #034791;
	text-decoration: none;
}

.post a:hover {
	color: #034791;
	text-decoration: underline;
}

.post_guias a {
	color: #034791;
	text-decoration: none;
	font-size: 14px;
}

.post_guias a:hover {
	color: #034791;
	text-decoration: underline;
}

.post H2
{
color: #ffffff;
text-transform: uppercase;
font-size: 14px;
font-weight: bold
}

/* Sidebars */

.sidebar {
	float: left;
	width: 219px;

}

.sidebar2 {
	padding: 13px 7px 0px 11px;

}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}


.sidebar li {
	padding: 4px 0 4px 10px;
}

.sidebar a {
	text-decoration: none;
	color: #034791;
	font-size: 11px;
}
.sidebar a:hover {
	color: #0A6894;
	text-decoration: underline;
}

.sidebar h2 {
	padding-top: 10px;
	color: #ffffff;
	background: url(images/tit_s.jpg) no-repeat;
	height: 26px;
	padding-left: 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.bottom_small
{
height: 2px;
background: url(images/small_bottom.gif) no-repeat;
width: 183px;
}


/* Left Sidebar */

.sidebar3 {
	padding: 13px 0px 0px 8px;
}

/* Right Sidebar */

#leftbar .back, #rightbar .back
{
padding: 10px;
}


/* Calendar */

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}

#bot_tb { 
	background:url(images/bot_m.jpg) bottom no-repeat;
	height: 17px;
}

#bot_tb_guias { 
	background:url(images/bot_m_guias.jpg) bottom no-repeat;
	height: 17px;
}

/* Footer */

#footer {
	clear: both;
	padding-top: 10px;
	height: 32px;
	background: url(images/futer.jpg) bottom repeat-x;
	text-align: center;
	/*margin-top: 30px;*/
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#bg {
	/*background: url(images/futer.jpg) bottom repeat-x;*/
}


.imgborde {
	border: 2px solid #FFF;
}

.listado_guias_1 {
	font-size: 16px;
	font-weight: bold;
	font-family: "Book Antiqua", "Trebuchet MS"; 
}

.clear {
	clear:both
}

#gallery {
	position:relative;
	height:284px;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border: none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:60px; 
		width:100%; 
		position:absolute;
		bottom:0;
		font-size: 12px;		
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
		font-size: 14px;
	}
	
.sombra-imagen {
padding: 0.1em;
background-color:#FFF;
border: 1px solid #C0C0C0;
-moz-box-shadow: 4px 4px 3px #555;
-webkit-box-shadow: 4px 4px 3px #555;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#505050,direction=125,strength=5)";
filter: progid:DXImageTransform.Microsoft.Shadow(color=#505050,direction=125,strength=5);
}

/* Estilos del TinySlideShow */
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:464px; margin:0px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:458px; height:284px; padding:2px; border:2px solid #fff; background:#000}
#information {position:absolute; bottom:0; width:458px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px; color:#1DCCEF}
#information p {padding:0 8px 8px}
#image {width:458px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:5px}
#slideleft {float:left; width:20px; height:81px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:#222 url(images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:419px; margin-left:2px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}
