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

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#e1e1e1;
}

div, form, h1, h2, h3, h4, h5, h6, img, p{
	margin:0px;
	padding:0px;
	border:none;
}

h1{
	color:#464646;
	font-size:18px;
}

a{
	text-decoration:none;
}

.clear{
	clear:both;
}

.clearfix {
	display:inline-block;
}

.clearfix:after {
	line-height:0px;
	display:block;
	height:0px;
	visibility:hidden;
	clear:both;
	content:".";
}

#header{
	width:100%;
	height:176px;
	background:url(../images/layout/header_bg.png);
	position:relative;
}

#header .header_sombra{
	position:absolute;
	bottom:0px;
	width:100%;
	height:4px;
	background:url(../images/layout/header_sombra.png);
}

#header .contenido{
	margin:auto;
	position:relative;
	width:962px;
	height:100%;
}

#header .consulting{
	position:absolute;
	top:30px;
	left:76px;
}

#header .telefono{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fff;
	position:absolute;
	right:90px;
	top:37px;
}

#header ul.menu{
	margin:0px;
	padding:20px 0px 0px 0px;
	position:absolute;
	bottom:0px;
	width:100%;
	height:42px;
	background:url(../images/layout/header_menu_bg.png);
	text-align:center;
}

#header li{
	position:relative;
	list-style:none;
	margin:0px 10px;
	padding:0px;
	display:inline;
}

#header li a{
	font-family:"Cambria", "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	color:#3E4448;
	text-transform:uppercase;
	padding:10px;
}

#header li a:hover, #header li a.activo, #header ul.menu li:hover > a{
	color:#2e5581;
}

#header ul.menu ul{
	position:absolute;
	width:240px;
	text-align:left;
	margin:0px;
	padding:22px 0px 0px 0px;
	top:15px;
	left:0px;
	z-index:2;
}

#header ul ul li{
	margin:0px;
}

#header ul ul a{
	padding:10px;
	display:block;
	background:#fff;
}

.sf-sub-indicator{
	position:absolute;
	display:block;
	top:0px;
	right:0px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:url(../images/layout/arrows-ffffff.png) no-repeat 0px -100px;
	text-indent:-999em;
}

a:hover > .sf-sub-indicator, li:hover > a > .sf-sub-indicator{
	background-position:-10px -100px;
}

#contenedor{
	width:962px;
	margin:20px auto;
}

#slider{
	width:690px;
	height:406px;
	position:relative;
	float:left;
	margin-bottom:20px;
	z-index: 1;
}

.flexslider{
	width:100%;
	height:100%;
	position:relative;
}

.slides, .flex-control-nav, .flex-direction-nav{
	margin:0px;
	padding:0px;
	list-style:none;
}

.slides{
	text-align:center;
}

.flexslider .slides>li {
	display:none;
}

.flexslider .slides img {
	display:block;
	width:676px;
	height:290px;
	border:7px solid #bfbfbf;
}

.flex-caption {
	position:relative;
	display:inline-block;
	bottom:64px;
	z-index:8;
	height:47px;
	background:#fff;
	padding-top:10px;
}
.flex-caption:before {
	content:'';
	position:absolute;
	left:-75px;
	top:-3px;
	width:75px;
	height:60px;
	background:url(../images/layout/flex-caption-left.png) no-repeat;
}
.flex-caption:after {
	content:'';
	position:absolute;
	right:-75px;
	top:-3px;
	width:75px;
	height:60px;
	background:url(../images/layout/flex-caption-right.png) no-repeat;
}
.flex-caption p {
	font-size:15px;
	line-height:21px;
	color:#7c6658;
	overflow:hidden;
	max-height:21px;
	text-align:center;
}
.flex-caption p strong {
	font-family:'Trebuchet MS';
	font-size:14px;
	line-height:21px;
	color:#000;
	overflow:hidden;
	max-height:21px;
}
.flex-caption a {
	color:#050505;
}
.flex-caption a:hover {
	color: #555;
}

