body {
	margin: 5px 0px 0px 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
body, td, th, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#333333;
}

.box_sup{
	background-image:url(images/box_sup.jpg);
	background-repeat:repeat-x;
}
.box_inf{
	background-image:url(images/box_inf.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

.box{
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}


/* Links */
a:link, a:visited, a:hover, a:active {
	color: #006699;
	text-decoration: none;
}
a.lat:link, a.lat:visited, a.lat:hover, a.lat:active{
  color: #FFFFFF;
}
.nav{
	margin-left:15px;
	color: #3394A5;
}

/* Formularios */
form{
	margin:0px;
}
.boton{
	background-image: url(images/btn.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	height:20px;
}

input, select {
	background-image:url(img/bg_campo.jpg);
}

input, select, textarea {
	border: 1px solid silver;
}

input:focus, select:focus, textarea:focus {
	border: 1px solid #99CCFF;
}

.row-even{
	background-color:#EAF8FB;
}

.row-odd{
	background-color:#D8F3EE;
}

.titulo1{
	font-size: 16px;
	font-weight:bold;
	color: #3F89C3;
}

.titulo2{
	font-weight:bold;
	font-size:14px;
	color:#3F89C3;
}

.requerido {
	font-size:12px;
	color: #FF0000;
}

/* Listas */
.list{
	list-style-position: outside;
	padding-left:35px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
	list-style-image:url(images/punto.jpg);
}

.list li{
	margin-top:2px;
	margin-bottom:2px;
}


.img-br{
	border:1px solid #CCCCCC;
}
