@charset "UTF-8";
/* CSS Document */

.slideHome{
width:950px;
height:355px;
}

.clear { clear:both; }

a {
	text-decoration:none;
}

.blanco {color:#fff;}
img {
	border:0px;
}

body {
	background-color:rgb(235,235,235);
	margin:0 auto;
	color:#333;
}

#contenedor {
	width:950px;
	position:relative;
	margin:0 auto;
}

#header {
	width:950px;
	height:139px;
}

#slider {
	width:950px;
	height:355px;
}

#sliderint {
	width:950px;
	height:217px;
}

#contenido {
	width:950px;
	height:345px;
	background-color:#FFF;
	background-image:url(../images/sombraFooter.png);
	background-position:top;
	background-repeat:no-repeat;
	position:relative;
}

#contenidoi {
	width:950px;
	background-color:#FFF;
	background-image:url(../images/sombraFooter.png);
	background-position:top;
	background-repeat:no-repeat;
	position:relative;
}

.wrapper {
	padding:30px;
}

#contenido p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:0.90em;
	color:#333;
}

#contenidoi p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:0.90em;
	color:#333;
	text-align:justify;
}

#footer {
	width:950px;
	height:120px;
	background-color:#c57907;
	background-image:url(../images/sombraFooter.png);
	background-position:top;
	background-repeat:no-repeat;
}

#headerTop {
	width:950px;
	height:32px;
	background-color:#8d5532;
	background-image:url(../images/sombraTop.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#headerTop1 {
	width:465px;
	height:24px;
	float:left;
	font-family: 'Droid Serif', serif;
	font-size:0.80em;
	color:#fff;
	padding-top:8px;
	padding-left:10px;
}

#headerTop2 {
	width:475px;
	height:32px;
	float:right;
}

#bglang {
	width:70px;
	height:32px;
	background-color:#FFF;
	float:right;
	margin-right:10px;
}

#bglangpad {
	padding-left:7px;
	padding-top:9px;
}

.flag {margin-right:4px; float:left;}

#menu {
	width:950px;
	height:97px;
	background-color:#FFF;
}

#sombra {
	width:950px;
	height:10px;
	background-image:url(../images/sombraTop.png);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#FFF;
}

#logo {
	width:225px;
	height:97px;
	float:left;
}

#opciones {
	width:725px;
	height:97px;
	float:right;
	font-family: 'Droid Serif', serif;
	font-size:0.90em;
	text-decoration:none;
}

#opciones ul{
    list-style:none; /* Eliminamos los bullets */
    margin:0px; /* Quitamos los margenes */
    padding:0px; /* Quitamos el padding */
	float:right;
}
#opciones ul li {
    float:left; /* Hacemos que el menu se muestre horizontal */
    padding-left:15px;
    padding-right:15px;
	padding-top:41px;
	height:55px;
	text-align:center;
	color:#8d5532;
	margin-right:1px;
display:inline-block;
}
#opciones ul li a{
    text-decoration:none;
    color:#CCCCCC;
    font-weight:bold;
}
#opciones ul li a:hover{
    color:#FFFFFF;
}

#botones {float:right;}	

.topmenuOff {
	background-color:#fff;
}

.topmenuOff:hover {
	background-color:#f3f3f3;
}

.topmenuOn {
	background-color:#f3f3f3;
}

.topmenuOn:hover {
	background-color:#f3f3f3;
}


#bl1 {
	width:381px;
	height:345px;
	float:left;
}

#bl1pad {
	padding:35px 25px 5px 35px;
}

#bl2 {
	width:284px;
	height:345px;
	float:left;
	background-image:url(../images/sombraCajaHome.png);
	background-position:left;
	background-repeat:no-repeat;
	border-right:1px solid #CCC;
}

#bl2pad {
	padding:35px 25px 5px 40px;
}

#bl3 {
	width:284px;
	height:345px;
	float:left;
}

