@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	background:url(../img/bg_principal.jpg) repeat-x top #999900 ;
	}
#conteiner{
	width:996px;
	background:#fff;
	border-left:solid 3px #003366;
	border-right:solid 3px #003366;
	margin:auto;
	padding:0;
	}
#menu{
	text-align:center;
	background:url(../img/bg_menu.jpg) repeat-x;
	height:50px;
	}
#menu table{
	margin:auto;
	padding:0;
	border:0;
	}
#menu td{
	border-right:2px solid #fff;
	}
#cuerpo{
	overflow:hidden;
	margin:5px 0;
	padding:0 5px;
	}
#caja{
	width:750px;
	float:right;
	}
#sidebar{
	width:233px;
	float:left;
	text-align:center;
	}
#footer{
	text-align:right;
	padding:10px;
	font-size:10px;
	color:#999900
	}
#footer a:link{
color:#999900;
text-decoration:none;
}
#footer a:active{
color:#999900;
text-decoration:none;
}
#footer a:visited{
color:#999900;
text-decoration:none;
}
#footer a:hover{
color:#666;
text-decoration:none;
}

.mensaje{
	border:2px solid #ccc;
	padding:5px;
	color:#999900;
	text-align:justify;
	overflow:hidden;
	}
div.cajita1{
	width:320px;
	text-align:center;
	font-size:24px;
	border:solid 1px #999900;
	float:right;
	margin-left:12px;
	margin-right:10px;
	}
#map_canvas{
	width:380px;
	border:solid 1px #999900;
	height:250px;
	float:right;
	overflow:hidden;
	margin:5px;
	}
.items{
	background: #003366 url(../img/toper.jpg) top no-repeat;
	text-align:center;
	width:205px;
	padding-top:15px;
	margin:4px 14px;
	color:#fff;
	}
.mas{
	text-align:right;
	margin-top:8px
	}
.mas a:link{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
	.mas a:active{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
	.mas a:visited{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
	.mas a:hover{
	color:#666;
	font-weight:bold;
	text-decoration:none;
	}
.mas2{
	text-align:right;
	margin-top:8px
	}
.mas2 a:link{
	color:#003366;
	font-weight:bold;
	text-decoration:none;
	}
	.mas2 a:active{
	color:#003366;
	font-weight:bold;
	text-decoration:none;
	}
	.mas2 a:visited{
	color:#003366;
	font-weight:bold;
	text-decoration:none;
	}
	.mas2 a:hover{
	color:#666;
	font-weight:bold;
	text-decoration:none;
	}
.Estilo1{
	color:#FF0000;
	font-weight:bold;
	font-size:14px;
	}
h2{
	color:#003366;
	font-family:Arial;
	font-size:24px;
	}

table{
	font-size:12px;
}
input, textarea{
	color:#999900;
	font-size:10px;
	font-weight:bold;
	border:1px solid #999900;
	}
.bottom{
	color:#fff;
	background:#999900;;
	}
.img{
	background:#fff;
	padding:5px;
	margin:0 5px;
	border:2px solid #999900;
	}
.mensaje a:link{
	font-weight:bold;
	color:#999900;
	text-decoration:none;
	}
.mensaje a:active{
	font-weight:bold;
	color:#999900;
	text-decoration:none;
	}
	.mensaje a:visited{
	font-weight:bold;
	color:#999900;
	text-decoration:none;
	}
	.mensaje a:hover{
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	}
table.tablita td{
	border:solid 1px #CCCCCC;
	background:#f7f7f7;
	}