.flex-control-nav {
	position:absolute;
	left:1px;
	bottom:0px;
	z-index:16;
}

.flex-control-nav li {
	position:relative;
	float:left;
	padding:6px;
	margin-left:15px;
	z-index:9;
	background:#bfbfbf;
}

.flex-control-nav li:first-child {
	margin-left:0px;
}
.flex-control-thumbs img {
	width:100px;
	height:73px;
	border:1px solid transparent;
	cursor:pointer;
}
.flex-control-thumbs img:hover {
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80) -o-transition:opacity 1s;
	-moz-transition:opacity 0.2s;
	-webkit-transition:opacity 0.2s;
	transition: opacity 0.2s;
}

.flex-control-thumbs img.flex-active {
	border-color:#870027;
}

.flex-control-thumbs li.flex-active {
	background:#fff;
	-moz-box-shadow:0px 0px 3px #777;
	-webkit-box-shadow:0px 0px 3px #777;
	box-shadow:0px 0px 3px #777;
}

.flex-direction-nav {
	position:absolute;
	bottom:9px;
	right:14px;
	width:28px;
	z-index:21;
}

.flex-direction-nav li a.flex-next {
	text-indent:-9999px;
	display:block;
	float:left;
	width:28px;
	height:29px;
	background:url(../images/layout/flex-next-arrow.png) no-repeat;
}

.flex-direction-nav li a.flex-prev {
	text-indent:-9999px;
	clear:both;
	float:left;
	width:28px;
	height:41px;
	background:url(../images/layout/flex-prev-arrow.png) no-repeat;
}

.flex-next:hover, .flex-prev:hover {
	opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60) -o-transition:opacity 1s;
	-moz-transition:opacity 1s;
	-webkit-transition:opacity 1s;
	transition: opacity 1s;
}

#buscador{
	width:250px;
	float:right;
	background:#fff;
	padding:0px 0px 25px 0px;
}

#buscador h4{
	padding:15px 0px 15px 22px;
	background:#636363;
	color:#fff;
	font-size:14px;
	text-align:left;
	text-transform:uppercase;
}

input.custom-style{
	display:none;
}

.switcher{
	padding:17px;
	padding-bottom:27px;
}

.switcher * {
	line-height:21px;
	float:left;
	height:21px;
	color:#444;
}

.switcher a:hover{
	color:#325a86;
}

.switcher-bg{
	margin:0px 35px;
	padding:0px 1px;
	width:57px;
	background:url(../images/layout/switcher_bg.png) no-repeat center center;
}

.switcher-bg span {
	position:relative;
	width:21px;
	background:url(../images/layout/switcher_circle.png) no-repeat center center;
}

.row{
	padding:5px 13px;
}

select.normal{
	width:220px;
}

.row .left {
	margin-right:7px;
}
.row select.left, .row select.right {
	width:104px !important;
}

.selectbox-dropdown {
	position:relative;
	line-height:28px;
	border:#e1e1e1 solid 1px;
	background:#fff;
	height:28px;
	color:#444;
	cursor:default;
	display:inline-block;
	margin-bottom:10px;
}

.selectbox-dropdown .selectbox-label {
	padding:1px 8px;
	display:inline-block;
	white-space:nowrap;
	overflow: hidden;
}

.selectbox-dropdown .selectbox-arrow {
	position:absolute;
	top:0px;
	right:0px;
	width:30px;
	height:100%;
	border-left:#e1e1e1 solid 1px;
	background:url(../images/layout/selectbox-arrow-bg.png) no-repeat center center;
}

.selectbox-dropdown .selectbox-arrow:hover {
	cursor:pointer;
	opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60) -o-transition:opacity 1s;
	-moz-transition:opacity 1s;
	-webkit-transition:opacity 1s;
	transition: opacity 1s;
}