#bl3pad {
	padding:35px 25px 5px 33px;
}

.tituloHome {
	font-size:1.4em;
	color:#930;
	font-family: 'Droid Serif', serif;
}

.titulopro {
	font-size:1.2em;
	font-family: 'Droid Serif', serif;
}

.awesome, .awesome:visited {
	background: #222 url(alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 0.80em; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #c57907; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }
	
	
	
#footerB1 {
	width:440px;
	padding-top:25px;
	padding-left:25px;
	float:left;
	font-family: 'Droid Serif', serif;
	font-size:0.80em;
	color:#fff;
}

#footerB2 {
	width:450px;
	font-family: 'Droid Serif', serif;
	font-size:0.80em;
	color:#fff;
	float:right;
	text-align:right;
	padding-right:25px;
	padding-top:25px;
}

input, textarea { 
	padding: 5px;
	border: solid 1px #E5E5E5;
	width:350px;
	outline: 0;
	font: normal 12px/100% Verdana, Tahoma, sans-serif;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

textarea { 
	width: 425px;
	height: 70px;
	line-height: 140%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.submit input {
	width: 100px;
	padding: 9px 10px;
	background: #617798;
	border: 0;
	font-size: 11px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
	/* estilos plugin showcase*/

#awOnePageButton .view-slide {
	display:none;
}
.showcase-load {
	height:355px;
	overflow:hidden;
}
.showcase {
	position:relative;
}
.showcase-arrow-previous,.showcase-arrow-next {
 cursor: pointer;
    height: 72px;
    position: absolute;
    top: 37%;
    width: 32px;
    z-index: 200;
}
.showcase-arrow-previous {
	background:url("../images/b.png");
	background-repeat:no-repeat;
}
.showcase-arrow-next {
	background: url("../images/b.png") no-repeat scroll 0 0 transparent;
    right: 0px;
}
.showcase-content {
	text-align:center;
    position: relative;
}
.showcase-content-wrapper {
	text-align:center;
	height:470px;
	width:700px;
	display:table-cell;
	vertical-align:middle;
}
.showcase-plus-anchor:hover {
	background-position:-32px 0;
}
div.showcase-tooltip {
	background-color:#fff;
	color:#000;
	text-align:left;
	padding:5px 8px;
	background-image:url(../images/white-opacity-80.png);
}
.showcase-caption {

    bottom: 0px;
    color: white;
    display: none;
    font-family: Trebuchet MS;
    height: auto;
    left: 0;
    padding: 5px;
    position: absolute;
    right: 0;
    text-align: left;
}
.showcase-onepage .showcase-content {
	margin-bottom:10px;
}
.showcase-button-wrapper {
	clear:both;
	margin-top:10px;
	text-align:center;
}
.showcase-button-wrapper span {
	margin-right:3px;
	padding:2px 5px 0px 5px;
	cursor:pointer;
	font-size:12px;
	color:#444444;
}
.showcase-button-wrapper span.active {
	color:#fff;
}
.showcase-thumbnail-container{
	background-color:#000;
}
.showcase-thumbnail-wrapper {
	overflow:hidden;
	padding-top:11px;
	background:#ba3f4a;
	background:-moz-linear-gradient(left,#ba3f4a 0%,#a92d38 30%,#a01d29 55%,#9c1622 74%,#9c1622 100%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,#ba3f4a),color-stop(30%,#a92d38),color-stop(55%,#a01d29),color-stop(74%,#9c1622),color-stop(100%,#9c1622));
	background:-webkit-linear-gradient(left,#ba3f4a 0%,#a92d38 30%,#a01d29 55%,#9c1622 74%,#9c1622 100%);
	background:-o-linear-gradient(left,#ba3f4a 0%,#a92d38 30%,#a01d29 55%,#9c1622 74%,#9c1622 100%);
	background:-ms-linear-gradient(left,#ba3f4a 0%,#a92d38 30%,#a01d29 55%,#9c1622 74%,#9c1622 100%);
	background:linear-gradient(left,#ba3f4a 0%,#a92d38 30%,#a01d29 55%,#9c1622 74%,#9c1622 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba3f4a',endColorstr='#9c1622',GradientType=1 );
}
.showcase-thumbnail {
	width:187px;
	height:53px;
	cursor:pointer;
	position:relative;
	color:white;
}
.showcase-thumbnail-caption {
	font-family:'Yanone Kaffeesatz';
	font-size:1.2em;
	font-weight:300;
	height:48px;
	margin:0 0 0;
	padding-bottom:5px;
	position:absolute;
	width:100%;
	z-index:2;
	text-shadow:0px -1px 1px rgba(0,0,0,0.25);
	line-height:48px;
	padding-left:17px;
	
}
.showcase-thumbnail-caption:hover {
	background:white;
	color:#9d1723;
}
.showcase-thumbnail-content {
	padding:10px;
	text-align:center;
	padding-top:25px;
}
.showcase-thumbnail:hover .showcase-thumbnail-cover {
}
.showcase-thumbnail.active {
	background:#fff;
	color:#9d1723;
}
.showcase-thumbnail.active .showcase-thumbnail-cover {
	background-color:#fff;
	color:#9d1723;
}
.showcase-thumbnail-cover {
	padding-top:21px;
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
}
.showcase-slide {
	background:#ba3f4a;
	background:-moz-linear-gradient(left,#ba3f4a 0%,#a92d38 30%,#a01d29 55%,#9c1622 74%,#9c1622 100%);
	background:-webkit-gradient(linear,left top,right   top,color-stop(0%,#ba3f4a),color-stop(30%,#a92d38),color-stop(55%,#a01d29),color-stop(74%,#9c1622),color-stop(100%,#9c1622));
	background:-webkit-linear-gradient(left,#ba3f4a 0%,#a92d38 30%,#a01d29 55%,#9c1622 74%,#9c1622 100%);
	background:-o-linear-gradient(left,#ba3f4a 0%,#a92d38 30%,#a01d29 55%,#9c1622 74%,#9c1622 100%);
	background:-ms-linear-gradient(left,#ba3f4a 0%,#a92d38 30%,#a01d29 55%,#9c1622 74%,#9c1622 100%);
	background:linear-gradient(left,#ba3f4a 0%,#a92d38 30%,#a01d29 55%,#9c1622 74%,#9c1622 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba3f4a',endColorstr='#9c1622',GradientType=1 );
}
.showcase-thumbnail-wrapper-horizontal {
	padding:10px;
	display:none;
}
.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail {
	margin-right:10px;
	width:116px;
}
.showcase-thumbnail-button-backward,.showcase-thumbnail-button-forward {
	padding:7px;
	cursor:pointer;
	position:absolute;
	display:none;
}
.showcase-thumbnail-button-backward {
	padding-bottom:0px;
	padding-right:0px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,.showcase-thumbnail-button-forward .showcase-thumbnail-vertical,.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
	background-image:url(../images/arrows-small.png);
	background-repeat:no-repeat;
	display:block;
	width:17px;
	height:17px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical {
	background-position:0 -51px;
	margin-left:55px;
}
.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical {
	background-position:-17px -51px;
}
.showcase-thumbnail-button-forward .showcase-thumbnail-vertical {
	background-position:0 -34px;
	margin-left:55px;
}
.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical {
	background-position:-17px -34px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
	background-position:0 -17px;
	margin-top:40px;
	margin-bottom:40px;
}
.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal {
	background-position:-17px -17px;
}
.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal {
	background-position:0 0;
	margin-top:40px;
	margin-bottom:40px;
}
.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal {
	background-position:-17px 0;
}
.showcase-thumbnail-button-forward span span,.showcase-thumbnail-button-backward span span {
	display:none;
}