@charset "utf-8";
/* CSS Document */

@import "./capas.css";

/*Estilos de etiquetas*/
*{-moz-box-sizing: border-box;
	box-sizing: border-box
}
	
p{
	margin-top:0px;
	margin-bottom:1em;
	margin-right: 10px;
	color: #333333;
}

form{
	margin:0px
}

span{
	margin: 0;
}

body {
	text-align: left;
	font-size: 12px;
	color: #333333; 
	background: #E5E4E4 url('../images/fondo.gif') repeat-x;
	background-position: top;
	margin: 0px;
	font-family: "Trebuchet MS", sans-serif;
}

h1 {
	font-size: 14px; text-align:left;
}

h2 {
	font-size: 120%;
}
.azul{color:#003366;}
h3 {
	font-size: 100%;
}

a {
	text-decoration: none;
	color: #333333;
	font-size: 11px;
	font-weight: bold; 
	margin-right: 1%;
	margin-left: 1%;
	text-align: left;	
}

a:hover{
	text-decoration: none;
	color: #003366;
	font-size: 11px;
	font-weight: bold;
}

a.states{
	text-decoration: none;
	color:#2D5186;
	font-size: 12px;
	font-weight: bold; 
	text-align: left;
}

a.states:hover{
	color: #666;
	font-size: 12px;
	font-weight: bold;
}

td{
	padding:5px 3px 5px 3px;
}

label , table {
	font-size: 100%;
}

img {
	border: none;
	margin: 0px;
}

span {
	text-align: right;
}

ul {
	padding-left: 15px;
	margin: 0px;
}

ol {
	padding-left: 15px;
	margin: 10px;
}

li {
	padding: 0px;
	margin: 0px;
}

/*Clases e id*/
.tit  {
	color: #1463B1;
	font-weight: bold;
	text-align: center;
}

.disclamer{
	margin-top:0px;
	margin-bottom:1em;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 10px; 
}

.disclamer1{
	margin-top:0px;
	margin-bottom:1em;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 11px; 
}

.disclamer2 {
	text-decoration: none;
	color: #0066CC;
	font-size: 10px; 
	text-align: left;	
}

.disclamer2:hover{
	text-decoration: underline;
	color: #0066CC;
	font-size: 10px; 
	text-align: left;	
}

.peque {
	font-size: 9px;
	padding-left: 20px;
	padding-right: 20px;
}

#textfield {
	width:150px;
	height: 18px;`
}

#radio {
	width: 25px;
}

.li{
	list-style-image: url(../images/li.gif);
	color: #1463B1;
}

.ll{
	list-style-image: url(../images/li.gif);
	color: #1463B1;
}

.li:hover{
	list-style-image: url(../images/li.gif);
	color: #003366;
}

}
#radio2 {
	width: 12px;
	height: 12px;
	margin: 0px;
	padding: 0px;
}

.style6 {
	font-size: 11px;
	font-weight: bold;
}
.style7 {
	color: #000066
}
.style8 {color: #000066; font-size: large; }
.style9 {color: #003399}