.selectbox-dropdown-menu {
	position:absolute;
	z-index:99999;
	max-height:200px;
	min-height:1em;
	border:1px solid #e1e1e1;
	/* should be the same border width as .selectbox-dropdown */
	background:#fff;
	-moz-box-shadow:0 2px 6px rgba(0,0,0,.2);
	-webkit-box-shadow:0 2px 6px rgba(0,0,0,.2);
	box-shadow:0 2px 6px rgba(0,0,0,.2);
	overflow:auto;
}

.selectbox-dropdown-menu a {
	color:#444;
}
a.selectbox:hover {
	color:#444;
}
.selectbox-dropdown:focus,.selectbox-dropdown:focus .selectbox-arrow {
	border-color:#e1e1e1;
}

.selectbox-options,.selectbox-options li,.selectbox-options li a {
	list-style:none;
	display:block;
	cursor:default;
	padding:0;
	margin:0;
}
.selectbox-options li a {
	line-height:1.5;
	padding:0.4em .5em;
	white-space:nowrap;
	overflow:hidden;
	background:6px center no-repeat;
}
.selectbox-options li.selectbox-hover a {
	background-color:#eee;
}
.selectbox-options li.selectbox-disabled a {
	color:#888;
	background-color:transparent;
}
.selectbox-options li.selectbox-selected a {
	background-color:#B5C9CC;
}
.selectbox-options .selectbox-optgroup {
	color:#666;
	background:#eee;
	font-weight:bold;
	line-height:1.5;
	padding:0 .3em;
	white-space: nowrap;
}

.selectbox-inline {
	outline:none;
	border:solid 1px #BBB;
	background:#FFF;
	display:inline-block;
	overflow:auto;
}
.selectbox-inline:focus {
	border-color: #666;
}

.selectbox.selectbox-disabled {
	color:#888 !important;
}

.selectbox-dropdown.selectbox-disabled .selectbox-arrow {
	opacity:.5;
	filter:alpha(opacity=50);
	border-color:#666;
}

.selectbox-inline.selectbox-disabled {
	color:#888 !important;
}

.selectbox-inline.selectbox-disabled .selectbox-options A {
	background-color: transparent !important;
}

#buscador input[type="submit"] {
	clear:both;
	float:left;
	margin:5px 10px 0px 0px;
	font-size:12px;
	color:#fff;
	border:none;
	height:30px;
	line-height:30px;
	padding:0px 30px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#4d77a4;
	/* Old browsers */
	background:-moz-linear-gradient(top,#4d77a4 0%,#295280 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4d77a4),color-stop(100%,#295280));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#4d77a4 0%,#295280 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#4d77a4 0%,#295280 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#4d77a4 0%,#295280 100%);
	/* IE10+*/
	background:linear-gradient(top,#4d77a4 0%,#295280 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d77a4',endColorstr='#295280',GradientType=0 );
	/* IE6-9 */
}

#buscador input[type="submit"] {
	float:right;
	margin-right:0px;
}
#buscador input[type="submit"]:hover {
	float:right;
	margin-right:0px;
	cursor:pointer;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80) -o-transition:opacity 1s;
	-moz-transition:opacity 1s;
	-webkit-transition:opacity 1s;
	transition:opacity 1s;
}

#contenido{
	padding:25px;
	width:690px;
	float:left;
	background:#fff;
}

#contenido p{
	font-size:13px;
	line-height:20px;
	color:#8d8d8d;
}

#contenido h3{
	margin-bottom:15px;
	color:#464646;
	font-size:18px;
	font-weight:bold;
}

#contenido h3 a{
	color:#464646;
}

#contenido h3 a:hover{
	color:#767676;
}

#contenido.no-bg{
	padding:0px !important;
	width:740px;
	background:none;
}

#contenido .acerca{
	text-align:center;
	padding:16px 20px;
	width:315px;
	background:#fff;
	float:left;
}

