@charset "utf-8";
<style type="text/css">
* { margin: 0; padding: 0; }

div#wrapper  {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	
}

p  {
	font-size: 14px;
	line-height: 2;	
}

a  {
	text-decoration:none;
	border: hidden;
}

p.primeralinea {
	text-indent: 40px;
}


/*cabecera*/
h1  {
	width: 200px;
	font-size: 18px;
	color: #A6D9D7 ;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 790px;
	position: relative;
}



div#header  {
	height: 285px;
	width: 980px;
	margin: 0 auto;
	background-image:url(imgs/header.png);
	background-repeat: no-repeat;
	background: rgb(131,217,218); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(131,217,218,1) 0%, 			rgba(54,155,155,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(131,217,218,1)), color-stop(100%,rgba(54,155,155,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(131,217,218,1) 0%,rgba(54,155,155,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(131,217,218,1) 0%,rgba(54,155,155,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(131,217,218,1) 0%,rgba(54,155,155,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(131,217,218,1) 0%,rgba(54,155,155,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83d9da', endColorstr='#369b9b',GradientType=0 ); /* IE6-9 */
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}

div#nav
{
	height: 35px;
	width: 980px;
	margin: 0 auto;
	background: rgb(181,189,200); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}

ul#menu
{
	margin-left: 515px;
}

ul#menu li 
{
	display: block;
	float: left;
	width: 89px;
	height: 35px;
	margin: 0 auto;
	position: relative;
	list-style-type: none;
	border-bottom: 1px solid white;
	
}

ul#menu li a 
{
	width: 89px;
	height: 35px;
	color: #CCC;
	list-style-type: none;
	text-decoration: none;
	line-height: 35px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	margin: 0 auto;
	text-align: center;
}

ul#menu li a:hover
{
	background-color: #3f9d9f;
	color:  #84d9dc;

}

ul#menu li:hover ul
{
	display:block;
	border:none;
}
ul#submenu
{
	display: none;
	position: relative;
}
ul#submenu li a
{
	width: 89px;
	height: 35px;
	float: none;
	text-decoration: none;
	list-style-type: none;
	border-left: none;
	position: relative;	
	line-height: 35px;
}
ul#submenu li
{
	width: 89px;
	height: 35px;
	display: block;
	position: relative;
	line-height: 35px;
	border: 0px;
	margin: 0 auto;
	background: rgb(181,189,200); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
}

div#slideshow {
	width: 500px;
	height: 250px;
	visibility: visible; 
	clip: rect(0,0,0,0);
	position: relative;
    float: none;
	top: 35px;
}



/*fin de cabecera*/

div#contenido  {
	width: 980px;
	height: 650px;
	border-bottom: 1px solid #999;
	margin: 0 auto;
	margin-bottom: 5px;
	background-color: #d4d1d1;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;

}


.uno  {
	width: 980px;
	height: 650px;
	list-style-type: none;
	float: left;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	overflow: hidden;
	color: #28343b;
	margin-top:30px;

}
.dos  {
	width: 440px;
	height: 550px;
	list-style-type: none;
	float: left;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #28343b;
	border-right: 1px solid #999;
	overflow: hidden;
	padding: 0 20px 0 20px;

}


div#contenido a  {
	font-size: 9pt;
	color: #28343b;
	font-weight: normal;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow: hidden;
	margin-top: 50px;
}
h4 {
	font-size: 16pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #369b9b;
	text-align: right;
	margin-bottom: 30px;
	border-bottom: 1px solid #999;
}

h3 {
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #369b9b;
	text-align: left;
	margin-top: 30px;
}


ul#portada_uno {
	display: block;
	float: left;	
}

li#foto {
	width: 200px;
	height: 300px;	
	float: left;
	display: block;
	margin-right: 20px;
	margin-bottom: 30px;
	list-style-type: none;
	margin-left: -20px;
}

li#texto {
	width: 250px;
	position: absolute;
	float: left;
	display: block;
	margin-left: 195px;
	overflow: hidden;
	margin-bottom: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin-right:30px;
}

li#a a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:: 14pt;
	text-align: right;
	font-color: #28343b;
	line-height: 25px;
}

