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

* {margin: 0px;	padding: 0px;font-family:  Helvetica, Verdana, Arial, sans-serif;}
body {margin: 0px; font-size: 11px; font: Arial; color:#333;}
img {border:0px; _margin-bottom: -1px;}
a {	text-decoration: none; color:#333;}
h1 {color:#333;	font-size:22px; margin-bottom:5px; font-weight:none;}
h2 {color:#333; margin-bottom:5px; text-transform:uppercase; font-weight:100;	border-bottom: 4px solid #ccc; display:block; padding: 5px; font-size:18px; margin-bottom:5px;}
h3 {color:#333;	border-bottom: 1px solid #666; padding: 5px;}
h4 {color:#333;	diplay:block; background:#333; font-size:14px; text-transform:uppercase;  padding: 5px; margin-top: 20px;}

.center {margin-left:auto; margin-right: auto; width: 100%;}
.padding {padding:10px;}
.clear {clear:both;	}
.spacer {clear:both;height: 20px;}
.error {background:#FDD2CE; font-weight:bold; border:2px solid #F77364; padding:10px;}
.msg {background-color:#F9F3CC; font-weight:bold;border:2px solid #FFCC00;  padding:10px;}

body {
	margin: 0px;
	font: tahoma, arial, verdana;
	font-size: 12px;
}

#header {
	width:100%;
	background-color:#334554;
	background-image: url(../imgs/bg-arriba.jpg);
	background-repeat: repeat-x;
}
#main {
	width:100%;
	background-color: #334554;
	background-image: url(../imgs/bg01-azul.gif);
	background-repeat: repeat-x;
}
#footer {
	width:100%;
	background-color: #334554;
	background-image: url(../imgs/bg-abajo.png);
	background-repeat: repeat-x;
	padding-top: 0px;
}

.form {
	width:95%;
	border: 1px solid #aaa;
	font-weight:bold;
	padding:3px;
	color:#777;
	margin-bottom: 10px;
	
}
.form2 {
	width:95%;
	border: 1px solid #F96400;
	font-weight:bold;
	padding:4px;
	color:#666;
	margin-bottom: 10px;
	
}
.odd_row {
	background: #eee;
	border-bottom: 2px solid #ccc;
}
.even_row {
	border-bottom: 2px solid #ccc;
}
.row_column {
	padding: 5px 10px;
	border-right: 1px solid #ccc;
	
}
.text_center {text-align:center;}
.small_text {font-size:11px;}
.large_text {font-size:22px; display:block; margin-bottom:5px;}
.text {line-height:18px;}


.form_row {
		background-color: #fff;
		padding: 15px;
		border-bottom: 1px solid #eee;
}
.form_row:hover {
		padding: 15px;
		border-bottom: 1px solid #ccc;
		background-image: url(../images/info_background_hover.jpg);
		background-repeat: repeat-x;
}

