@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);
/*font-family: 'Ubuntu Condensed', sans-serif;*/
a span
{
	display:none;
}
p,a,h1,h2,h3, h4
{
	font-family: 'Ubuntu Condensed', sans-serif;
}
a
{
	color:#344384;
	text-decoration:none;
}
.foo span
{
	display:none;
}
body
{
	overflow:hidden;
}
/*Home*/
#fssPrev, #fssPlayPause , #fssNext, #fssList
{
	display:none;
}

.fondos
{
	height:100%;
	position:absolute;
	width:100%;
	top:0;
	z-index:10;
}

.fondos #slideshow
{
	margin:0 auto;
}
.h_principal h1 
{
	background:url(../images/logo-main.png) no-repeat;
	height:84px;
	left:50%;
	top:150px;
	margin:0 0 0 -112px;
	position:absolute;
	width:224px;
}
.h_principal h1 span
{
	display:none;
}
.h_principal
{
	background:url(../images/bg_inicio.png) repeat;
	height:460px;
	margin: 35px auto 0 auto;
	position:relative;
	z-index:500;
	width:960px;
}
.menu
{
	overflow:hidden;
	position:relative;
	margin:0 auto;
	z-index:500;
	width:960px;
}
.menu li:first-child
{
	border-left:none;
}
.menu li
{
	border-left:3px solid #FFF;
	float:left;

}
.menu li a
{
    color: #FFFFFF;
    display: block;
    font-family: 'Ubuntu Condensed',sans-serif;
    font-size: 14px;
    height: 75px;
    padding-top: 55px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 157px;
}

.menu li.menu_1 a
{
	background: #2F456D ;
	width: 160px;
}
.menu li.menu_1 a:hover
{
	background:url(../images/assets_menu.png) no-repeat;
}
.menu li.menu_2 a
{
	background:#298F97;
}
.menu li.menu_2 a:hover
{
	background:url(../images/assets_menu.png) no-repeat -163px 0;
}
.menu li.menu_3 a
{
	background:#B5C738;
}
.menu li.menu_3 a:hover
{
	background:url(../images/assets_menu.png) no-repeat -320px 0;
}
.menu li.menu_4 a
{
	background:#E3CA26;
}
.menu li.menu_4 a:hover
{
	background:url(../images/assets_menu.png) no-repeat -480px 0;
}
.menu li.menu_5 a
{
	background:#FF931E;
}
.menu li.menu_5 a:hover
{
	background:url(../images/assets_menu.png) no-repeat -645px 0;
}
.menu li.menu_6 a
{
	background:#c04025;
}
.menu li.menu_6 a:hover
{
	background:url(../images/assets_menu.png) no-repeat -800px 0;
}
.menu_bottom
{
	margin:15px auto 0 auto;
	overflow:hidden;
	position:relative;
	width:960px;
	z-index:500;
}
.menu_bottom .menu_sec
{
	background: rgba(255,255,255,0.8);
	float:right;
	padding:0 10px;
	/*width:300px;*/
	z-index:200;
}
.menu_bottom .menu_sec li 
{
	
	float:left;
	height:20px;
	padding:5px 0;
}
.menu_bottom .menu_sec li:first-child a
{
	border-left:none;
}
.menu_bottom .menu_sec li a
{
	border-left:1px solid #333;
	color:#333;
	display:block;
	font-size:16px;
	float:left;
	height:18px;
	padding:0 5px;;
	text-transform:uppercase;
}
.menu_bottom .menu_sec li a:hover
{
	
	color:#666;
}
/*Termina Home*/

/*Categoria*/
.header
{
	background:#E8E9EB;
	height:59px;
	margin:35px auto 30px auto;
	padding:15px 0 0 30px;
	overflow: hidden;
	width:930px;
}
.header h1 {
    float: left;
}
.header h1 a
{
	background:url(../images/logo-interno.png) no-repeat;
	display:block;
	height:46px;
	width:124px;
}
.header a.ir_home
{
	background:url(../images/home.png) no-repeat;
	display:block;
	height:30px;
	float:right;
	margin:10px;
	width:30px;
}
.header a.ir_home:hover
{
	opacity:0.8;
}

.menu_i
{
	overflow:hidden;
	margin: 0 auto 30px auto;
	width:960px;
}

