BODY { BACKGROUND-IMAGE:  url('img/bg.jpg');
}

#logo {
	position: relative;
	left: 10px;
	top: 20px;
}

#right {
	float: right;
}

#left {
	float: left;
}

td { vertical-align: top;
}

H1 {
	font-family: georgia, times, serif;
	color: #006600;
	font-size: 200%;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 5px;
	margin-bottom: 10px;}

H2 {
	font-family: tahoma, verdana, san-serif;
	color: #006600;
	font-size: 85%;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: -10px;
}

/* volanta*/
H3 {
	font-family: tahoma, verdana, sans-serif;
	color: #333;
	font-size: 70%;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px dashed #666;
}

p {
	font-family: tahoma, verdana, sans-serif;
	font-size: 70%;
	color: #333;
}

ul, ol {
	font-family: tahoma, verdana, sans-serif;
	font-size: 70%;
	color: #333;
}

li {
	margin: 5px 10px 5px 10px;
}

a {
	color: #2a5b8c;
	text-decoration: underline;
}

a:hover {
	color: #003366;
	text-decoration: underline;
}

.dropcap { font-size: 400%; float: left; padding: 2px; }

.small { font-size: 60%; }

.big { font-size: 120%; }

.copyright {
	font-family: tahoma, sans-serif;
	color: #666;
	font-size: 70%;
	margin: 10px 0 10px 20px;
}

blockquote {
	font-family: georgia, times, serif;
	font-style: italic;
	letter-spacing: -0.5px;
}

.pdficon {
	list-style-image: url(img/pdf.gif);
	margin-left: 20px;
}
* html .pdficon { padd\ing-left: 0px;		/* TAN HACK valores que toma IE*/
}

/* menu inferior */
.menu {
	font-family: tahoma, sans-serif;
	font-size: 70%;
	color: #2a5b8c;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* menu izquierda */
ul.menuizq  {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;}

ul.menuizq li {
	border-bottom: 1px solid #666;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* menu breadcrumb */
.breadcrumb {
	font-family: tahoma, sans-serif;
	font-size: 70%;
	color: #666;
	text-decoration: none;
	margin-bottom: 0px;
}

.img {
	/*border: 1px #660 solid;*/
	background-color: none;
	margin-bottom: 10px;
	/*padding: 2px;*/
}

.margder {
	margin-right: 20px;
}

.margizq {
	margin-left: 20px;
}

.border {
	border: 1px #666 solid;
}

.medium { background-image: url('img/table-pat.gif'); background-repeat: repeat-y; padding: 10px;}
.ama { background: rgb(255,204,102);}
.verde1 { background: rgb(0,102,0);}
.rojo { background: rgb(191,51,24);}
.gri3 { background: rgb(231,231,231);}
	
/* FORMULARIOS */
.headtabla {background: rgb(0,102,51); color: #CCFFCC; padding: 5px;}
.cuerpotabla {background: rgb(243,233,158); }
.cuerpotablaclaro {background: rgb(255,255,204); }

.inputs {
	BACKGROUND-COLOR: #e7e7e7;
	COLOR: #333333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
}

.buttons {
	BACKGROUND-COLOR: #e7e7e7;
	COLOR: #333333;
	font-family: tahoma, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
}

/* corrige achicamiento texto tags anidados */
li p { font-size: 100%; }
h1 a { color: #992a14; text-decoration: none;}
h1 a:hover { color: #992a14; text-decoration: underline;}
h2 a { color: #992a14; text-decoration: none;}
h2 a:hover { color: #992a14; text-decoration: underline;}
.menu a { color: #2a5b8c; text-decoration: none;}
.menu a:hover { color: #2a5b8c; text-decoration: underline;}
.breadcrumb a { text-decoration: none;}
.breadcrumb a:hover { text-decoration: underline;}
.menuizq li a { color: #666; text-decoration: none;} /* color links izq*/
.verde1 h2 {font-family: tahoma, verdana, sans-serif; color:#99cc99; padding:5px; margin-bottom: 0;}
.verde1 p {font-family: tahoma, verdana, sans-serif; color:#99cc99; padding:5px; margin-bottom: 0; font-weight: bold;}
ol ol { font-size:100%;}