@charset "utf-8";
/* CSS Document */


* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
/* slicing styles */
body {
	font-family: arial;
	background-image: url(../images/fancy_deboss.png);
	margin: 0px;
	padding: 0px;
}
#outerWrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	position: relative;
}
#headerWrapper {
	width: 100%;
	overflow: auto;
	background-image: url(../images/gestprotur_cabecera%20sin.jpg);
	background-color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
}


header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#contentWrapper {
	width: 960px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 100%;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	margin-bottom: 6px;
}
.col {
	width: 300px;
	height: 300px;
	border: 4px solid #222;
	/* required to hide the image after resized */
	overflow: hidden;
	/* for child absolute position */
	position: relative;
	/* display div in line */
	float: left;
	cursor: hand;
	/* [disabled]cursor: pointer; */
	background-image: url(../images/xv.png);
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 7px;
}
#content.qitem:over {
	width: 460px;
	height: 460px;
	border: 4px solid #222;
	/* required to hide the image after resized */
	overflow: hidden;
	/* for child absolute position */
	position: relative;
	/* display div in line */
	float: left;
	cursor: hand;
	cursor: pointer;
	/* [disabled]background-image: url(../images/BG2.png); */
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
}
.col img {
	border: 0;
	/* allow javascript moves the img position*/
	position: absolute;
	z-index: 200;
	}
.col .caption {
	position: absolute;
	z-index: 0;
	color: #ccc;
	display: block;
	}
.col .caption h4 {
	font-size: 17px;
	margin: 0;
	color: #369ead;
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
		}
.caption h4 a {
	color: #369ead;
	text-decoration: none;
}
.caption h4 a:hover {
	color: #333333;
	text-decoration: underline;
}


.col .caption p {
	font-size: 18px;
	padding: 3px 5px 0 8px;
	margin: 0;
		}



/* Setting for corners */

.topLeft, .topRight, .bottomLeft, .bottomRight {
	position: absolute;
	background-repeat: no-repeat;
	float: left;
}

.topLeft {
	background-position: top left; 	
} 

.topRight {
	background-position: top right; 
} 

.bottomLeft {
	background-position: bottom left; 
} 

.bottomRight {
	background-position: bottom right; 
}

.clear {
	clear:both;	
}

#footerWrapper {
	width: 100%;
	overflow: auto;
	clear: both;
	background-image: url(../images/gestprotur_pi%C3%A9%20sin.jpg);
	padding-top: 10px;
	padding-bottom: 10px;
}
footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.copyright {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	color: #CCCCCC;
	text-align: center;
}
.copyright a {
	color: #CCCCCC;
}
.copyright a:hover {
	color: #FFFFFF;
}

.down p {
	font-size: 14px;
	color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
}


.down {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#logo {
	float: left;
	width: 531px;
	padding-left: 5px;
}
#mail {
	float: right;
	width: 300px;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
#mail a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #FFFFFF;
	text-decoration: none;
}
#mail a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #999999;
	text-decoration: underline;
}