.menu_i li
{
	float:left;
	width:160px;
}
.menu_i li a
{
	color:#333;
	display:block;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:14px;
	padding: 3px 0;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	width:160px;
}
.menu_i li.activo a
{
	color:#FFF;
}
.menu_i li a:hover
{
	color:#FFF;
}
.menu_i .menu_1.activo a
{
	background:#2F456D;
}
.menu_i li.menu_1 a:hover
{
	background:#2F456D;
}
.menu_i .menu_2.activo a
{
	background:#298F97;
}
.menu_i li.menu_2 a:hover
{
	background:#298F97;
}
.menu_i .menu_3.activo a
{
	background:#B5C738;
}
.menu_i li.menu_3 a:hover
{
	background:#B5C738;
}
.menu_i .menu_4.activo a
{
	background:#E3CA26;
}
.menu_i li.menu_4 a:hover
{
	background:#E3CA26;
}
.menu_i .menu_5.activo a
{
	background:#FF931E;
}
.menu_i .menu_5 a:hover
{
	background:#FF931E;
}
.menu_i .menu_6.activo a
{
	background:#c04025;
}
.menu_i li.menu_6 a:hover
{
	background:#c04025;
}

.content
{
	height:400px;
	overflow:hidden;
	margin: 0 auto;
	width:960px;
}
.content .col_1
{
	background:#2F456D;
}
.content .col_2
{
	background:#298F97;
}
.content .col_3
{
	background:#B5C738;
}
.content .col_4
{
	background:#E3CA26;
}
.content .col_5
{
	background:#FF931E;
}
.content .left_col
{
	float:left;
	height:400px;
	position:relative;
	overflow:hidden;
	width:200px;
	margin-top: -10px;
}
.content .left_col .deslizar
{
	left:0;
	position:absolute;
}
.content .left_col ul
{
	background:#FFF;
	margin: 10px;
	float:left;
	width:180px;
}
.content .left_col ul li
{
	border-bottom:#CCC 1px solid;
}
.content .left_col ul li a
{
    color: #4C4C4C;
    display: block;
    font-size: 13px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
    text-decoration: none;
}
.content .left_col ul li.activo a
{
	background:#CCC;
}
.content .left_col ul li a:hover
{
	background:#AAA;
}

.content .left_col .pag_menu
{
	position:absolute;
	bottom:10px;
	overflow:hidden;
	text-align: center;
	width: 100%;
}
.content .left_col .pag_menu a
{
	background:url(../images/assets_menunav.png) no-repeat;
	cursor:pointer;
	display:inline-block;
	height:12px;
	margin: 0 3px;
	text-indent:-9999px;
	width:12px;	

}
.content .left_col .pag_menu a:hover, .content .left_col .pag_menu a.actual
{
	background-position:0 -12px;
}
.content .right_col
{
	float:right;
	height: 400px;
	width:750px;
}
.footer
{
	overflow:hidden;
	margin:10px auto 0 auto;
	width:960px;
}
.footer h2
{
	color:#666;
	font-size:13px;
	text-align:right;
	text-transform:uppercase;
}
.footer p
{
	color:#666;
	font-size:12px;
	text-align:right;
}
.footer a:hover
{
	 text-decoration:underline;
}
/*Termina Categoria*/

/*Single*/
.content .single_l
{
	background:#c04025;
}
.content .single
{
	background:url(../images/fondo_hojas.jpg) no-repeat rgba(255,255,255,0.8);
	position:relative;
}
.content .single div.sin
{
	background: rgba(255,255,255,1);
	min-height:210px;
	position:absolute;
	margin: 32px 0 0 100px;
	padding: 50px;
	width:450px;
}
.content .single div.sin.contacto {
    margin: 30px 130px !important;
    padding: 20px !important;
}

