* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #474747;
	background: #fff url(../images/bg-body.gif) top center no-repeat;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color: green;
	width: 722px;
	height: 41px;
	padding: 7px 0 0 35px;
	margin-bottom: 10px;
	background: url(../images/bg-titulos.gif) top left no-repeat;
	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: lighter;
	color: #c1c1c1;
	text-transform: uppercase;
	margin-bottom: 13px;
}
h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #00CED1;
}
ul {
	margin-left: 0px;
	margin-bottom: 0px;
}
li {
	margin-left: 30px;
	margin-bottom: 4px;
}
ol {
	margin-left: 5px;
	margin-bottom: 4px;
}

/* :::::::::: Link Genericos :::::::::: */

a:link, a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #009933;
	text-decoration: none;
}
a:hover, a:active {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

/* :::::::::: Divs Principales :::::::::: */

#macro-contenedor {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 780px;
	margin-left: -390px;
}
#contenedor {
	margin-top: 268px;
	width: 740px;
	padding: 20px;
	text-align: justify;
}
#menu {
	position: absolute;
	top: 199px;
	left: -24px;
	width: 827px;
	height: 60px;
}
#flash {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 780px;
	height: 198px;
	background-color: gray;
}
/* :::::::::: Divs Galeria :::::::::: */

#galeria {
	width: 100%;
	margin-bottom: 20px;
}
#galeria img {
	border: 1px #e8e8e8 solid;
	padding: 3px;
	margin: 0 5px 10px 5px;
}
#galeria img a {
	border: none;
}

/* :::::::::: Divs Pie :::::::::: */

#limpia-pie {
	float: none;
	clear: both;
	height: 20px;
}
#pie {
	float: none;
 	width: 100%;
	height: 114px;
	font-size: 11px;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
 	padding-top: 40px;
	background: url(../images/bg-pie.gif) top center no-repeat;
}
#pie a:link, a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #d9f9c3;
	text-decoration: none !important;
}
#pie a:hover, a:active {
	font-size: 10px;
	font-weight: bold;
	color: green;
	text-decoration: none !important;
}

/* :::::::::: Divs Cabecera :::::::::: */

#cabecera {
	position: absolute;
	top: 00px;
	left: 0px;
	width: 780px;
	height: 199px;
}

/* :::::::::: Clases :::::::::: */

.infoExtra {
	padding: 5px;
	border: #FF3300 1px dotted;
	background: #FFFF99;
	}
	.infoExtra img {
		border: none;
	}
	.infoExtra a {
		font-size: 11px;
		font-weight: bold;
		color: #009933;
		text-decoration: none;
	}
	.infoExtra a:hover {
		font-size: 11px;
		font-weight: bold;
		color: #990000;
		text-decoration: underline;
	}
.izq {
	float: left;
	border: 1px #e8e8e8 solid;
	padding: 3px;
	margin: 0 10px 10px 0;
}
.der {
	float: right;
	border: 1px #e8e8e8 solid;
	padding: 3px;
	margin: 0 0 10px 10px;
}

/* :::::::::: Formulario :::::::::: */

#formulario {
	font-size: 11px;
	margin: 0 0 0 0;
}
.input {
	border: #CCCCCC 1px solid;
	padding: 3px;
	background: url(../images/input.jpg) top left repeat-x;
}
.enviar {
	background: #afe18d;
	border: #5dc01b 1px solid;
}