#contenido .acerca img{
	margin-bottom:15px;
	border:#ebebeb 7px solid;
	width:200px;
	border-radius:200px;
	-moz-border-radius:200px;
	-webkit-border-radius:200px;
}

#contenido .servicios{
	width:368px;
	float:right;
}

#contenido .servicios h3{
	margin-bottom:7px;
}

#contenido .servicios ul{
	margin:0px;
	padding:0px;
	display:block;
}

#contenido .servicios li{
	margin:0px;
	list-style:none;
	display:block;
	padding:20px 16px;
	margin-top:17px;
	background:#fff;
}

#contenido .servicios li:first-child {
	margin-top:0px;
}

#contenido .servicios li img {
	float:left;
	margin-right:15px;
}

#contenido .servicios li p {
	margin-left:82px;
	max-height:60px;
	overflow:hidden;
}

#listado{
	padding-bottom:8px;
}

DIV.caja {
	position:relative;
	margin:15px 13px 0px 0px;
	padding:10px;
	width:218px;
	height:286px;
	float:left;
	background:url(../images/layout/border-bottom.png) no-repeat center 99.5% #fff;
}

.caja:after {
	position:absolute;
	bottom:-8px;
	left:0px;
	width:237px;
	height:7px;
	content:"";
	background:url(../images/layout/shadow.png) no-repeat center center;
}

.caja .next {
	position:absolute;
	top:14px;
	right:10px;
	width:8px;
	height:16px;
	text-indent:-9999px;
	background:url(../images/layout/box-next.png) no-repeat;
}
.caja .prev {
	position:absolute;
	top:14px;
	left:10px;
	width:8px;
	height:16px;
	text-indent:-9999px;
	background:url(../images/layout/box-prev.png) no-repeat;
}

.images-available-num {
	padding:5px 0px 15px 20px;
	font-family: "Cambria", "Times New Roman", Times, serif;
	font-size:13px;
	text-transform:uppercase;
	text-align:center;
	color:#959ba0;
	background:url(../images/layout/image-icon.png) no-repeat 30px 3px;
}

.images-available-container a {
	display:block;
	background:#f0f0f0;
	padding:6px;
}

.images-available-container a img {
	border:1px solid #b0b0b0;
	width:203px;
	height:153px;
}

.precio {
	color:#8c2626;
	font-family:Georgia;
	font-weight:bold;
	font-size:14px;
	padding:12px 0 15px 0;
	text-align:center;
}

.ampliar {
	height:32px;
	width:238px;
	margin-left:-10px;
	text-align:center;
	background:url(../images/layout/ampliar.png) no-repeat center center;
}
.ampliar a {
	line-height:32px;
	font-family: "Cambria", "Times New Roman", Times, serif;
	font-size:14px;
	color:#0f376a;
	text-transform:uppercase;
}

.ampliar a:hover {
	opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60) -o-transition:opacity 1s;
	-moz-transition:opacity 1s;
	-webkit-transition:opacity 1s;
	transition: opacity 1s;
}

.slides_control{
	position:relative;
}

.box-item-hover {
	position:absolute;
	top:0px;
	left:0px;
	margin:6px;
	width:175px;
	height:125px;
	padding:15px;
	background:rgba(40,40,40,0.9);
	background:#000;
	cursor:pointer;
	display:none;
	z-index:9999;
}
.box-item-hover p {
	text-align:center;
	font-size:14px;
	color:#c1c1c1;
	line-height:26px;
	margin-bottom:3px;
}
.box-item-hover p.title {
	color:#fff !important;
	height:42px;
	overflow:hidden;
}
.box-item-hover span.video-icon {
	display:inline-block;
	height:26px;
	line-height:26px;
	padding-left:25px;
	background:url(../images/layout/box-video-icon.png) no-repeat left center;
}
.box-item-hover a.map-link {
	position:absolute;
	left:50%;
	margin-left:-37px;
	bottom:0px;
	width:74px;
	height:19px;
	padding:0px;
	background: url(../images/layout/box-map-icon.png) no-repeat;
}

