/* CSS Document */
body{
	color: #3399CC;
	background-image:url(imagenes/fondo.jpg);
	background-repeat: repeat;
	background-color:#5482A6;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
}
h1{
	font-family:Verdana;
	font-size:9px;
	color:#003366;
	text-align:right;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
}
h2{
	color: #FFFFFF;
	margin:0px;
	padding-top:2px;
	font-size:15.5px;
}
.link h2{
	color: #ffffff;
	margin:9px 7px 11px;
	padding:4px;
	font-size:13px;
	font-weight:bold;
	background-color: #013d69;
	background-image: url(imagenes/esquina-02.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	border-bottom: #993300 1px solid;
	border-left: #993300 1px solid;
}
#tabla{
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
	border: solid 1px #CCCCCC;
	background-image: url(imagenes/fondo_tabla_02.jpg);
}
#encabezado{
	width: 1000px;
	border-bottom:#FF9900 2px solid;
}
.botonera img{
 	padding-left:1px;
}
#contenido{
	float:left;
	width:668px;
	text-align:center;
	border-right: #336699 1px solid;
	background-image: url(imagenes/fondo_tabla.jpg);
}
#contenido2{
	float:right;
	width:770px;
	text-align:center;
	border-left: #336699 1px solid;
	background-color:#003366;
}
#contenido3{
	width: 1000px;
	background-color:#003366;
}
#contenido3 img{
	border: #0099CC 1px solid;
}
#columna{
	float:right;
	width:330px;
}
#columna2{
	float:left;
	width:228px;
}
.img-columna{
	border: #CCCCCC 1px solid; 
	width:200px; 
	margin:0 auto;
}
/* TEXTOS */
.txt_1{
	font-size:15px;
	color: #3399FF;
	padding:10px 10px 20px 10px;
	font-weight:bold;
	border-bottom: 1px dashed #F90;
}
.txt_1 strong{
	color: #CCC;
}
.txt_1 img{
	border:#0099CC 1px solid;
}
.txt_1 p{
	padding: 5px 10px;
}
.titulo_2{
	color: #FF9900;
	font-size:11px; 
	font-weight:bold;
	background-color: #006699;
	background-image: url(imagenes/esquina.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	padding:3px 10px;
	margin:3px 8px;
	border-bottom:2px #CC6600 solid;
	border-right:2px #CC6600 solid;
}

.txt_2{
	color: #3399FF;
	text-align:center;
	font-size:12px;
	line-height:1.3;
	font-weight:bold;
	padding:3px 10px;
}
.txt_chico{
	font-size:11px;
}
.txt_chico p{
	text-align:right;
	margin:0px 0px 4px;
	font-size:10px;
}
.txt_1 .txt_chico{
	margin: 4px;
}

.compartir{
	text-align:right;
	margin-bottom:5px;
}

.botonera-inferior{
	text-align:right;
}

.creditos{
	font-size:10px;
	text-align:center;
	color: #6699FF;
	padding-bottom:8px;
}
alt{
	color: #FFFFFF;
	text-align:center;
	font-size:10px;
	font-weight:bold;
}
.colegas li{
	color:#FFFFFF;
	margin-bottom:5px;
}
.colegas li span{
	margin:0px 0px 5px;
	color:#3399FF;
	font-size:12px;
}
.colegas-chico{
	font-size:11px;
}
.colegas-chico p{
	color:#3399FF;
	margin:0px 0px 5px;
	padding:0px;
}

.link{
	padding:2px;
	border-bottom: #006699 1px dashed;
	text-align:center;
}
.link .txt_2{
	color:#FF9900;
}
.link li{
	font-size:11px;
	color:#FF9900;
	margin:0px 0px 0px 20px;
	text-align:left;
}
/* LINKS */
a.linkopacity img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
border:0;}
a.linkopacity:hover img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
border:0;
}
a {
	text-decoration:none;
}
a:link {
	color: #FF9900;
}
a:visited {
	color:#FF9900;
}
a:hover {
	color: #CC6600;
	text-decoration:underline;
}
a:active {
	color: #FF9900;
}

.link a:link {
	color: #FFFFFF;
}
.link a:visited {
	color: #FFFFFF;
}
.link a:hover {
	color: #CCCCCC;
	text-decoration:underline;
}
.link a:active {
	color: #FFFFFF;
}
/* FORMULARIO DE CONTACTO */
.txt_form2{
	font-family:Arial;
	font-size:13px;
	padding: 2px 5px;
	text-align:left;
	color: #003366;
	border: #003366 1px dotted;
	margin-top:5px;
	font-weight:bold;
	background-color: #C2E3ED;
}
.boton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000033;
	border: 1px double #C9E8F8;
	background-color: #139DC6;
	font-weight:bold;
	cursor: hand;
}
/* PIE */
#pie{
	border-top: 1px solid #FF9900;
	padding:10px;
	text-align:center;
	line-height: 20px;
	background-color:#003366;
}
