@charset "utf-8";
a:link {text-decoration: none; color: #ff5500;}
a:visited {text-decoration: none; color: #ff5500;}
a:active {text-decoration: none; color: #ff5500;}
a:hover {text-decoration: underline; color: red;}

h1 {
	font-size: 1px;
}

body {
	font-family: Verdana, "Trebuchet MS", Arial, Verdana;
	color: #000000;
        background-color: #ffffff; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#contenedor {
	display: inline;
	float: left;
}
#encabezado {
	text-transform:uppercase;
	letter-spacing: 1px;
}
#menu {
  width: 20%; 
  float: left;
  display: inline;
}
#contenido {
	width: 80%; 
	display: inline;
	float: right;
  	text-align: left;
}
#pie {
	text-align: left;
	clear: both;
}
/* Inicio Menu */
ul.topnav  {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}
/* Float the list items side by side */
ul.topnav li {float: left;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}
ul.topnav li a:hover {
    background-color: #33cccc;
}

li.topnav  {
    float: left;
}
li.topnav  a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
}
ul.topnav li a:hover {background-color: #33cccc;}

ul.topnav li.icon {display: none;}


/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:680px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}

/*Fin menu*/
@media only screen and (max-width: 820px){
	#menu{
            display:none;
	}
	#contenido {
        width: 100%;
	}
}
img {
    max-width: 100%;
    height: auto;      
}
.tx {
	font-family: Verdana, "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 12px;
}
.main {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EEEEEE;
	border-left-color: #EEEEEE;
}
.footer {
	font-family: Verdana, "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	color: #000000;
	line-height: 10px;
	text-decoration: none;
}
.tx2 {
	font-family: Verdana, "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #000000;
	line-height: 15px;
}
.tx3 {
	font-family: Verdana, "Trebuchet MS", Arial, Verdana;
	font-size: 9px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}

.slogan {
	background-color: #124779;
	color: #ffffff;
}
a.enlace:link {text-decoration: none; color: #ffffff;}
a.enlace:visited {text-decoration: none; color: #ffffff;}
a.enlace:active {text-decoration: none; color: #ffffff;}
a.enlace:hover {text-decoration: underline; color: #ffffff;}

.textoblanco{
	font-size: 12px;
	color: #ffffff;
}