#footer{
	width:100%;
	background:#282828 url(../images/layout/footer-bg.png) repeat;
	margin-top: 55px;
	position:relative;
}

#footer:after{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	height:8px;
	background:url(../images/layout/footer-shadow.png) repeat;
}

#footer .contenido{
	width:962px;
	margin:auto;
}

#footer ul{
	margin:0px;
	padding:0px;
}

#footer li{
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	width:296px;
	margin-left:37px;
}

#footer h3{
	font-family: "Cambria", "Times New Roman", Times, serif;
	font-size: 18px;
	color: #fff;
	margin: 31px 0px 19px 0px;
}

#footer .contenedor{
	width:100%;
}

#footer .agentes{
	width:312px !important;
	padding-top:6px;
}

#footer .noticias li{
	margin-top:20px;
	margin-left:0px;
}

#footer .noticias a{
	color:#a4a4a4;
	font-size:13px;
}

#footer .noticias a:hover{
	color:#579cf2;
}

#footer label{
	margin-bottom:5px;
	display:inline-block;
	font-size:12px;
	color:#a4a4a4;
}

#footer label.error span{
	margin-left:10px;
	color:#F30;
}

#footer input{
	background:#eee;
	border:none;
	color:#000;
	font-size:12px;
	margin-bottom:5px;
	padding:2px;
	width:280px;
	display:block;
}

#footer textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	width:280px;
	border:none;
	background:#eee;
	margin-bottom:10px;
}

#footer .contacto input[type="submit"] {
	width:auto;
	float:right;
	padding:7px 28px;
	font-family:arial;
	font-size:13px;
	border:none;
	color:#1c1c1c;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#ffffff;
	/* Old browsers */
	background:-moz-linear-gradient(top,#ffffff 0%,#d2d2d2 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#d2d2d2));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#ffffff 0%,#d2d2d2 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#ffffff 0%,#d2d2d2 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#ffffff 0%,#d2d2d2 100%);
	/* IE10+*/
	background:linear-gradient(top,#ffffff 0%,#d2d2d2 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#d2d2d2',GradientType=0 );
	/* IE6-9 */
}
#footer .contacto input[type="submit"]:hover {
	cursor:pointer;
	background:#325a87;
	color:#fff;
	transition:color 0.2s linear;
	-moz-transition:color 0.2s linear;
	-webkit-transition:color 0.2s linear;
	-o-transition:color 0.2s linear;
}

#arriba{
	text-align:center;
	margin-top:60px;
	background:url(../images/layout/back-to-top-bg.png) repeat-x;
	height:33px;
}

#arriba a{
	display:inline-block;
	width:43px;
	height:43px;
	margin-top:-21px;
}

#arriba a:hover {
	opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60) -o-transition:opacity 1s;
	-moz-transition:opacity 1s;
	-webkit-transition:opacity 1s;
	transition:opacity 1s;
}

#derecha{
	width:205px;
	float:right;
}

#derecha h3{
	font-family: "Cambria", "Times New Roman", Times, serif;
	font-size:15px;
	color:#474747;
	border-bottom:dotted #b8b8b8 1px;
	padding:16px 13px;
	text-transform:uppercase;
}

#derecha ul{
	margin:0px;
	padding:0px;
}

#derecha li{
	margin:13px 0px 0px 0px;
	padding:0px;
	list-style:none;
	display:block;
	background:#fff;
}

#derecha .derecha_servicios{
	padding:13px;
	overflow:hidden;
}

#derecha .servicios_contenedor{
	border-bottom:#dfdfdf 1px solid;
	padding-bottom:10px;
	height:174px;
}

#derecha .servicios_contenedor .slides_control div{
	width:179px;
	float:left;
	height:174px;
}

