/* CSS Document */
/* General */
html {
}

body {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px; /* setting base font to user's prefered size */
	text-align: justify;
}
p, pre, dt {
	text-align: justify;
	margin-right: 5px;
	margin-left: 5px;
}

ul {
	padding-left: 10px;
	list-style-image: url(images/vinieta.png);
	margin: 0px;
}

li {
	text-align:justify;
	margin: 0px;
	padding: 0px;
}
   
/* Headers */

h1 {
	font-weight: bold;
	text-decoration: none;
	font-size: 150%;
	margin: 0px;
	padding: 5px;
	text-indent:1px;
	color:#3163A5;
}

h2 {
	font-weight: bold;
	text-decoration: none;
	font-size: 125%;
	margin: 5px;
	color: #3163A5;
}

h3 {
	font-weight: normal;
	text-decoration: none;
	font-size: 110%;
	margin: 5px;
} 

h4 {
	font-weight: normal;
	color: #3163A5;
	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: 7px;
}
	
h6 {
	font-weight: bold;
	text-decoration: none;
	font-size: 50%;
	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{
	border-collapse: collapse;
	font-size: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

input, select, textarea {
	font-size: 100%;
	color: #003366;
	border: 1px solid #003366;
	background-color: #F6F5F2;
	width: 180px;
}

.boton{
	cursor:pointer;
	font-weight: bold;
}

td img {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

