/* CSS Document */

body{
	margin:0;
	padding: 0;
	text-align:center;
	background-color:#333333;
}

#container{
	width: 620px;
	overflow:hidden;
	text-align: left;
	margin-top:0;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	background-image:url(imagenes/fondo_container.jpg);
	background-repeat:repeat-y;
}

#imagen_header {
	width:620px;
	height:30px;
	background-image:url(imagenes/fondo_container_top.jpg);
	background-repeat:no-repeat;
}



#header {
	width:590px;
	height:115px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	border-bottom:thin #000000 solid;
	background-color:white;
	background-image:url(imagenes/logo_Lacon.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}

#flash_header {
	width:200px;
	height:70px;
	margin:auto;
}

#main_content {
	width:590px;
	overflow:hidden;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
}

#image_top {
	width:590px;
	height:200px;
	background-image:url(imagenes/imagen_top.jpg);
	background-repeat:no-repeat;
}

#columna1{
	width:325px;
	overflow:hidden;
	background-color:white;
	float:left;
	text-align:justify;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:20px;
	padding-left:10px;
	padding-top:25px;
	background-image:url(imagenes/welcome.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#columna2{
	width:225px;
	overflow:hidden;
	background-color:white;
	float:left;
	margin-right:10px;
	margin-top:20px;
	padding-left:0px;
	padding-top:25px;
	background-image:url(imagenes/fields.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#columna3{
	width:565px;
	overflow:hidden;
	background-color:white;
	float:left;
	margin-right:10px;
	padding-left:10px;
	padding-top:25px;
	margin-bottom:10px;
	background-image:url(imagenes/contact.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#columna4{
	width:425px;
	height:20px;
	clear:both;
	text-align:center;
	background-image:url(imagenes/pattern.jpg);
	background-repeat:repeat;
	margin:auto;
	padding-top:2px;
	color:#666666;
}

#imagen_bottom {
	width:620px;
	height:40px;
	float:left;
	margin-bottom:0;
	margin-top:10px;
	background-image:url(imagenes/fondo_container_bottom.jpg);
	background-repeat:no-repeat;
}

.areas_ul li{
	list-style-position: inside;
	list-style-image: url(imagenes/bullet.gif);
	list-style-type: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#333333;
	margin-top:0;
	margin-bottom:3px;
	}
	
.contacto_1 {
	width:190px;
	overflow:hidden;
	float:left;
	padding:5px;
	margin-left:10px;
	background-image:url(imagenes/pattern.jpg);
	background-repeat:repeat;
}

.contacto_2 {
	width:190px;
	overflow:hidden;
	float:left;
	padding:5px;
	margin-left:15px;
	background-image:url(imagenes/pattern.jpg);
	background-repeat:repeat;
}


#contacto_email {
	width:110px;
	overflow:hidden;
	float:left;
	padding:5px;
	margin-right:5px;
	background-image:url(imagenes/pattern.jpg);
	background-repeat:repeat;
}

#footer {
	width:350px;
	height:20px;
	clear:both;
	text-align:center;
	background-image:url(imagenes/pattern.jpg);
	background-repeat:repeat;
	margin:auto;
	padding-top:2px;
}

.links2 {
   color:#CC9900;
   padding: 0px 1px 0px 1px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   font-style:normal;
   text-decoration:none;
   margin:0;
}

.links2:hover {
   color:#CC9900;
   background-color:#e3e3e3;
   text-decoration: none;
   padding: 0px 1px 0px 1px;
}

#main_nav {
	overflow:hidden;
	height:20px;
	float:right;
	margin-top:15px;
}

.header_nav {
	margin:0 5px 0 0;
	padding: 0;
	display: inline;
	float:left;
	width:95px;
	height:20px;
}

.header_nav li {
	display: inline;
	margin:0 5px 0 0;
	}
	
.header_nav li a {
   color:black;
   display: inline;
   padding: 1px 3px 1px 3px;
   font-family:Geneva, Arial, Helvetica, sans-serif;
   font-size:11px;
   font-style:normal;
   text-decoration:none;
   margin:0 5px 0 0;
   float:left;
}


.header_nav a:hover, .current {
	background-image:url(imagenes/pattern.jpg);
	background-repeat:repeat;
    color:#CC9900;
    text-decoration: none;
	margin:0 5px 0 0;
}