body{
	font-family: Arial, sans-serif;
	font-size:100%; 
}
a:link {
	color: #FF8000;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
}
a:visited {
	color: #999;
}
a:hover {
	color: #D93600;
}
a:active {
	color: #666;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	text-align:justify;
	margin-bottom:10px;
	color:#FFF;
}
h1{
	font-family: Transit-Normal, Arial, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:30px;
	color:#FFF;
}
h2{
	font-family:Candara, Arial;
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:15px;
	color:#FFF;
}
h3{
	font-family:Candara, Arial;
	font-size:12px;
	color:#000;
	text-transform:uppercase;
	margin-bottom:10px;
	margin-top:10px;
	color:#FFF;
}
h4{
	font-family:Candara, Arial;
	font-size:12px;
	color:#FFF;
	text-transform:uppercase;
	margin-bottom:10px;
	margin-top:20px;
}
h5{
	font-family:Arial;
	font-size:11px;
	color:#666;
	line-height:15px;
	text-transform:uppercase;
	padding-bottom:5px;
}
ul	{
	font-size:11px;
	list-style-position:inside;
	line-height:16px;
	padding-left:25px;
	padding-top:10px;
	color:#FFF;
}
ol	{
	font-size: 11px; 
}

/*-------------------------------------------------etiquetas*/
#cuerpo {
    width:1000px;
    margin: 0 auto;
	background-color:#AF2300;
	}
#encabezado {
	height:300px;
	}
#publicados{
	float:left;
	width:900px;
	background-image:url(_images/bg_contenido.png);
	background-repeat:repeat-x;
	background-color:#AF2300;
	padding:0px 50px 100px 50px;
	}
#publicados li{
    margin: 10px 60px;
    list-style: disc;
	}

/*-------------------------------------------------menu superior*/
nav {
	background-image:url(_images/bg_nav.png);
    height: 100px;
	padding-left:370px;
}
nav li{
	padding-top:25px;
	padding-left:5px;
	float:left;
	height:40px;
	line-height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
}
nav ul li a {
    color:#ffffff;
    text-decoration: none;
    display:block;
}
nav ul li a:hover{
    color: #00CCFF;
}

/*-------------------------------------------------publicaciones*/
#publicado-r{
	float:right;
	width:550px;
	padding-top:15px;
	}
#publicado-l{
	float:left;
	width:300px;
	padding-top:15px;
	}
#publicado-l h1, #publicado-l h2, #publicado-l h3{
	padding-top:25px;
	}
#publicado-r h1, #publicado-r h2, #publicado-r h3{
	padding-top:25px;
	}
/*-----------------------------------------------------footer*/
#footer{
	margin:auto;
}
#footerinfo{
	background-image:url(_images/bg_footer.png);
	margin:auto;
	width:900px;
	height:320px;
	padding-top:30px;
	font-family:Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#999;
}
/*-----------------------------------------------------varios*/

#figure_left{
	float:left;
    padding: 5px;
    background: #eee;
    border: 1px solid #fff;
    margin: 20px 5px 20px 20px;
	box-shadow: 0px 2px 10px #999;
    position: relative;
	width:250px;	
}
#figure_right{
	float:right;
    padding: 5px;
    background: #eee;
    border: 1px solid #fff;
    margin: 20px 5px 20px 20px;
	box-shadow: 0px 2px 10px #999;
    position: relative;
	width:250px;
	}
figcaption{
	text-aling: center;
	font: italic 10px arial, serif;	
}

.moreinfo{
	float:right;
	width:200px;
	background:#ddf;
	padding:10px;
	margin: 6px;
}

/*-----------------------------------------------------fondos*/
.bg_body{
	background-color:#EEEEEE;
}
.bg_clientes{
	background-image:url(_images/bg_clientes.png);
	background-repeat:no-repeat;
	height: 520px;
}

/*-----------------------------------------------------textos y tablas*/
.tabla-secondary-content{
	width:600px;
	margin: auto;
	border-collapse:separate;
	border-spacing:10px;
	}
.tabla-contactos{
	color:#fff;
	font-size:11px;
	margin-top:20px;
	margin-left:20px;
	border-collapse:separate;
	border-spacing:10px;
	}
/*-----------------------------------------------------imagenes*/
.img-left{
	float:left;
    padding: 5px;
    background: #eee;
    border: 1px solid #fff;
    margin: 20px 20px 20px 0px;
	box-shadow: 0px 2px 10px #999;
    position: relative;
}
.img-right{
	float:right;
    padding: 5px;
    background: #eee;
    border: 1px solid #fff;
    margin: 20px 5px 20px 20px;
	box-shadow: 0px 2px 10px #999;
    position: relative;
}
.img-center{
	display: block;
	margin:auto; 
	padding:20px 0px 10px 10px;
}
/*-----------------------------------------------------formulario de contacto*/
/*--- estilos para los ul y li del formulario ---*/

.contact_form ul {
    width:530px;
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.contact_form li{
    padding:10px; 
    border-bottom:1px solid #EEE;
    position:relative;
}
.contact_form label {
    color: #555555;
    display: inline-block;
    float: left;
    font-family: Arial;
    font-size: 11px;
    margin-top: 3px;
    padding: 3px;
    width: 90px;
}
/*----- estilos visuales de los elementos --------*/

.contact_form input, .contact_form textarea { 
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
    color: #888;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-right:30px;
    -moz-transition: padding .25s; 
    -webkit-transition: padding .25s; 
    -o-transition: padding .25s;
    transition: padding .25s;
}

.contact_form input:focus, .contact_form textarea:focus {
    background: #fff; 
    border:1px solid #555; 
    box-shadow: 0 0 3px #aaa; 
    padding-right:80px;
}
/* === Estilos de Validacion === */

.contact_form input:required:valid, .contact_form textarea:required:valid {
    box-shadow: 0 0 5px #00CCFF;
    border-color: #0066FF;
}

.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
    box-shadow: 0 0 5px #FF9900;
    border-color: #FF0000;
}
/* === Estilos del boton de Envio === d45252*/

button.submit {
	padding: 9px 17px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	color: #444;
	border: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
	background-image: -moz-linear-gradient(0% 100% 90deg, #BBBBBB, #FFFFFF);
	background-color: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
button.submit:hover {
	opacity:.55;
	cursor: pointer; 
	color: #fff;
}
button.submit:active {
	border: 1px solid #222;
	box-shadow: 0 0 10px 5px #444 inset; 
}


/*----------------------------------------------------- galeria proyectos*/
#container {
    width: 530px;
	margin: 10px auto;
}
ul.gallery { 
    list-style: none;
}
ul.gallery li a {
    float: left;
    padding: 5px;
    background: #eee;
    border: 1px solid #fff;
    margin:5px;
	margin-bottom:50px;
	box-shadow: 0px 2px 10px #999;
    position: relative;
}

ul.gallery li a.pic-1 {
    z-index: 1;
/*  -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);*/
}
ul.gallery li a.pic-2 {
    z-index: 5;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
}
ul.gallery li a.pic-3 {
    z-index: 3;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
}
ul.gallery li a.pic-4 {
    z-index: 4;
    -webkit-transform: rotate(14deg);
    -moz-transform: rotate(14deg);
}
ul.gallery li a.pic-5 {
    z-index: 2;
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
}
ul.gallery li a.pic-6 {
    z-index: 6;
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
}
ul.gallery li a:hover {
    z-index: 10;
    box-shadow: 3px 5px 15px #333;
}