body{
	text-align: center;
	background-color: #5ab04f;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana;
}
#contenedor{
	width: 740px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border: solid red 0px;
}

#menu{
 float: right;
 width: 500px;
 border: solid blue 0px;
 margin-top: 45px;
 text-transform: uppercase;
 font-weight: bold;
}
#menu ul{
	list-style: none;
	border: solid black 0px;
	width: 100%;
}
#menu ul li.normal{
	border-bottom: solid black 1px;
	float: left;
	height: 28px;
	padding-top: 15px;
	background-color: #3a7333;
	padding-left: 8px;
	padding-right: 8px;
}
#menu ul li a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu ul li a:hover{
	background-color: #275421;
}

#menu ul li a.active{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #275421;
}

.verdeIzq{
	background-image: url(../images/verdeIzq.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 44px;
	float: left;
}
.verdeDer{
	background-image: url(../images/verdeDer.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 44px;
	float: left;
}

#colIzq{
	width: 100%;
}
#logo{
	background-image: url(../images/gacosur.png);
	background-repeat: no-repeat;
	height: 152px;
	width: 150px;
	float: left;
}

#contenido{
	width: 700px;
	background-color: #FFFFFF;
	color: #333333;
	padding: 20px;
	margin-top: 30px;
}

#contenido .titulo{
	font-size: 20px;
	width: 100%;
	border-bottom-style: dashed;
	border-bottom-width: 2px;
	border-bottom-color: #d3d3d3;
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

#contenido p{
	line-height: 1.2;
	margin-top: 5px;
}

#pie{
	background-image: url(../images/fondoPie.png);
	height: 45px;
	width: 100%;
	background-repeat: no-repeat;
}

#pie #izq{
	float: left;
	width: 220px;
	text-align: center;
	padding-top: 13px;
}
#pie #izq a{
	color: #FFFFFF;
	text-decoration: none;
}

#pie #der{
	float:right;
	width: 500px;
	text-align: center;
	padding-top: 13px;
	color: #000000;
	font-weight: bold;
}
	
.caja{
	width: 200px;
	padding: 3px;
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
}