/* General */
html {
    background-color: #EEEEEE;
}

body {
	margin: auto;
	color: #00236C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /* setting base font to user's prefered size */
}
p, pre, dt {
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;
}

ul {
}

li {
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;
	padding-bottom: 10px;
	list-style-image: url(images/vineta.png);
}
   
/* Headers */

h1 {
	font-weight: bold;
	text-decoration: none;
	font-size: 150%;
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;
}

h2 {
	font-weight: bold;
	text-decoration: none;
	font-size: 125%;
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;
}

h3 {
	font-weight: bold;
	text-decoration: none;
	font-size: 110%;
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;
} 

h4 {
	font-weight: bold;
	text-decoration: none;
	font-size: 100%;
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;
}

h5 {
	font-weight: bold;
	text-decoration: none;
	font-size: 90%;
	margin: 0px;
}
	
h6 {
	font-weight: bold;
	text-decoration: none;
	font-size: 75%;
	margin: 0px;
}

/* Link */

a:link, a:visited {
    color: #4A4A8C;
    background-color: transparent;
    text-decoration: none;

}

a:hover, a:active {
    color: #4A4A8C;
    background-color: transparent;
    text-decoration: underline;
}

/* tablas */

table {
	border-collapse: collapse;
}
td, th{
	padding: 3px;
	border-collapse: collapse;
	font-size: 12px;
}

input, select, textarea {
	font-size: 100%;
	color: #003366;
	border: 1px solid #003366;
	width: 180px;
}
.celdas{
	padding: 3px;
	border-collapse: collapse;
	font-size: 12px;
	border: 1px solid #999999;
}

.celda-izq{
	padding: 3px;
	border-collapse: collapse;
	font-size: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #999999;
}

.celdas-topmenu{
	border-collapse: collapse;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #666666;
}

