﻿*
{
	font-size: 12px;
}
body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(imagenes/fondo.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
a
{
	text-decoration: none;
	color: #40668C;
}
a:visited
{
}
a:hover
{
	text-decoration: underline;
}
a img
{
	border: 0px;
}
h1, h2, h3, h4, h5
{
}

h1
{
    clear: both;
    font-size: 24px;
	margin-top: 5px;
	border-bottom: 5px #d90000;
	border-bottom-style: solid;
	margin-bottom: 3px;
	padding-bottom: 10px;
	color: #d90000;
}
h2
{
    clear: both;
    font-size: 18px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	margin-top: 30px;
	border-bottom: 1px #000000;
	border-bottom-style: solid;
	color: #000000;
}

p
{
	padding: 0px;
	margin: 20px 0px 20px 0px;
}
acronym
{
	cursor: help;
}
ul li
{
	list-style-type: square;
}
ol li
{
	margin-bottom: 10px;
}


table
{
    width: 100%;
}
th
{
	padding: 10px;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
td
{
    padding: 10px;
    border-bottom: 1px solid #C0CCD8;
}
