@charset "utf-8";
/* CSS Document */
body, td, th {
	font-family: Arial;
	font-size: 12px;
	color: #000;
}

body {
	background:#003E89;
	margin-top: 0px;
	margin-bottom: 0px;
}
img {
	border: 0;
}
a {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color: #003E89;                                                 ;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003E89;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #003E89;
}
/* div */
#content {
	margin:auto;
	background-color:#C4C4C4;
	width:849px;
	height:auto;
}
#cabecera {
	width: 839px;
	margin:0 auto;
	height:auto;
	background-color:#253B61;
}
#bg {
	width: 839px;
	margin:0 auto;
	height:auto;
	background-color:#fff;}
	
#contenido {
	width:839px;
	margin:0 auto;
	height:auto;
    background-color:#transparent;
}
#pie {
	clear:both;
	width:839px;
	margin:0 auto;
	height:auto;
	background-color:#36659D;
	}
/* end div*/
/* bg- design */
.banner {
	background-image: url(images/banner.jpg);
	background-repeat:no-repeat;
}
/* end bg- design */

.denis{font-size:14px; color:#CED1B2; }
h2{font-size:14px}

.titulo {
    font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #000;
}
.sub_menu1 {
    font-size: 14px;
	font-weight: bold;
	color: #557639;
}
.sub_titulo {
    font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #2E3429;
}
.copy {
    font-family: Tahoma;
	font-size: 11px;
	color:#DADBDC;
}
.txt2 {
    font-family: Arial;
	font-size: 12px;
	color:#fff;
}
/*-- menu --*/
.menu-pie {
    font-family: Tahoma;
	font-size: 12px;
	color: #FFF;
}
.menu-pie a:visited{
	color:#fff;}
.menu-pie a:hover{
	color:#000;}
.menu-pie a:link{
	color:#fff;}
.menu-pie a:active{
	color:#fff;}
/*-- end --*/
/***forms*******************************************/
input, textarea{font-family:Tahoma; font-size:11px; color:#253B61; vertical-align:middle; font-weight:normal; text-align:left; border: solid 1px #3780BF;}
.searching {width:240px; height:auto; color:#253B61; vertical-align:middle; height:16px; margin-right:6px; border: solid 1px #3780BF;}
.column-center input, .column-center textarea { margin:3px 0 3px 5px;}

/***end forms*******************************************/