/* CSS Document */

body {margin-left: 0px; margin-top: 12px; margin-right: 0px; font-family: Arial; font-size: 11px; background: url(../images/fondo.jpg) repeat-x; color: #333333; text-align: center;}
.bgder{ background-position: right; background-repeat: repeat-y;}
.bgizq{ background-position: left; background-repeat: repeat-y;}
.titulo{
	font-size: 16px;
	color: #009933;
	border-bottom: 2px #100F48 solid;
	padding-bottom: 5px;
	font-weight: bold;
}

.textoblanco { color: #FFFFFF;}
.textonaranja { color: #FF9900;}
.textoverde { color: #009933;}
.textoazul { color: #100F48;}

a:link,a:active,a:visited{color: #009933; text-decoration: underline;}
a:hover{ background-color: #009933; color: #FFFFFF; text-decoration: none}

a.blanco:link,a.blanco:active,a.blanco:visited{color: #FFFFFF; text-decoration: none; font-size: 10px; font-style: italic;}
a.blanco:hover{background: #FFFFFF; color: #100F48; text-decoration: underline;}

#todo {width: 727px; text-align: center;}
p {
	margin: 0px;
	padding-top: 10px;
}

#todo #info {
	width: 711px;
	text-align: justify;
	padding: 0px;
}
#info #info2 {
	background-image: url(../images/bg-info.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
	width: 646px;
	padding-right: 10px;
	padding-left: 55px;
	text-align: justify;
}
.left {
	float: left;
	width: 125px;
	text-align: center;
	background-color: #FFFFFF;
}
.right {
	float: right;
	width: 520px;
	background-color: #FFFFFF;
	margin-right: 10px;
}
.brdbottomgris{
	border-bottom-color: #EAEAEA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #EAEAEA;
}

.bordenaranja{border: 1px #FF9900 solid;}

