﻿/* diseño de CSS */
#masthead {
	width: 804px;
	height: 115px;
	border-width: 1px;
	border-color: #808080;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	background-position: center;
	padding: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
.img_inicio {
	border-width: 0px;
	position: relative;
	visibility: visible;
	z-index: 1;
	top: -36px;
	left:2px;
}
.img_contacto {
	border-width: 0px;
	position: relative;
	visibility: visible;
	z-index: 1;
	top: -36px;
	left:8px;
}
.img_suscrip {
	border-width: 0px;
	position: relative;
	visibility: visible;
	z-index: 1;
	top: -36px;
	left:12px;
}
.img_seguim {
	border-width: 0px;
	position: relative;
	visibility: visible;
	z-index: 1;
	top: -36px;
	left:16px;
}
.cuadro_portada {
	border-width: 0px;
	position: relative;
	visibility: visible;
	z-index: 1;
	top: -36px;
	left:16px;
}
#dmbTB1ph {
	width: 805px;
	border-width: 1px;
	border-color: #808080;
	border-right-style: solid;
	border-left-style: solid;
	padding-left: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#page_content {
	padding: 1px;
	width: 804px;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	background-image: url('Plantillas/fondo_agust327_2.jpg');
	background-position: center;
	background-repeat: no-repeat;
	border-top-color: #808080;
	border-top-width: 1px;
	border-bottom-color: #808080;
	border-bottom-width: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#content_menu{
	margin-left: 200px;
	padding-bottom: 0;
	padding-left: 0;
}
.img_left {
	border: 1px solid #808080;
	position: relative;
	float: left;
	margin: 0.8em 1.8em 1.4em 0em;
}
#nav {
	float: left;
	width: 14em;
	font-family: Calibri, Arial, sans-serif;
	font-size: small;
	margin-top: 2em;
}
#nav ul {
	list-style:none;
	margin-left:5px;
	padding-left:0;
}
#nav li{
	border-bottom: 1px dotted gray;
	margin-bottom: 10px;
	border-bottom-style: dashed;
	border-bottom-color: #C0C0C0;
	border-bottom-width: 1px;
}

.img_right {
	border: 1px solid #808080;
	position: relative;
	float: right;
	margin: 0.8em 0em 1.8em 1.8em;
}
.noborder_link {
	border-width: 0px;
}

.titulo_capitulo {
	font-family: Calibri, Arial, sans-serif;
	font-size: large;
	text-align: left;
	margin: 10px 20px 0 20px;
	font-weight: bold;
}
.contenido_capitulo {
	font-family: Calibri, Arial, sans-serif;
	font-size: small;
	color: #808080;
	text-align: justify;
	margin: 10px 20px 0 20px;
}
ul {
	list-style-type: disc;
	color: #808080;
}
ol {
	list-style-type: decimal;
	color: #808080;
	font-family: Calibri, Arial, sans-serif;
	font-size: small;
}
/* ------------------
 styling for the tables 
   ------------------   */

#cuadro_portada
{
	font-family: Calibri;
	font-size: large;
	margin: 5px;
	width: 220px;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #C0C0C0;
	color: #0066CC;
	font-weight: bold;
	background-color: #EEEEEE;
}
#cuadro_portada th
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	height: 30px;
}
#cuadro_portada td.imagen
{
	height: 75px;
	background-color: #FFFFFF;
}
#cuadro_portada td.texto
{
	font-size: small;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	line-height: normal;
	background-color: #FFFFFF;
}


a,a:link,a:visited,a:active {color:#4E7DC2;text-decoration:none}
a:hover {text-decoration:underline}


#footer {
	width: 804px;
	border-width: 1px;
	border-color: #808080;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	font-family: Calibri, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	height: 65px;
	text-align: right;
}
