*{
	margin:0;
	padding:0;
	outline: none;
}
html,body{
	padding: 15px 0 0 0;
	background-color: #CCC;
} 
body{
	font-size: 12px;
	line-height: 17px;
	font-family: Georgia, Times, serif;
	text-decoration: none;
}

/* Remove annoying border on linked images. */
	a img  { border: none; }
	
#wrapper{
	width: 770px;
	height:100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;/*position: relative;*/
	font-family: Georgia, Times, serif;
}
#header {
	float: left;
	padding-bottom: 30px;
}
ol, ul, li {
  list-style: none;
}
#main-nav {
	width: 770px;
	height: 18px;
	min-height: 18px;
	height: auto !important;
	margin-bottom: 7px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00ff00;
}

#main-nav .idioma {
  position: absolute;
  top: 31px;
  left: 478px;
}

#main-nav li {
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	padding-right: 20px;
	padding-bottom: 5px;
}

#top > li, #local-nav > li {
  cursor: default;


}
#top > li.on  {
	color: #FFF;
    opacity: 0.6;
}
#left-column{
	float:left;
	width:770px;
	text-align:left;
	background-image: url(images/placa-home.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 7px;
	height: 300px;
}
#container{
	float:left;
	width:770px;
	text-align:left;
	height: 300px;
	margin-bottom: 7px;
	background-image: url(images/placa.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/* ======================== CONTENT ======================== */

#content {
	height: auto !important;
	height: 300px;
	float: left;
}
#titulo {
	width: 750px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00ff00;
	padding-top: 12px;
}
.titulo {
	font-size: 20px;
	text-transform: uppercase;
	color: #00ff00;
	padding-bottom: 7px;
	padding-left: 20px;
}
#text-container{
	float:left;
	width:670px;
	padding-top: 15px;
	padding-right: 0;
	padding-left: 20px;
}
#text-container-contacto {
	float:left;
	width:750px;
	padding-top: 15px;
	padding-right: 0;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00FF00;
	padding-bottom: 10px;
}
.text {
	font-size: 14px;
	line-height: 15px;
	color: #FFF;
	font-weight: normal;
}
h1 {
	font-family: Georgia,;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}
#columna1 {
	width: 300px;
	margin-right: 50px;
	float: left;
	margin-top: 15px;
}
#columna2 {
	margin-top: 15px;
}
#linkedin {
	margin-top: 15px;
	margin-bottom: 5px;
}
#footer {
	float: left;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	height: auto;
	line-height: 11px;
	width: 770px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #00ff00;
	padding: 5px 0px 30px 0px;
}

/* ======================== TIPOGRAFIAS Y COLORES ======================== */


#top li a:hover {
  	color: #FFF;
	opacity: 0.6;
}  

a {
	color: #FFFFFF;
	text-decoration: none;
}

#content a:hover, #footer a:hover{
	color: #00FF00;
}
/* ======================== CREDITO ======================== */
#credito {
	position:fixed;
	width:770px;
	bottom:0px;
	font-family: Helvetica, Arial;
	font-size: 10px;
	color: #FFF;
	padding-bottom: 15px;
	letter-spacing: 0.5px;
	float: left;
}
#credito a{
	color: #FFFFFF;
	text-decoration: none;
	font-family: QuicksandBold, Arial, Helvetica, sans-serif;
	font-size: 110%;
	letter-spacing: 0.5px;
}