#derecha .servicios_contenedor p{
	line-height:20px;
	font-style:italic;
	font-family: "Cambria", "Times New Roman", Times, serif;
	color:#7b8089;
	font-size:14px;
}

#derecha .derecha_servicios .next, #derecha .derecha_servicios .prev {
	float:right;
	margin-top:9px;
	width:28px;
	height:28px;
	text-indent:-9999px;
}
#derecha .derecha_servicios .next {
	background:url(../images/layout/flex-next-arrow.png) no-repeat;
}
#derecha .derecha_servicios .prev {
	background:url(../images/layout/flex-prev-arrow.png) no-repeat;
	margin-right:4px;
}

#derecha .derecha_servicios .prev:hover, #derecha .derecha_servicios .next:hover {
	opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60) -o-transition:opacity 1s;
	-moz-transition:opacity 1s;
	-webkit-transition:opacity 1s;
	transition:opacity 1s;

}

#derecha .derecha_servicios ul.pagination {
	float:left;
	margin:22px 0px 0px 0px;
	padding:0px;
}
#derecha .derecha_servicios ul.pagination li {
	float:left;
	padding:0px;
	margin:0px 0px 0px 5px;
}
#derecha .derecha_servicios ul.pagination li:first-child {
	margin-left:0px;
}
#derecha .derecha_servicios ul.pagination li a {
	display:block;
	width:8px;
	height:8px;
	text-indent:-9999px;
	background:#c3c3c3;
}
#derecha .derecha_servicios ul.pagination li.current a {
	margin-left:0px;
	background:#404040;
}

#busqueda_rapida{
	background:#fff;
	margin-bottom:15px;
	position:relative;
	width:100%;
}

#busqueda_rapida .mostrar_ocultar{
	position:absolute;
	top:8px;
	right:9px;
	width:26px;
	height:27px;
	text-indent:-9999px;
	background:url(../images/layout/mas-icon.png) left top no-repeat;
}

#busqueda_rapida .slideToggle{
	display:none;
}

#busqueda_rapida #buscador{
	padding:0px;
	float:none;
	width:718px;
}

#busqueda_rapida #buscador h4{
	width:100%;
}

#busqueda_rapida .row{
	width:213px;
	float:left;
}

.detalle{
	background:#fff;
	margin-bottom:15px;
	width:100%;
}

.detalle h1{
	padding:17px;
	background:url(../images/layout/header_bg.png) repeat;
	color:#fff;
	font-size:14px;
}

.detalle #imagen{
	width:740px;
}

.detalle .detalles{
	clear:both;
	float:left;
	background:url(../images/layout/separador_v.png) repeat-y right top;
	padding:15px 10px 15px 0px;
}

.detalle .detalles p{
	width:280px;
	color:#325a86;
	font-style:italic;
	clear:both;
}

.detalle .detalles strong{
	width:135px;
	float:left;
	text-align:right;
	color:#8b8b8b;
	font-weight:normal;
	font-size:12px;
}

.detalle .detalles u{
	width:135px;
	float:right;
	font-style:normal;
	font-size:12px;
	color:#325a86;
	text-decoration:none;
	margin-bottom:10px;
}

.detalle .descripcion{
	width:400px;
	float:right;
	padding:15px 25px;
}

.detalle .separador{
	background:url(../images/layout/separador_h.png) no-repeat;
	float:left;
	height:3px;
	width:100%;
}

#derecha #mapa{
	margin:0px auto 15px auto;
	width:205px;
	height:205px;
	background:#fff;
}

#mapa span{
	visibility:hidden;
}

#imagenes{
	position:relative;
	width:740px;
	height:555px;
}

#imagenes .flexslider .slides img{
	border:none;
	width:740px;
	height:555px;
}

#imagenes .flex-control-nav{
	padding:20px 0px 0px 10px;
	position:relative;
	display:block;
	width:650px;
	float:left;
}

#imagenes .flex-control-nav li{
	margin-bottom:10px;
}

