html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:14px;
	margin:0px;
	width:100%;

}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	color:inherit;
	text-decoration:none;
	}

/* termina el reset css /////////////////*/
.superior{
	width:100%;
	min-width:1000px;
	height:83px;
	float:left;
	background-position:top center;
	background-repeat:no-repeat;
	background-image:url(../images/top.png);
	position:fixed;
	z-index:100;
	}
.contenido_1{
	background-image:url(../images/contenido_2.png);
	background-position:top center;
	background-repeat:repeat-x;
	width:100%;
	min-width:1000px;
	float:left;
	margin-top:320px;
	height:101px;
	position:relative;
	}
.contenido_2{
	background-image:url(../images/contenido_1.png);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	min-width:1000px;
	float:left;
	min-height:200px;
	height:101px;
	}
.menu{
	width:470px;
	height:40px;
	margin:14px auto 0px auto;}
.menu ul li{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	display:block;
	float:left;
	margin-right:12px;
	text-shadow: 0.1em 0.1em 0.2em black
	}
	
	
.fixed ul li{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	display:block;
	float:left;
	margin-right:12px;
	text-shadow: 0.1em 0.1em 0.2em black
	}

.contenido_c{
	width:970px;
	padding:15px;
	background-color:#FFF;
	margin: 0px auto 0px auto;
	position:relative;
	z-index:200;
	}
	
	.contenido_c_2{
	width:970px;
	padding:15px;
	background-color:#FFF;
	margin: 0px auto 0px auto;
	position:relative;
	z-index:200;
	-webkit-box-shadow:0px 5px 5px #000000;
	box-shadow:0px 5px 5px #000000;
	}
.caja_blanca{
	width:100%;
	min-width:1000px;
	min-height:300px;
	background-color:#FFF;
	float:left;
	position:relative;
	z-index:300;
	
	}
	.clear{
		clear:both;}
.pie1{
	width:100%;
	min-width:1000px;
	height:50px;
	background-color:#e77f35;
	float:left;
	}
.pie2{
	width:970px;
	margin:0px auto 0px auto;
	padding:0px 15px 0px 15px;
	line-height:50px;
	height:50px;
	color:#FFF;
	}
h1{
	color:#60963F;
	text-transform:uppercase;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	}
	
h2{
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	}
.caja_seccion_1{
	width:500px;
	float:left;
	text-align:justify;}
.caja_seccion_2{
	float:left;
	margin-left:70px;
	height:300px;
	width:400px;
	background-image:url(../images/empresa.png);
	}
	
.fixed {
	position: fixed;
	height:30px;
	width:100%;
	min-width:1000px;
	color:#fff;
	z-index:400;
	background-color:#60963F;
	top:0px;
	line-height:30px;
	padding-left:34%;
	
	}
#seccion2{
	background-image:url(../images/patron.png);
	background-attachment:fixed;
	width:100%;
	min-width:1000px;
	}
.cuadrito_1{
	background-color: #E77F35;
    color: #FFFFFF;
    float: left;
    height: 132px;
    margin-top: 1px;
    padding: 5px;
    width: 46%;
	margin-bottom:20px;
	}
.cuadrito_1_linea{
	background-color: #E77F35;
    color: #000;
    float: left;
    height: 129px;
    margin-top: 30px;
    padding: 5px;
    width: 99%;
	min-width:1000px;
	margin-top:-281px;
	position:absolute;
	}
.cuadrito_1 + .cuadrito_1 {
	margin-left:55px;
	}
.eventos_cuadros{
     background-color: #FFFFFF;
    border: 4px solid #666666;
    box-shadow: 0 3px 5px #000000;
	-webkit-box-shadow: 0 3px 5px #000000;
    float: left;
    height: 100px;
    padding: px;
    width: 100px;
	-webkit-trnasition:1s all;
	transition:1s all;
	margin-top:15px;
	overflow:hidden;
	border-radius:50%;
	-webkit-border-radius:50%;
	
	}
	
	.eventos_cuadros:hover{
     background-color: #FFFFFF;
    border: 4px solid #666666;
    box-shadow: 0 3px 5px #000000;
	-webkit-box-shadow: 0 3px 5px #000000;
    float: left;
    height: 100px;
    padding: 5px;
    width: 100px;
	-webkit-trnasition:1s all;
	transition:1s all;
	margin-top:15px;
	overflow:hidden;
	border-radius:0%;
	-webkit-border-radius:0%;
	
	}
	
	
