/* Etiquetas redefinidas */

body {
	background: #4374AC url(../../images/fondo_web.jpg) repeat-x center center;
	padding: 0px;
	margin: 0px;
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #FFFF00;
}

form {
	display: inline;
}


input, textarea, select {
	border: 1px solid #000033;
	font: 11px "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

h1 {
	color: #FFFF00;
	font-size: 13px;
	margin: 1px;
	text-align: left;
	margin-bottom: 10px;
}

/* Clases */

.main {
	border: 1px solid #000033;
	width: 750px;
}

.content {
	background: url(../../images/fondo_main.jpg);
	font: 13px "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color: #FFFFFF;
	padding: 28px 12px 0px 28px;
	vertical-align: top;
}

.forms {
	border: 1px solid #284273;
	background: #325282 url(../../images/fondo_forms.gif) repeat-x left top;
	margin-bottom: 0px;
}

.forms td{
	color: #FFFFFF;
	font-size: 11px;
	padding: 6px;
}


.forms .comment {
	color: #FFFF00;
	font-size: 10px;
	padding: 0px;
}

.wfix {
	width: 150px;
}

.wfix200 {
	width: 200px;
}

.picsright {
	float: right;
}

.pie {
	border: 1px solid #000033;
	margin-top: 6px;
}