* {
    margin : 0;
    padding : 0;
}

body {
    text-align : center;
    font-size : 12px;
    font-family : Georgia, Serif; /* font of all the text in your website except for sections overwritten.
            Go to www.typetester.org to test sizes and see the list of safe fonts - If the user doesnt have the first one, it try the second, and goes along the list until it finds a font that the computer has installed */
    color : #000000; /* color of all the text in your website except for links and other sections overwritten */
    background-color : #ffffff; /* sets the background color */
    line-height : 150%;
}

/* WRAPPER */
#wrapper {
    width : 1024px; /* sets the widh of the website content */
    margin : 0 auto; /* do not modify */
    text-align : left;
    /*text-align : justify;*/
}

/* LINKS */

/* colors for all links */
a:link {
    text-decoration : none;
    color : #73a3c4;
}
a:active {
    text-decoration : none;
}
a:visited {
    text-decoration : none;
    color : #73a3c4;
}
a:hover {
    text-decoration : underline;
    color : #73a3c4;
}
a img {
    border : 1px;
}
.img-grid-hover
{
	display:none;
}



/* Pre-Nav Text - Can be accessed in the Exhibit Settings */
#top-section {
    font-size : 1em;
    color : #9d9d9d;
    font-family : Georgia, serif;
    margin : 40px 0 10px 0;
    line-height : 250%;
    text-align: center;
    width: 800px;
    margin: auto;
}
#top-section a { /* this is the link property inside the Top-Section */
    font-size : 4em;
    text-decoration : none;
    color : #dcdcdc;
    font-style : italic;
}
#top-section a:hover { /* link property inside the Top-Section when the cursor is over */
    color : #d3d3d3;
}

input[type=text]{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
    border: 1px solid white;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) inset, 0 0 16px rgba(0, 0, 0, 0.1);
    color: white;
    padding: 3px;
}
.btn{
    background: none repeat scroll 0 0 white;
    border: 1px solid white;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) inset, 0 0 16px rgba(0, 0, 0, 0.1);
    color: black;
    padding: 2px;
	text-decoration: none;
}

.btn:hover {  
   background: none repeat scroll 0 0 #E0E0E0;
   	text-decoration: none;
}  
  
.btn:active {  
	background: none repeat scroll 0 0 #000000;
	color: #ffffff;
		text-decoration: none;
 }  
/* MENU */
#menu * { 
    padding:0; 
    margin: 0;
    font: 12px georgia; 
    list-style-type:none;
}
#menu .container ul
{
    margin-top: 4px;
    width: 804px;
	left: -285px;
}
#menu { 
    float: left;
    line-height: 10px; 
    left: 112px;
    width: 800px;
    border-top: solid 2px #000000; 
    border-bottom: solid 1px #000000; 
    margin-bottom: 35px;
    position: relative;
	padding-bottom: 4px;
}
#menu a { 
    display: block; 
    text-decoration: none; 
    color: #3B5330;
}
#menu ul li ul  {
    width: 1055px;
}
#section_11 ul {
    left: -435px !important;
    position: absolute;
}
#section_6 ul {
    left: -155px;
    position: absolute;
}
#section_7 ul {
    left: -205px;
    position: absolute;
}
#section_13 ul {
    left: -480px !important;
    position: absolute;
}
#section_1 ul {
    position: absolute;
}
#section_15 ul {
    position: absolute;
}

#menu ul li ul li {
    border: medium none;
    display: inline;
    float: left;
    padding: 3px;
    width: auto;
    z-index: 1;
    position: relative;
    /*margin-left: 30px;*/
	  margin-left: 45px;
}
#menu ul li {

    width: 16%;
    text-align: center;
}
#menu li{ 
    position:relative; 
    float:left;
	left: 140px;}

#menu .section li ul li
{
    display: none;
}

/*FOOTER*/

/* POST NAV AREA : This sets the style for Post-Nav Text which can be accessed in the Exhibit Settings */
#copy {
    background-color: black;
    bottom: 0;
    color: #BBBBBB;
    font-family: Georgia,serif;
    font-size: 0.8em;
    font-style: italic;
    height: 83px;
    margin: auto;
    position: relative;
    text-align: center;
    width: 800px;
    z-index: 800;
    margin-left: 112px;
    margin-top: 100px;
}
strong
{
    color: #000000;
    display: block;
    font-size: 24px;
    font-weight: normal;
    line-height: 100%;
}
.foot
{
    display: table-cell;
}
.fibra
{
    width: 230px;
    padding-top: 20px;
}
.suscribe
{
    width: 260px;

}
.m5{
    margin-right: 5px;
}
.redesSociales
{
    width: 290px;
    padding-top: 5px;
}

.redesSociales.foot > a {
    margin-left: 6px;
}