.content .single div.sin p
{
    color: #4C4C4C;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}
.content .single div.sin p.botones_c
{
	margin-top:10px;
    text-align: center;
}
.content .single div.sin p.short_p {
    float: left;
    width: 220px;
}
.content .single div.sin p input[type="text"] {
    border: 1px solid #CCCCCC;
    height: 20px;
    width: 420px;
}
.content .single div.sin p input[type="button"] {
    background:#c04025;
	border:none;
	color:#FFF;
	padding:5px;
}
.content .single div.sin p input[type="button"]:hover {
    background:#BF3F24;
	border:none;
	color:#FFF;
	padding:5px;
}
.content .single div.sin p input[type="button"]:active {
    background:#BF3F24;
	border:none;
	color:#666;
	padding:5px;
}
.content .single div.sin p textarea {
    border: 1px solid #CCCCCC;
    height: 70px;
    width: 420px;
}
.content .single div.sin p.short_p input {
    width: 200px;
}
.content .single div.sin h3
{
	 color:#4C8B3F;
	 font-size:16px;
	 margin-bottom:10px;
	 text-transform:uppercase;
}
.content .single div.sin h4
{
	 color:#666;
	 font-size:17px;
	 margin-bottom:10px;
}
.content .single div.sin a:hover
{
	 text-decoration:underline;
}
/*Termina Single*/


/* Estilos para galeria de fotos */
.clientes {
    margin: 0 !important;
    position: relative;
    width: 100% !important;
}
.tj_container{
	width:600px;
	height:400px;
	position:relative;
}
.clientes .tj_container {
    height: 400px;
    position: relative;
    width: 600px;
}
.tj_container .tj_gallery a{
	height:120px;
	overflow:hidden;
	width:190px;
}
.tj_container #clientes a{
	height:120px;
	overflow:hidden;
	width:140px !important;
}
.tj_nav{
    height: 70px;
    position: absolute;
    right: -100px;
    top: 160px;
    width: 39px;
}

.tj_nav span{
	background:transparent url(../images/prev.png) no-repeat top left;
	display: block;
	text-indent:-9000px;
	height:25px;
	opacity:1;
	margin-bottom: 30px;
	cursor:pointer;
	width:39px;
}
.tj_nav span.tj_next{
	background-image:url(../images/next.png);
}
.tj_nav span:hover{
	opacity:1.0;
}
.tj_wrapper{
	width:100%;
	height:100%;
	position:relative;
	margin:0px auto;
}
.clientes .tj_wrapper li {
    height: 120px;
    margin: 10px;
    width: 120px;
}
.tj_wrapper ul li{
	float:left;
}
.tj_wrapper ul li a{
	outline:none;
	display:block;
	margin:5px;
	/*background:transparent url(../images/bg_thumb.jpg) no-repeat center center;*/
}
.tj_wrapper ul li a img{
	display:block;
	border:none;
	opacity:1;
	-moz-box-shadow:2px 2px 4px #8e8e8e;
	-webkit-box-shadow:2px 2px 4px #8e8e8e;
	box-shadow:2px 2px 4px #8e8e8e;
}
.tj_wrapper ul li a img:hover{
	opacity:0.8;
}
/*Termina galeria*/

/*LightBOX*/
#layer
{
	background:#000;
	display:none;
	opacity:0;
	height:100%;
	position:absolute;
	width:100%;
	top:0;
	z-index:199;
}

#preloader
{
	background: url(../images/preloader.gif) no-repeat;
	display:none;
	height:43px;
	top:50%;
	left:50%;
	margin:-17px 0 0 -17px;
	position:absolute;
	width:43px;
	z-index:200;
}

.light
{
	background:#FFF;
	display:none;
	opacity:0;
	position:absolute;
	top:50%;
	left:50%;
	padding:3px;
	z-index:200;
}
.light .lightinn
{
	position:relative;
	overflow:hidden;
	width:100%;
}
.light .descripcion
{
    background: #000;
    bottom: 0;
    height: 82px;
	overflow: hidden;
	position: relative;
    width: 100%;
}
.light .descripcion p {
    color: #FFFFFF;
    float: left;
    font-family: Arial;
    font-size: 11px;
    font-weight: 400;
    padding: 24px;
    width: 50%;
}
.light .descripcion a {
    background: url("../images/assets_nav.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    float: right;
    font-family: arial;
    font-size: 19px;
    font-weight: bold;
    height: 24px;
    margin-top: -12px;
    position: absolute;
    right: 20px;
    text-decoration: none;
    text-indent: -9999px;
    top: 50%;
    width: 24px;
}
.light .descripcion a:hover{
  background-position: 0 -24px;
}

.nav {
    background: url("../images/assets_nav.png") repeat scroll 0 0 transparent;
   display: block;
    height: 24px;
    margin: -27px 15px 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 25px;
}

.next
{
    background-position: -48px -1px;
    right: 0;
}
.next:hover {
    background-position: -48px -25px;
}
.prev
{
	background-position: -25px -1px;
	left:0;
}
.prev:hover {
    background-position: -25px -25px;
}

#respuesta
{
	font-size:12px;
	opacity:0;
}

#respuesta
{
	font-size:12px;
	opacity:0;
}