@charset "utf-8";
.estilo {
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
    background-image:url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}.content {
	background-image: url(images/bg_content.png);
	height: 875px;
	padding-left: 50px;
	width: 829px;
}
.logo {
	background-image: url(images/logo2.png);
	text-indent: -9999px;
	height: 72px;
	width: 291px;
}
.logonombre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
}
.encabesado {
	padding-top: 35px;
}
.menu {
	background-image: url(images/menu.png);
	height: 78px;
	background-repeat: no-repeat;
}
.pie2 {
	background-image: url(images/bg_pie2.jpg);
	height: 80px;
}

.pie {
	background-image: url(images/bg_pie.jpg);
	height: 80px;
}
.galeria {
	margin-left: 3px;
}
.product{
	background-image: url(images/electricidad.gif);
	height: 295px;
	width: 223px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: left;
	padding-top: 50px;
	padding-right: 140px;
}
.product01{
	background-image: url(images/paileria.gif);
	height: 295px;
	width: 223px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: left;
	padding-top: 50px;
	padding-right: 140px;
}
.product02{
	background-image: url(images/mttoindustrial.gif);
	height: 295px;
	width: 223px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: left;
	padding-top: 50px;
	padding-right: 140px;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
.bienvenidos {
    background-image: url(images/bienvenidos.png);
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	height: 67px;
}




/* Galeria Principal */




a, a:visited {
	color:blue;
	text-decoration:none;
}
.theme-default #slider {
    width:720px; /* Make sure your images are the same size */
    height:283px; /* Make sure your images are the same size */
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
.quienesomos {
margin-top: 20px;
}
.textoquienesomos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding-top: 5px;
	padding-right: 70px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.textoquienesomos h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CC0000;
}
.linea {
	background-color: #CC0000;
}
.tt_contacto {
	background-image: url(images/tt_contacto.gif);
	text-indent: -9999px;
	background-repeat: no-repeat;
	height: 29px;
	width: 124px;
	margin-top: 10px;
}
.contacto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding-bottom: 2px;
	padding-top: 10px;
}
.textocontacto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 53px;
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 17px;
}





/* Galeria de Proyectos */


.lb-album{
	width: 900px;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	float: left;
}
.lb-album li{
	float: left;
	position: relative;
}
.lb-album li > a,
.lb-album li > a img{
	display: block;
}
.lb-album li > a{
	position: relative;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: -2px;
}
.lb-album li > a span{
	position: absolute;
	width: 180px;
	height: 213px;
	left: 11px;
	text-align: center;
	color: #FF6600;
	font-size: 24px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE9*/
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	font-family: Arial, Helvetica, sans-serif;
	top: 120px;
	font-weight: bold;
	line-height: 150px;
}
.lb-album li > a:hover span{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE9*/
}
.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	background: rgb(204,204,204);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(123,123,123,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(123,123,123,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(123,123,123,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(123,123,123,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(123,123,123,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(123,123,123,1) 100%);
}
.lb-overlay > div{
	position: relative;
	color: rgba(27,54,81,0.8);
	width: 550px;
	height: 80px;
	margin: 40px auto 0px auto;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
}
.lb-overlay div h3,
.lb-overlay div p{
	padding: 0px 20px;
	width: 200px;
	height: 60px;
}
.lb-overlay div h3{
	font-size: 36px;
	float: left;
	text-align: right;
}
.lb-overlay div h3 span,
.lb-overlay div p{
	font-size: 16px;
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
}
.lb-overlay div h3 span{
	display: block;
	line-height: 6px;
}
.lb-overlay div p{
	font-size: 16px;
	text-align: left;
	float: left;
	width: 260px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.lb-overlay a.lb-close{
	z-index: 1001;
	position: absolute;
	top: 43px;
	left: 50%;
	text-align: center;
	width: 69px;
	height: 30px;
	overflow: hidden;
	margin-left: -25px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE9*/
	background-image: url(proyectos/images/close.png);
}
.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 100%;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE9*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.lb-prev, .lb-next{
	text-indent: -9000px;
	position: absolute;
	top: -32px;
	width: 24px;
	height: 25px;
	left: 50%;
	opacity: 0.8;
	filter: alpha(opacity=80); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /*IE9*/

}
.lb-prev:hover, .lb-next:hover{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE9*/
}
.lb-prev{
	margin-left: -30px;
	background-image: url(images/arrows.html);
	background-repeat: no-repeat;
	background-position: left top;
}
.lb-next{
	margin-left: -30px;
	background-image: url(images/arrows.html);
	background-position: right top;
}
.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
}
.lb-overlay:target img,
.lb-overlay:target a.lb-close{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE9*/
}
/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
x:-o-prefocus, .lb-overlay img {
    height: 100%;
}
.content2 {
	background-image: url(images/bg_content.png);
	height: 45px;
	padding-left: 50px;
	width: 829px;
}
.curriculum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(images/curriculum.gif);
	height: 33px;
	width: 716px;
	padding-left: 15px;
	vertical-align: middle;
}
.textovitual {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 50px;
}
.proyectos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 50px;
}
.iterab {
	padding-right: 50px;
}