/* SEPARATOR : You can change this image in the index.php of this theme, or simply delete it */
#separator {
    z-index : 1001;
    top : 0;
    margin-bottom : 25px;
    background : none;
    border : none;
}

/* CONTENT AREA */
.content {
    margin-bottom: 100px;
    height : 100%;
    margin-top : 0;
    margin-right : 0;
    margin-bottom : 10px;
    top : 0;
}
.content .preloader
{
	margin-left: 400px;
    position: absolute;
}
.container {
    margin-top : 30px;
    margin-bottom : 30px;
}
.container .item
{
    width: 250px;
    height: 350px;
}
.content #container
{
    margin-top: 85px;
    padding-bottom: 200px;
}
.item {
    margin-bottom: 20px;
    width: 250px;
    height: auto;
    color: #000000;
	text-align: center; /*agregado*/
}

.content-col {
    margin: 0 auto;
    width: 800px;
    padding-bottom: 200px;
}
.content-col .center
{
    width: 100%;
    margin-bottom: 10px;
    min-height: 50px;
}
.content-col .center img
{
    display:block;
    margin: auto;
    width: 100%;
}
.content-col .left
{
    width: 49%;
    margin-right:1%;
    float: left;
    margin-bottom: 10px;
    display:inline-block;
}
.content-col .left img
{
    width:  100%;
    margin-bottom: 5px;
}
.content-col .right img
{
    width:100%;
    margin-bottom: 5px;
}
.content-col .right
{
    width: 49%;
    margin-left: 1%;
    float: right;
    margin-bottom: 10px;
    display:inline-block;
}

#content p {  /* sets the properties for all paragraphs in the content area */
    width : 800px;
    margin-top : 10px;
    margin-right : 0;
    margin-bottom : 10px; /* sets the space between paragraphs */
    margin-left : 0;
    line-height : 150%;  /* use this the change the leading (space between lines) */
}
p {  /* sets the properties for all paragraphs  */
    margin-top : 0;
    margin-right : 0;
    margin-bottom : 9px;
    margin-left : 0;
}

/* INDEXHIBIT CREDIT : Always good to credit the CMS that gives you these possibilities */
#indexhibit { /* sets the properties for the "Built with" part  */
    position : fixed;
    z-index : 1000;
    right : 0;
    bottom : 0;
    margin : 0 0 0 0;
    padding : 2px 10px 2px 10px;
    font-size : 0.8em;
    color : #bbbbbb;
    font-family : Georgia, serif;
    font-style : italic;
    text-align : right;
}
#indexhibit a { /* sets the properties for the "Indexhibit" link itself */
    color : #bbbbbb;
    text-decoration: none;
    font-style : bold;
}
#indexhibit a:hover { border-bottom:1px dotted !important; }

/* HEADINGS */
/*
when typing your text/descriptions follow this format to use these heading types
<h1>This is the text I want to be a heading</h1>
start with h1 as your largest most important heading. you may not need all 4 but they are here if you do.
*/
h1 {
    font-family : Georgia, serif;
    font-style : italic;
    font-weight : normal;
    font-size : 2.5em;
    color : #dcdcdc;  /* This color overides the color set in "body". Delete this line if you want the colors of the headings to match the rest of your type */
    padding-bottom : 15px;  /* sets the spacing between the heading and paragraph below */
}
h2 {
    font-family : Georgia, serif;
    font-size : 2em;
    font-weight : normal;
    color : #d3d3d3;
    padding-bottom : 10px;
}
h3 {
    font-size : 1.7em;
    color : #9d9d9d;
    font-style : italic;
    font-weight : normal;
    padding-bottom: 5px;
}
h4 {
    font-size : 1.3em;
    color : #9d9d9d;
    font-weight : bold;
    text-decoration : underline;
    padding-bottom: 2px;
}

/* IMAGES */
#img-container {
    margin : 0 0 20px 0;
    padding : 0;
}
#img-container p {
    width : 400px;
    margin : 0;
    padding : 0 0 12px 0;
}
.nothumb img {
    margin-top : 0;
    margin-right : 0;
    margin-bottom : 30px;
    margin-left : 0;
    border-color : #bec3c2;
    border-width : 2px;
    border-style : solid;
}
#once {
    clear : left;
}

/* SLIDE SHOW - Navigation */
p.nav a {
    background-color : #dcdcdc;
    color : #ffffff;
    padding-top : 1px;
    padding-right : 9px;
    padding-bottom : 3px;
    padding-left : 9px;
    font-size : 1em;
    font-family : Georgia, serif;
}
p.nav a:hover {
    background-color : #d3d3d3;
}
p.nav span#num {
    letter-spacing : 2px;
    font-family : Georgia, serif;
    font-style : italic;
    padding-left : 20px;
}


.clear-both { clear : both; }