article, section, aside, hgroup, nav,  header, footer, figure, figcaption {
 display: block;
}

body{
	font-family: Arial, sans-serif;
	font-size:100%; 
}
a:link {
	color: #0CF;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
}
a:visited {
	color: #0CF;
}
a:hover {
	color: #FFA64D;
}
a:active {
	color: #0CF;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	text-align:justify;
	margin-bottom:10px;
}
h1{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:30px;
}
h2{
	font-family:Candara, Arial;
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:15px;
}
h3{
	font-family:Candara, Arial;
	font-size:12px;
	color:#000;
	text-transform:uppercase;
	margin-bottom:10px;
}
h4{
	font-family:Candara, Arial;
	font-size:12px;
	color:#09C;
	text-transform:uppercase;
	margin-bottom:10px;
}
h5{
	font-family:Candara, Arial;
	font-size:12px;
	color:#F90;
	text-transform:uppercase;
	margin-bottom:10px;
}
ul	{
	font-size:11px;
	list-style-position:inside;
	line-height:16px;
	padding-left:30px;
}
ol	{
	font-size: 11px; 
}

/*-------------------------------------------------etiquetas*/
#wrap {
    width:1000px;
    margin: 0 auto;
}
#innerwrap {

	}

#innerwrap:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#masthead {
	background-image:url(_images/bg_masthead.png);
	height:110px;
}

/*-------------------------------------------------menu superior*/
nav {
	background-image:url(_images/bg_nav.png);
	height: 90px;
	padding-left:50px;
}
nav li{
	float:left;
	height:40px;
	line-height:40px;
	padding-left:20px;
	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*/

#main{
	float:center;
	margin: auto;
	width:1000px;

	background-image:url(_images/bg_main.png);
	/*padding-top:30px;
	padding-left:100px;*/
}
#main li{
    margin: 10px 60px;
    list-style: disc;
}
#secondary-content{
	float:right;
	width:330px;
	color:#666666;
}
#secondary-content h1, #secondary-content h2, #secondary-content h3{
	margin-left:30px;
    margin-right:30px;
	padding-top:25px;
}
#secondary-content p{
	font-size:11px;
	margin-top:10px;
	margin-left:30px;
    margin-right:70px;
}
/*#secondary-content-blanco{
	float:right;
	width:330px;
	color:#FFFFFF;
}
#secondary-content-blanco h1, #secondary-content-blanco h2, #secondary-content-blanco h3{
	margin-left:30px;
    margin-right:30px;
	padding-top:15px;
}
#secondary-content-blanco p{
	font-size:11px;
	margin-left:30px;
    margin-right:30px;
}*/

/*-----------------------------------------------------footer*/
#footer{
	margin:auto;
	background-image:url(_images/bg_footer.png);
	background-repeat: repeat-x;
}
#siteinfo{
	margin:auto;
	background-image:url(_images/bg_siteinfo.png);
	background-repeat: repeat-x;
	width:1000px;
	height:150px;
	padding-top:10px;
}

/*-----------------------------------------------------banner*/
#slideshow{
background: url(_images/slide_01.png);
width: 1000px;
heigth: 400px;
animation: animado 10s;
-moz-animation: animado 10s;
-webkit-animation: animado 10s;
-webkit-animation-iteration-count: infinite;
}

@keyframes animado{
0% 		{left:0px;}
33%		{transition: 1s; background: url{_images/slide_02.png} no-repeat center;}
67%		{transition: 1s; background: url{_images/slide_03.png} no-repeat center;}
100%	{left: 0px;}
}

@-webkit-keyframes animado{
0% 		{left:0px;}
33%		{transition: 1s; background: url{_images/slide_02.png} no-repeat center;}
67%		{transition: 1s; background: url{_images/slide_03.png} no-repeat center;}
100%	{left: 0px;}
}

/*-----------------------------------------------------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-image:url(_images/bg_body.png);
	background-repeat:no-repeat;
}
.bg_footer{
	background-image:url(_images/bg_siteinfo.png);
	background-repeat:no-repeat;
	width:1000px;
}
.bg_publicaciones{
	background-image:url(_images/bg_publicaciones_01.png);
	background-repeat:no-repeat;
}
.bg_idioma{
	width:300px;
	position:absolute; top:90px; left:870px;
	font-size:11px;
	color:#CCC;
}

/*-----------------------------------------------------textos*/
.text-publicaciones{
	margin:0px 150px 0px 150px;
	background-image:url(_images/bg_publicaciones_01.png);
	background-repeat:no-repeat;
	font-weight:normal;
	font-size:11px;
	line-height:16px;
	text-align:justify;
	padding:80px 0px 50px 50px;
}
.text-publicaciones li { 
    list-style:disc;
}
.text-proyectos{
	font-weight:normal;
	line-height:16px;
	text-align:justify;
	margin:0px 120px 0px 120px;
	padding-top:50px;
	padding-bottom:50px;
}
.text-proyectos02{
	font-weight:normal;
	line-height:16px;
	text-align:justify;
	margin:0px 100px 0px 100px;
	padding-top:25px;
}
.text-contenidos{
	font-weight:normal;
	line-height:16px;
	text-align:justify;
	margin:0px 150px 0px 150px;
	padding-top:50px;
	padding-bottom:50px;
}
.text-contenidos li { 
    list-style:disc;
}
.text-footer{
	margin-top:40px;
	font-size:11px;
	text-align:center;
	line-height:10px;
	color:#0CF;	
}
.text-footer-enlaces{
	background-image:url(_images/bg_footer_enlaces.png);
	background-repeat:no-repeat;
	height:25px;
	color:#333;
	font-size:11px;
	font-weight:normal;
	margin-left:150px;
	margin-top:10px;
	padding-left:20px;
}

.text-blanco{
	color:#FFF;
	font-weight:normal;
}
.text-gris{
	padding-top:10px;
	padding-bottom:10px;
	color:#666;
	font-weight:normal;
	font-size:11px;
}

/*-----------------------------------------------------tablas*/
.tabla-contactos{
	color:#000;
	font-size:11px;
	margin-top:20px;
	margin-left:20px;
	border-collapse:separate;
	border-spacing:10px;
}
.tabla-publicaciones{
	width:700px;
	font-size:11px;
}
.td-publicaciones{
	background-image:url(_images/bg_publicaciones_02.png);
	background-repeat:no-repeat;
	height:75px;
	padding-left:50px;
	padding-bottom:50px;
}
.tabla-proyectos{
	width:700px;
}

/*-----------------------------------------------------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;
}

/*-----------------------------------------------------otros*/

.padding_15top{
	padding-top:15px;
}
.padding_20top{
	padding-top:20px;
}
.padding_25top{
	padding-top:25px;
}
.padding_30left{
	padding-left:30px;
}
.padding_50left{
	padding-left:50px;
}
.margen_auto{
  margin:auto;
}

/*	
border-collapse:separate;
border-color:#000;
border:5px solid;
border: thin red solid;
font-weight:lighter;
letter-spacing:0.2em;
*/

/*-----------------------------------------------------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 {
	float:center;
	margin: auto;
	width:1000px;
	height:550px;
	background-image:url(_images/bg_main.png);
}
ul.gallery {
    list-style: none;
}
ul.gallery li a {
    float: left;
    padding: 5px;
    background: #eee;
    border: 1px solid #fff;
    margin:10px;
	margin-bottom:35px;
	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;
}