.eventos_cuadros + .eventos_cuadros{
		margin-left:100px;}
		
		.eventos_cuadros img{
			width:100%;}
.unalinea{
	width:16px;
	height:160px;
	background-image:url(../images/unalinea.png);
	background-repeat:no-repeat;
	float:left;
	margin-left:-15px;
	margin-right:0px;
	}
	
.otralinea{
	width:16px;
	height:160px;
	background-image:url(../images/otralinea.png);
	background-repeat:no-repeat;
	float:right;
	margin-right:-15px;
	}
	
h2{
		background-color: #000000;
    border-bottom: 2px solid #008000;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: -5px;
    margin-top: -5px;
    padding: 5px 3px 3px 5px;
    text-align: center;
    text-transform: uppercase;
    width: 448px;}
h3{
	width:100%;
	display:block;
	height:30px;
	line-height:30px;
	float:left;
	margin-bottom:15px;
	margin-top:0px;
	background-color:#999;
	color:#FFF;
	text-align:center;
	font-size:27px;
	-webkit-box-shadow:0px 5px 10px #000000;
	box-shadow:0px 5px 10px #000000;}
	
	
#seccion3{
	background-image:url(../images/patron3.png);
	width:100%;
	min-width:1000px;
	}
.contenido_c_3{
	width:970px;
	margin-top:35px;
	padding:15px;
	margin: 0px auto 0px auto;
	position:relative;
	z-index:200;
	-webkit-box-shadow:0px 5px 5px #000000;
	box-shadow:0px 5px 5px #000000;
	}
.clientes{
	width:13%;
	float:left;
	margin:17px;
	background-color:#FFF;
	transition:1s all;
	-webkit-transition:1s all;
	overflow:hidden;
	}
.clientes:hover{
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;

	}
.clientes img{
	width:100%;}
	
	/*----------------------------
	The Form de do
-----------------------------*/
.forma_registro{
	width:100%;
	float:left;
	margin-left:0%;
	}
	
.forma_registro2{
	width:100%;
	float:right;
	margin-left:0%;
	text-align:center;
	display:inherit;
	}
	
	.forma_registro3{
	width:92%;
	float:left;
	margin-left:0px;
	display:block;
	margin-left:13px;
	}
	
	
.forma_registro2 img{
	width:100%;
	max-width:400px;
	}

input, textarea, select {
	float:left;
	width:100%;
	border:1px solid #60963F;
	background-color:#FFF;
	margin-bottom:5px;
	color:#60963F;
	padding-left:10px;
	font-family: 'Open Sans Condensed',sans-serif;
	height:30px;
	line-height:30px;

	}

input[type=submit]{
	background-color:#60963F;
	color:#FFF;
	width:102%
	}


input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #60963F;
}
 
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px #60963F;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #60963F;
  background-color:#60963F;
  color:#FFF;
}


.mapadegopogoel{
background-color: #FF0000;
    border-radius: 50% 50% 50% 50%;
    float: left;
    height: 400px;
    margin-left: 157px;
    margin-top: 28px;
    width: 400px;
	}


.contacto1_con{
	width:300px;
	float:left;
	height:auto;
	}
.contacto2_con{
 float: right;
    height: 423px;
    margin-top: 5px;
    width: 694px;
	}

/*----------------------------
	The fotm de do
-----------------------------*/

.paraformulario{
	background-image: url("../images/patron.png");
    height: 573px;
    left: 0;
    margin-top: 27px;
    position: absolute;
    width: 400px;
    z-index: 99999;
	}