#imagenes .flex-control-nav img{
	width:100px;
	height:75px;
}

#imagenes .flex-direction-nav {
	margin:0px;
	padding:40px 0px 0px 0px;
	position:relative;
    z-index: 21;
	float:right;
}

#contacto{
	margin:20px 0px;
}

#contacto label{
	padding-right:10px;
	margin-bottom:5px;
	display:inline-block;
	font-size:12px;
	color:#333;
	width:200px;
	text-align:right;
	vertical-align:top;
}

#contacto label.error{
	text-align:left;
	width:180px;
}

#contacto label.error span{
	margin-left:10px;
	color:#F30;
}

#contacto input{
	background:#eee;
	border:none;
	color:#000;
	font-size:12px;
	margin-bottom:5px;
	padding:2px;
	width:280px;
	display:inline-block;
}

#contacto textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	width:280px;
	border:none;
	background:#eee;
	margin-bottom:10px;
}

#contacto input[type="submit"] {
	margin:0px 0px 0px 210px;
	display:block;
	width:auto;
	padding:7px 28px;
	font-family:arial;
	font-size:13px;
	border:none;
	color:#1c1c1c;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#ffffff;
	/* Old browsers */
	background:-moz-linear-gradient(top,#ffffff 0%,#d2d2d2 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#d2d2d2));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#ffffff 0%,#d2d2d2 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#ffffff 0%,#d2d2d2 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#ffffff 0%,#d2d2d2 100%);
	/* IE10+*/
	background:linear-gradient(top,#ffffff 0%,#d2d2d2 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#d2d2d2',GradientType=0 );
	/* IE6-9 */
}
#contacto input[type="submit"]:hover {
	cursor:pointer;
	background:#325a87;
	color:#fff;
	transition:color 0.2s linear;
	-moz-transition:color 0.2s linear;
	-webkit-transition:color 0.2s linear;
	-o-transition:color 0.2s linear;
}

.errores label{
	width:100%;
	margin:10px 0px;
	padding:3px 10px;
	font:bold 10px Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
	background:#a00;
}

p.error, p.ok{
	font-size:11px !important;
	margin:10px;
	padding:5px;
	background:#a00;
	color:#fff !important;
	line-height:16px;
}

p.error, p.ok{
	border:#d00 solid 1px;
}

p.ok{
	background:#060;
	border:#0d0 solid 1px;
}

.paginador{
	margin:20px 0px 0px 0px;
	display:block;
}

.paginador ul{
	margin:0px;
	padding:0px;
}

.paginador li{
	margin:0px 4px 0px 0px;
	padding:0px;
	float:left;
	list-style:none;
}

.paginador li a{
	display:block;
	background:#ffffff;
	/* Old browsers */
	background:-moz-linear-gradient(top,#ffffff 0%,#e9e9e9 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e9e9e9));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#ffffff 0%,#e9e9e9 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#ffffff 0%,#e9e9e9 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#ffffff 0%,#e9e9e9 100%);
	/* IE10+*/
	background:linear-gradient(to bottom,#ffffff 0%,#e9e9e9 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#e9e9e9',GradientType=0 );
	/* IE6-9 */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	box-shadow:0 1px 1px #a7a7a7;
	color:#595959;
	padding:7px 10px;
}

.paginador li a.activo, .paginador li a:hover{
	color:#fff;
	background:#53779f;
	/* Old browsers */
	background:-moz-linear-gradient(top,#53779f 0%,#3d6189 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#53779f),color-stop(100%,#3d6189));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#53779f 0%,#3d6189 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#53779f 0%,#3d6189 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#53779f 0%,#3d6189 100%);
	/* IE10+*/
	background:linear-gradient(to bottom,#53779f 0%,#3d6189 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#53779f',endColorstr='#3d6189',GradientType=0 );
	/* IE6-9 */
}

.paginador li:first-child {
	margin-left: 0px;
}