
/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #3c7faf;}
a:hover {color: #fe9900;}

body {
	background: #f0f0f0;
	color: #444;
	font: normal 62.5% "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 25px;
}

p,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em "Trebuchet MS", Arial, Helvetica, sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

blockquote {
	background: #f0f0f0 url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
	text-align:left;
}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/* misc */
.limpia {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
	position: relative;
	text-align: left;
}

.pagina {
	background-color:f0f0f0;
	padding-bottom: 64px;
	text-align:left;
}

/* headere & title */
.header {
	background: #f0f0f0 url('img/header.jpg') no-repeat;
	height: 160px;
	margin-bottom: 2px;
	text-align:center;
}
.header2 {
	background: #f0f0f0 url('img/header2.jpg') no-repeat;
	height: 160px;
	margin-bottom: 2px;
	text-align:center;
}
.header3 {
	background: #f0f0f0 url('img/header3.jpg') no-repeat;
	height: 160px;
	margin-bottom: 2px;
	text-align:center;
}
.header4 {
	background: #f0f0f0 url('img/header4.jpg') no-repeat;
	height: 160px;
	margin-bottom: 2px;
	text-align:center;
}

/* ----------------------------------------------   TITULO  --------------- */
.titulo {
	color: #FFF;
	padding-top: 0px;
}
.titulo .titular{
	padding: 0 0 0 0;
	color: #FFF;
	font: normal 3em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.titulo .slogan {
	font: normal 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 90px;
}

/* ----------------------------------------------   fecha --------------- */
.fecha {
	background: #e9e7e0;
	color: #3c7faf;
	font: bold 1em sans-serif; 
	padding: 8px 12px;
	text-align:left;
}
.fecha a {
	color: #3c7faf;
	text-decoration: none;
}
.fecha a:hover {
	color: #fe9900;
	text-decoration: none;
}
#formatofecha {
	font: bold 1em sans-serif;
	color:#3c7faf;
	float:left;
	text-align:left;
}	

/* -------------------------------------------------------  columna izquierda --------*/
.contenido {
	background: url(img/main.gif) repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

.col_izda {
	float: left;
	width: 210px;
}

.cont_img {
	padding: 3px;
	border:#ffffff solid 1px;
	background-color:#CCCCCC;
	width: 202px;
}
	

/* -------------------------------------------------------- contenido ---------------- */
.content {
	float: right;
	width: 538px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}


/* footer */
.piepag {
	background: #e9e7e0;
	color: #3c7faf;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.piepag a {
	color: #3c7faf;
	text-decoration: none;
}
.piepag a:hover {color: #fe9900;}

.logo-amg {
	position: absolute;
    top: 116px;
    right: 0px;
	z-index:9999;
}
#final {
	min-height: 100%}
