* {
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
}


img {
	border: none;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	color: blue;
}

body{
	width: 984px;
	margin: 10px auto;
	text-align: center;
}

h1, h2, h3, h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
} 

#container {
	width: 984px;
	text-align: left;
	background: url("imgs/fondo_container.jpg") repeat-y left;
	padding-bottom: 20px;
}

#header {
	width: 100%;
	background: url("imgs/fondo_headerTop.jpg") no-repeat left top;
}

.subTitLeft, .subTitRight {
	display:block;
	color: #fff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	padding-top:3px;
	padding-left: 15px;
	padding-right: 15px;
}
.subTitLeft{
	float:left;
}
.subTitRight{
	float:right;
}

#flashHeader {
	margin-left: 3px;
	padding-top: 22px;
}

#fondoHeader{
	width:978px;
	height:159px;
	background: url("../imgs/contactenos/cabecera.jpg") no-repeat top left;
}
.menuHeader{
	width: 978px;
	height: 22px;
	display:block;
	color:black;
	overflow: hidden;
	background-color: #99cc33;
}
.menuHeader li{
	display:block;
	float:left;
	list-style:none;
	color: white;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
}
.menuHeader li a{
	color:white;
}
.menuHeader li a:hover{
	color:#006600;
}

#contents {
	display: block;
	width: 984px;
	overflow: hidden;
}

#leftcol {
	width: 698px;
	padding-top: 65px;
	margin-left: 15px;
	display: inline;
	float: left;
	text-align: justify;
}

#contact {
	overflow: hidden;
	padding-bottom: 35px;
}

#contact img {
	display: block;
	float: left;
	margin-right: 25px;
}

#contact h2 {
	color: #FF7800;
	font-family: "Trebuchet MS", Helvetica, sans-serif ;
	font-size: 1.4em ;
	font-weight: normal;
}

#contact p {
	color: #7E7E7E;
	font-family: "Trebuchet MS", Helvetica, sans-serif ;
	font-size: 1em ;
	font-weight: normal;
}

#contact p .naranja{
	color: #FF7800;
}

#leftcol h3 {
	color: #096D3E;
	font-family: "Trebuchet MS", Helvetica, sans-serif ;
	font-size: 1.05em ;
	text-align: center;
	font-weight: normal;
}

#directorio {
	background: url("imgs/contactenos/boxContac_bg.jpg") repeat-y left top;
	margin-top: 25px;
}

#directorio .top {
	background: url("imgs/contactenos/boxContac_top.jpg") no-repeat left top;
	padding-top: 3px;
}

#directorio .bottom {
	background: url("imgs/contactenos/boxContac_bottom.jpg") no-repeat left bottom;
	padding-bottom: 45px;
}

#directorio table {
	width: 698px;
	border-collapse: collapse;
}

#directorio td, #directorio th {
	padding: 0 0 0 25px;
	color: #096D3E;
	font-family: "Trebuchet MS", Helvetica, sans-serif ;
	font-size: 0.8em ;
}

#directorio th {
	padding-bottom: 45px;
	font-size: 0.95em ;
	font-weight: normal;
	color: #FF7800;
}

#rightcol {
	width: 226px;
	margin-top: 30px;
	margin-right: 28px;
	float: right;
	display: inline;
	background: url("imgs/contactenos/boxOfic_top.jpg") no-repeat left top;
}

#rightcol h2 {
	color: #FF7800;
	font-size: 0.8em;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 20px;
	padding-top: 5px;
	padding-left: 8px;
	font-style:italic ;
}

#rightcol h3 {
	color: #267E55;
	font-size: 0.74em;
	font-weight: bold;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding-bottom: 22px;
	padding-top: 10px;
}

#rightcol p {
	color: #267E55;
	font-size: 0.7em;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 15px;
}

#footer {
	width: 984px;
	height: 39px;
	background: url("imgs/pie_pag.gif") no-repeat left bottom;
	color: #fff;
	font: 0.8em Verdana, "Lucida Grande", Lucida, sans-serif;
}

#footer p{
	text-align: left;
	text-indent: 30px;
	padding-top: 10px;
}