li#a {
	width: 980px;
	height: 25px;
	float: left;
	list-style-type: none;
}

div#texto {
	width: 282px;
	height: 482px;
	margin: 0 auto;	
	padding: 0 20px 0 0;
	margin-bottom: 10px;
	margin-bottom: 27px;
}
a  {
	text-decoration:none;
}

/*botones sociales*/
div#medio {
	width: 980px;
	height: 35px;
	margin: 0 auto;	
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
background: rgb(181,189,200); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */	margin-bottom: 4px;

}
ul#botones   {
	width: 300px;
	height: 35px;
	position: absolute;
	list-style-type: none;
	display: block;	
	margin-left: 20px;
	line-height: 45px;
	margin-top: 5px;

}

ul#botones li  {
	width: 26px;
	float: left;
	height: 35px;
	display: block;
	margin-top: 5px;
	margin-bottom: 20px;
	border-right: 1px solid #999;
	line-height: 45px;
}

ul#botones li#facebook  {
	margin-left: 10px;
	background-repeat: no-repeat;
	border: none;
	opacity: 1;

}

ul#botones li#facebook:hover {
	border: none;
	opacity: .5;
}


ul#botones li#gmail  {
	margin-left: 10px;
	background-repeat: no-repeat;
	border: none;
	opacity: 1;
}

ul#botones li#gmail:hover  {
	border: none;
	opacity: .5;

}

ul#botones li#twitter  {
	margin-left: 10px;
	background-repeat: no-repeat;
	border: none;
	opacity: 1;
}
ul#botones li#twitter:hover  {
	border: none;
	opacity: .5;

}
/*fin de botones sociales*/


h4 {
	font-size: 16pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #369b9b;
	text-align: right;
	margin-bottom: 20px;
}

h3 {
	width: 980px;
	height: 25px;
	font-size: 16pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #369b9b;
	text-align: right;
}


a  {
	text-decoration:none;
}



/*contenido*/
li#a span  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:: 14pt;
	text-align: center;
	font-color: #28343b;
	line-height: 25px;
}

li#a   {
	width: 280px;
	height: 25px;
	float: left;
	list-style-type: none;
}



h2   {
	width: 960px;
	font-size: 16pt;
	color: #369b9b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
	margin-bottom: 30px;
	padding-top: 20px;
	
}


a:hover span#menu{
	color: #83d9da;
	font-weight: 300;
}
span#menu  {
	font-size: 11pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCC;
	line-height: 35px;
}
ul#portada_uno {
	display: block;
	float: left;	
}





div#medio {
	width: 980px;
	height: 35px;
	margin: 0 auto;	
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
background: rgb(181,189,200); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */	margin-bottom: 4px;

}
div#dondeestoy  {
	width: 830px;
	height: 35px;
	float: left;
	position: absolute;
	padding-left: 20px;
}


div#dondeestoy  li {
	list-style-type: none;
	float: left;
	display: block;
	padding: 0 10px 0 10px;
	margin-top: -17px;
}


div#dondeestoy li.dondestoy a:active {
	color: #666;
	text-decoration: none;
}

a:hover span#menu{
	color: #83d9da;
	font-size: 11pt;
	
}
span#menu  {
	width: 12px;
	font-size: 11pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCC;
	line-height: 35px;

}
span#menu2  {
	width: 12px;
	font-size: 11pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCC;
	line-height: 35px;

}
a:hover span#menu2{
	color: #83d9da;
	font-size: 11pt;
	
}


.paginas  {
	width: 200px;
	height: 35px;
	margin-left: 860px;	
	
}

.paginas li   {
	margin-left: -20px;	
}


/*pie de página*/


div#pie {
	width: 980px;
	height: 65px;
	background: rgb(181,189,200); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
	line-height: 65px;
	margin: 0 auto;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

div#pie span.pie  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 350px;
	line-height: 65px;
	color: #edecec;
	margin-bottom: -25px;
}

span.contacto a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 240px;
	line-height: 65px;
	color: #edecec;
	margin-bottom: -25px;
}

span.contacto a:hover{
	color: #83d9da;
	font-weight: 300;
}
/*fin de pie de página*/

</style>

/* CSS Document */

