@charset "utf-8";
/* CSS Document */

body {
	background-color: #e0e0e0;
	background-image: url(../images/fondo.jpg);
	background-repeat: repeat-y;
	background-position:center;
	margin:0 auto;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#contenido{
	width:1000px;
	margin:0 auto;
	}
#banner{
	width:1000px;
	height:130px;
	margin:0 auto;
	background-image:url(../images/banner.jpg);
	}
#botones-prin{
	background-color:#f3d0d0;
	background-image:url(../images/bg-botones-prin.jpg);
	background-repeat:repeat-x;
	width:900px;
	height:40px;
	font-size:15px;
	text-shadow: 0px 1px white;
	color:#333;
	margin:0 auto;
	line-height:40px;
	padding-left:100px;
	border-bottom:#FFF solid 1px;
}
#btn{
	width:150px;
	height:40px;
	padding:0 0 0 20px;
	border-right:#FFF solid 1px;
	border-left:#d89e9e solid 1px;
	float:left;
	text-align:left;
}
#btn-select{
	height:40px;
	padding:0 0 0 20px;
	border-right:#FFF solid 1px;
	border-left:#d89e9e solid 1px;
	float:left;
	text-align:left;	
	background-image:url(../images/bg-botones-prin2.jpg); 
	border-left:#fff solid 1px
}

#btn-first{
	width:100px;
	height:40px;
	padding:0 0 0 20px;
	border-right:#FFF solid 1px;
	float:left;
	text-align:left;
}
#btn-last{
	width:150px;
	height:40px;
	padding:0 0 0 20px;
	border-left:#d89e9e solid 1px;
	float:left;
	text-align:left;
}
#btn :hover, #btn-first :hover, #btn-last :hover{
	cursor:pointer;
	
	font-weight:bold;
	color:#333;
	
}
#btn-select :hover{
	cursor:pointer;
	margin-bottom:20px;
	font-weight:bold;
	}

#btn img, #btn-first img, #btn-last img,  #btn-select img{
	padding-right:10px;
	float:left;
	border:none;
}
a {
	text-decoration:none;
	color:#333
	}
#left{
	background:url(../images/bg-left.jpg);
	background-position:right;
	background-repeat:repeat-y;
	width:230px; 
	
	padding:30px 10px;
	}
#botones-sec{
	background-image:url(../images/bg-botones-sec.jpg);
	background-repeat:no-repeat;
	width:205px;
	height:30px;
	line-height:30px;
	font-size:13px;
	text-shadow: 0px 1px white;
	color:#333;
	text-align:left;
	padding-left:15px;
	font-weight:bold;
	padding-bottom:15px;
}
#botones-sec:hover{
	background-image:url(../images/bg-botones-sec2.jpg);
	background-repeat:no-repeat;
	width:20111px;
	height:30px;
	line-height:30px;
	font-size:13px;
	text-shadow: 0px 1px #000;
	color:#FFF;
	text-align:left;
	padding-left:15px;
	font-weight:bold;
	padding-bottom:15px;
}
.boton-lateral img {
	border:3px #FFF solid;
}
.boton-lateral img:hover {
	border:3px #f7d5d3 solid;
}

#texto{
	padding-top:20px;
	color:#333;
	text-align:justify;
	font-size:14px;
}
#textosinternos{
	color:#333;
	text-align:justify;
	font-size:14px;
	padding:10px 0px;
}
#piedefoto{
	color:#FFF;
	background-color:#333;
	text-align:justify;
	font-size:14px;
	padding:10px 5px;
}
#gallery {
	position:relative;
	height:420px;
	width:680px;
	border:2px #b1b1b1 solid;
	text-align:left;
}
	#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:70px;
	width:100%;
	position:absolute;
	bottom:-1px;
	}

	#gallery .caption .content {
		margin:5px;
		font-size:14px;
		padding:0 10px;
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#eec7c8;
	}
	#titulos{
		font-size:22px;
		font-weight:bold;
		background-color:#efc8c9;
		padding-left:10px;
		
	}
	#titulos2{
		font-size:16px;
		font-weight:bold;
		background-color:#efc8c9;
		padding-left:10px;
		
	}
	#contacto{
		border:1px #FCC solid;
		}	
	#quehacemos{
		border:1px #FCC solid;
		}	
	.submenu {
		background-color:#e9e9e9;
		background-image:url("../images/bullet.png");
		background-repeat:no-repeat;
		background-position:left;
		width:155px;
		height:25px;
		line-height:25px;
		padding:2px 7px;
		}
	.submenu:hover {
		background-color:#FCC;
		width:155px;
		height:25px;
		line-height:25px;
		padding:2px 7px;
	}
	.submenu a{
		font-size:11px;	
		font-weight:bold;
	}
	.submenu a:hover{
		font-size:11px;
		font-weight:bold;
	}
	