/* @override http://alpujarraturistica.com/assets/stylesheets/master.css */

body {
	margin: 0;	background: #056c74 url(../images/body_bg.png) repeat-x;
	font: 12px/normal Arial, Helvetica, Geneva, sans-serif;
}

p, ul, li {
	font: 12px/normal Arial, Helvetica, Geneva, sans-serif;
}

p.center {
	text-align: center;
}

strong {
	font-weight: bold;
	color: #3b3b3b;
}

em {
	font-style: italic;
}

small {
	font-size: 10px;
	line-height: normal;
}

img {
	border-style: none;
}

img[align=middle] {
	vertical-align: middle;
}

img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	clear: right;
}

#header {
	text-align: center;
	background: url(../images/cabecera.png) no-repeat center top;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	height: 140px;
}

#content {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #fff;
	width: 760px;
	padding-bottom: 5px;
	overflow: auto;
	min-height: 350px;
}

#content a {
	color: #009f47;
	text-decoration: none;
}

#content a:hover {
	color: #00d861;
	text-decoration: underline;
}

#content p {
	font-size: 12px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: justify;
}

#content p.primero:first-letter {
	font: italic bold 20px/12px Georgia, "Times New Roman", Times, serif;
	color: #8d8d8d;
}

#content h1.cabecera {
	margin: 0;
	padding: 0;
}

#content .columnas_izq {
	width: 364px;
	margin-left: 10px;
	border-right: 1px solid #b3b3b3;
	padding-right: 5px;
	float: left;
}

#content .columnas_der {
	width: 365px;
	margin-left: 5px;
	float: left;
}

#content_top {
	background-image: url(../images/content_top.png);
	width: 780px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	display: none;
}

#content_end {
	background-image: url(../images/content_end.png);
	width: 780px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}

/* Widgets */

div#widgets {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	overflow: auto;
}

#widgets ul {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
	width: 100%;
	overflow: auto;
}

#widgets li {
	list-style-type: none;
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}

/* Pie de pagina */

#footer {
	overflow: auto;
	background: url(../images/footer_bg.png) repeat-x 0 bottom;
}

#footer_menu {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	overflow: auto;
	margin-top: 10px;
}

#footer_menu h3 {
	color: #19979b;
	font: bold 13px Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 0;
}

#footer_menu ul {
	margin-top: 0;
	list-style-type: square;
}

#footer_menu li {
	font-size: 11px;
}

#footer_menu a {
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
}

#footer_menu div.footer_menu_column {
	width: 200px;
	float: left;
}

#footer_sign {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
	color: #00acbb;
	height: 40px;
	width: 740px;
	font-size: 12px;
	border-top: 1px solid #004f58;
	margin-top: 15px;
	padding-top: 20px;
	text-decoration: none;
}

#footer_sign a {	
	text-decoration: none;
	color: #08c1d4;
}

/* My Comment */

h1.seccion {
	color: #999;
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

h2, h2.seccion {
	color: #008140;
	margin-top: 0;
	font: italic bold 16px Georgia, "Times New Roman", Times, serif;
	margin-left: 15px;
	margin-bottom: 0;
	clear: left;
}

h3 {
	color: #008140;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	margin: 5px 0 0 15px;
}

#menu {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	line-height: 12px;
	background: url(../images/cabecera.png) no-repeat center -140px;
	height: 26px;
	overflow: hidden;
	clear: both;
	text-align: center;
}

#menu a {
	display: inline-block;
	margin: 0;
	padding: 5px 5px 2px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#menu .titulo:hover {
	background-color: #004335;
	color: #c1f2f0;
}

#menu .titulo, #menu .titulo_active {
	margin: 0;
	color: #82d465;
	text-transform: capitalize;
	font: bold 16px arial, helvetica, sans-serif;
	padding: 5px 10px;
	text-decoration: none;
}

#menu .titulo_active {
	color: #00614c;
	background: #ffffff;
}

#menu a:hover {
	color: #9eff7b;
	background: #056c74;
}

/* End of non-anchor hover selectors */

/* SUBMENUS */

#submenu {
	clear: left;
	background-color: #cccccc;
	overflow: hidden;
	width: 760px;
	margin-bottom: 10px;
	height: 40px;
}

#submenu a {
	display: block;
	text-decoration: none;
	color: #377854;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 15px 15px;
	float: left;
}

#submenu a:hover {
	background-color: #377854;
	text-decoration: none;
	color: #cccccc;
}

#submenu a.activo {
	color: #cfffbf;
	background: #3b5643 url(../images/submenu_ruta_over.png) no-repeat center bottom;
	border-bottom-style: none;
}

/* Mensajes de error */

ul.errors li {
	color: #ff130b;
	font-weight: bold;
}

ul.messages li {
	color: #66ff16;
	font-weight: bold;
}

table.list {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
 	border-collapse: collapse;
	clear: both;
}

table.list td {
	padding: 2px;
}

table.list thead tr th {
	text-align: left;
	font-size: 16px;
	color: #056c74;
	padding-top: 15px;
	border-bottom: 1px dashed #b3b3b3;
}

table.list tbody tr:hover {
	background-color: #d8effe;
}

.col_fotos {
	width: 200px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.col_texto {
	width: 500px;
	float: left;
}