/* belenos1.css - Style Sheet */
/* (c) Fernando Fernandez Pedraza - www.fpedraza.com */

BODY {
	color : Black;
	z-index:0;
	margin: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #0154A0;
}


P {
	text-align: justify;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 15px;
}

P.footer {
	text-align: center;
	color: #AAAAAA;
	padding: 0px;
	vertical-align: middle;
}

P.decortop {
	margin-bottom: 0px;
}

P.decormain {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: black;
	margin-top: 0px;
	margin-left: 35px;
	padding: 0px;
}

P.img {
	display: block;
	height: 60px;
}

P.imgmini {
	display: block;
	height: 30px;
}

P.enlacestop {
	text-align: right;
	padding: 0px;
	border: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
}

em {
	font-weight: bold;
	font-style: italic;
}

.tachado {
	text-decoration: line-through;
}

.cuadronegro {
	border-style: solid;
	border-width: 1px;
	border-color: black;
}


body, p, table, li, tr, td, a, input, textarea, select, option {
	font-family:  Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
}

table.data {
	margin-left: 20px;
	border: solid 1px black;
	border-collapse: collapse;
}

td.data {
	border: solid 1px black;
	border-collapse: collapse;
}

input, textarea, select {
	border-style: solid;
	border-width: 1px;
	border-color: #0154A0;
	overflow: auto;
}

DIV.containerdiv {
	position:relative;
	top: 50px;
	left: 0px;
	width: 800px;
	height: 510px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	border-color: #A1D2FF;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	background-color: #FFFFFF;
}


DIV.logodiv {
	position:relative;
	top: 0px;
	left: 0px;
	height:100px;
	width: 100%;
	background-color: white;
	z-index: 2;
	/* border-color: black; */
	/* border-style: solid; */
	/* border-width: 1px; */
}

DIV.logoauxdiv{
	float: right;
	height: 80px;
	width: 190px;
	margin-top: 10px;
	margin-right: 20px;
	text-align: right;
}

DIV.imgdiv {
	position: relative;
	left: -1px;
	top: 0px;
	height: 80px;
	width: 100%;
	z-index: 2;
	border-color: #A1D2FF;
	/* border-color: #0154A0; */
	border-style: none;
	border-width: 0px;
	text-align: right;
}

DIV.menudiv {
	position:relative;
	float:left;
	top:15px;
	height: 250px;
	width: 30%;
	color : Black;
	background-color: white;
	z-index: 2;
	overflow: auto;
	text-align: left;
	/* border-color: black; */
	/* border-style: solid; */
	/* border-width: 1px; */
}

DIV.text1div {
	position: relative;
	float:right;
	top: 15px;
	right: 20px;
	width: 68%;
	height: 250px;
	background-color: white;
	z-index: 2;
	overflow: auto;
	text-align: left;
	/* border-color: black; */
	/* border-style: solid; */
	/* border-width: 1px; */
}

DIV.footerdiv {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 800px;
	height: 16px;
	color : #AAAAAA;
	background-color: white;
	z-index: 0;
	border-color: #0154A0;
	border-style: solid none none none;
	border-width: 5px ;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
}



H1 {
	font-family:  Trebuchet MS, Verdana, Helvetica, sans-serif;
	color : #0154A0;
	font-weight: bold;
	font-size : 110%;
	text-align : left;
}

H2 {
	font-family:  Trebuchet MS, Verdana, Helvetica, sans-serif;
	color : #0154A0;
	font-weight: normal;
	font-size : 110%;
	text-align : left;
}

H3 {
	font-family:  Trebuchet MS, Verdana, Helvetica, sans-serif;
	color : black;
	font-weight: normal;
	font-size : 110%;
	text-align : left;
}


a:link 		{ color: #0154A0; text-decoration: none;}
a:visited 	{ color: #0154A0; text-decoration: none; }
a:hover 	{ color: #FFFFFF; background-color: #0154A0; text-decoration: none; }
a:active 	{ color: #FFFFFF; background-color: #0154A0; text-decoration: none; }

a.footer:link 		{ color: #A1D2FF; text-decoration: none;}
a.footer:visited 	{ color: #A1D2FF; text-decoration: none; }
a.footer:hover 	    { color: #FFFFFF; background-color: #A1D2FF; text-decoration: none; }
a.footer:active 	{ color: #FFFFFF; background-color: #A1D2FF; text-decoration: none; }



IMG.banner {
	float: right;
	margin: 0 0 4px 0;
	border-style: none;
	border-width: 0px;
}

IMG {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 8px;
	float:left;
	border-style: none;
}

IMG.th
{
	float: left;
	margin: 0px;
	margin-right: 10px;
	border: 2px solid #AAAAAA;
}

IMG.thmini
{
	float: left;
	margin: 0px;
	margin-right: 10px;
}
