@import url(css/reset.css);
@import url(css/960_24_col_responsive.css);
@import url(http://fonts.googleapis.com/css?family=Arvo);
@import url(http://fonts.googleapis.com/css?family=Arvo:400,700,400italic,700italic);
body {
    font-family:Arial, "Times New Roman", Times, serif;
    font-size:16px;
    line-height:20px;
    color:#5c5c5c;
    background:url(imagenes/blanco.jpg);
}
h1, h2, h3, h4, h5, h6 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
}
h1 {
    font-size:24px;
}
h2 {
    font-size:22px;
    color: #04B404;
}
h3 {
    font-size:20px;
}
h4 {
    font-size:18px;
}
h5 {
    font-size:16px;
}
h6 {
    font-size:14px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, figure {
    font-weight:normal;
}
ol {
    list-style:decimal;
}
ul {
    list-style:disc;
}
li {
    text-align: left;
    margin-left:30px;
}
a {
    text-decoration:none;
    color:#088A08;
}
a img {
    border:none;
}
:focus {
    outline:none;
}

/* Header Style
========================================================*/
.wrapper {
    width:100%;
    margin:0;
    padding:0;
    background-color:#ffffff;
}

}
.header {
    width:100%;
    background-color:#CBCBCB;
    display:inline-block;
}

.header h1 {
    color: #04B404;
    font-weight: bold;
    float:left;
    padding-top: 30px;
}

.logo {
    margin:0;
    float: left;
    width: 100%;
}
.header .logo img {
    max-width:100%;
}

/* Footer Style
========================================================*/

.footer {
   background:#333333;
   color: #CBCBCB;
   margin: 0;
   text-align:center;
   padding: 5px;
}

/*Content Style
=================================================*/
#wrap {
    width: 900px;
    margin: 0 auto;
    background-color:#ffffff;
    
}

.content {
   padding: 20px;
   margin: 0;
   border: 1px #04B404;
   text-align: center;
}

#principal {
	text-align: left;
	padding: 30px;
	width: 450px;
	display: inline-block;
}

.content img {
	max-width: 700px;
	max-height: 400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	

}

#form {
	display: inline-block;
	width: 400px;
	height: 600px;
	float: right;
}

/* menu 
===============================================*/

@import url(http://fonts.googleapis.com/css?family=Oxygen+Mono);
/* Starter CSS for Menu */
#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
#cssmenu ul,
#cssmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul ul {
  top: 0;
  left: 190px;
  width: 190px;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  bottom: 0;
  left: 0;
}
#cssmenu ul ul {
  margin-top: 0;
}
#cssmenu ul ul li {
  font-weight: normal;
}
#cssmenu a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}
/* Custom CSS Styles */
#cssmenu {
  background: #333333;
  border-bottom: 4px solid #04B404;
  font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
  font-size: 12px;
}
#cssmenu > ul {
  *display: inline-block;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu ul {
  text-transform: uppercase;
}
#cssmenu ul ul {
  border-top: 4px solid #04B404;
  text-transform: none;
  min-width: 200px;
  text-transform: uppercase;
}
#cssmenu ul ul a {
  background: #04B404;
  color: #ffffff;
  border: 1px solid #088A08;
  border-top: 0 none;
  line-height: 100%;
  padding: 10px 20px;
  font-size: 12px;
}
#cssmenu ul ul ul {
  border-top: 0 none;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu ul ul li:first-child > a {
  border-top: 1px solid #088A08;
}
#cssmenu ul ul li:hover > a {
  background: #0FC70F;
  color: #ffffff;
}
#cssmenu ul ul li:last-child > a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 0 #1b9bff;
  -webkit-box-shadow: 0 1px 0 #1b9bff;
  box-shadow: 0 1px 0 #1b9bff;
}
#cssmenu ul ul li:last-child:hover > a {
  -moz-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#cssmenu ul li:hover > a,
#cssmenu ul li.active > a {
  background: #04B404;
  color: #ffffff;
}
#cssmenu ul li.last ul {
  left: auto;
  right: 0;
}
#cssmenu ul li.last ul ul {
  left: auto;
  right: 99.5%;
}
#cssmenu a {
  background: #333333;
  color: #CBCBCB;
  padding: 0 20px;
}
#cssmenu > ul > li > a {
  line-height: 48px;
  font-size: 12px;
}

/*slider
=========================================*/
#images {
  width: 900px;
  height: 250px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
#images img {
  width: 900px;
  height: 250px;
  
  position: absolute;
  top: 0;
  left: -400px;
  z-index: 1;
  opacity: 0;
  
  transition: all linear 500ms;
  -o-transition: all linear 500ms;
  -moz-transition: all linear 500ms;
  -webkit-transition: all linear 500ms;
   /*transition-delay: 3s;*/
}
#images img:target {
  left: 0;
  z-index: 9;
  opacity: 1;
}
#images img:first-child {
  left: 0;
  opacity: 1;
}
#slider a {
  text-decoration: none;
  background: #E3F1FA;
  border: 1px solid #C6E4F2;
  padding: 4px 6px;
  color: #222;
}
#slider a:hover {
  background: #C6E4F2;
}

/* mapa
==============================*/

#map {
        width: 420px;
        height: 400px;
	margin-left: 20px;
	display: inline-block;
	margin-top: 20px;
      }

/* facebook
==============================*/
#facebook {
	display: inline-block;
	margin: 10px;

}
