BODY {
	PADDING: 0px;
	MARGIN: 0px;
	background: url(../images/bg_body.jpg) #FFF repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
}
img {
padding:0px;
margin:0px;
border: none;
}

#container {
	width: 770px;
	margin: 25px auto;
	padding: 0px;
	/*position:relative;
	overflow:hidden;*/
    background: url(../images/bg_container.jpg) no-repeat center 10px;
}

#header {
	width: 760px;
	height: 70px;
	margin: 0px 5px;
	border-bottom: solid 1px #C3C3C3;
}

#header .logo {
	width: 200px;
	padding: 18px 0px 18px 20px;
	float: left;
}


/*  ------------------------------MENU ------------------*/

#header #menu {
	width: 530px;
	float: right;
	padding:0px;
	margin:0px;
}
#header #menu ul {
	font-size:12px;
	color:#004971;
	margin:33px 20px 0px 0px;
	padding:0px;
	width: 510px;
}

#header #menu li {
	float: left;
	list-style-type: none;
	padding: 0px 0px 0px 11px;
	margin:0px;
}

#header #menu li a {
	color:#004971;
	display: block;
	float: left;
	text-decoration:none;
}

#header #menu li a:hover {
	color: #0078B7;
	text-decoration:underline;
}


/* ------------ /// ------------ /// ------------ /// ------------ MAIN ------------ /// ------------ /// ------------ /// ------------ */

.top{
	width: 720px;
	margin: 0px 0px;
	padding:20px 25px 20px 25px;
}

#main {
	float: left;
	width: 720px;
	margin: 0px 0px;
	padding: 0px 25px 20px 25px;
}

#columna {
	float:right;
	width: 260px;
	background:#DADADA;
	padding: 5px;
	line-height: 17px;
	font-size:12px;
	color:#333333;
	
}

#columna #box{
	background:#918B84;
	height: 180px;
	width: 260px;
	/*overflow:hidden;*/
	margin:0px;
	padding:0px;
	float: left;
	position:relative;
	margin-right: 0px !important;
	margin-right: -3px;
}

#columna #box .foto{
	height: 180px;
	float: left;
	margin:0px;
	padding:0px;
}

#columna #box .txt {
	width:110px;
	float:right;
	font-size:12px;
	font-weight:bold;
	padding:10px 10px 0px 10px;
	margin-top:95px;
}
#columna #box .txt a{
	color:#333333;
	text-decoration:none;
}
#columna #box .name {
	color:#000000;
}

#columna #box .name a{
	color:#000000;
	text-decoration:none;
}
#columna #box .name a:hover,
#columna #box .txt a:hover{
	text-decoration:underline;
}

#columna #nota{
	float: left;
	margin-top:5px;
	line-height: 17px;
	font-size:12px;
	color:#333333;
}

#columna #nota a{
	color:#0078B7;
	text-decoration:none;
}

#columna #nota a:hover{
	text-decoration:underline;
}


/*----------------------- INTRO HOME ------------------------------*/


#intro {
	float: left;
	width: 420px;
}

#intro h1{
	color:#004971;
	font-size:13px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

#intro h1 a{
	color:#004971;
	text-decoration:none;
}

#intro h1 a:hover{
	text-decoration:underline;
}

#intro p{
	color:#666666;
	font-size:12px;
	line-height:18px;
	padding:5px 0px 20px 0px;
	margin:0px;
}

#intro p a{
	color:#666666;
	text-decoration:none;
}

#intro p a:hover{
	text-decoration:underline;
}
/*----------------------- SUBNAV------------------------------*/

#columna_left {
	float:left;
	width: 222px;
	padding:0px;
	margin:0px;
}

#columna_left .top {
	background: url(../images/subnav_top.jpg) no-repeat center top;
	height:10px;
	width:220px;
	padding:0px;
	margin:0px;
	overflow:hidden;

}

#columna_left .bottom {
	background: url(../images/subnav_bottom.jpg) no-repeat center top;
	height:10px;
	width:220px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}


#subnav {
	background: url(../images/subnav_center.jpg) repeat-y center top;
	width:220px;
	padding:0px;
	margin:0px;
}

#subnav ul{
	width:180px;
	padding:0px 20px;
	margin:0px;
}

#subnav li{
	background:url(../images/bullet_inactive.gif) no-repeat left 16px;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	color:#004971;
	padding: 10px 0px 10px 15px;
	list-style-type:none;
}

#subnav li.active{
	background:url(../images/bullet_active.gif) no-repeat left 16px;
	font-size:12px;
	font-weight:bold;
	color:#004971;
	padding: 10px 0px 10px 15px;
	list-style-type:none;
}
#subnav li a{
	font-size:12px;
	font-weight:bold;
	color:#004971;
	text-decoration:none;
}
#subnav li a:hover{
	text-decoration:underline;
}
#subnav li.interna {
	background:none;
	padding: 0px 0px 5px 15px;
	list-style-type:none;
}

#subnav li.interna a{
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	line-height:14px;
	color:#004971;
}

#subnav li.interna a:hover{
	text-decoration:underline;
}
/*----------------------- CONTENT------------------------------*/

#content {
	float: right;
	width: 480px;
}

#content a{
	color:#0078B7;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}
#content a:hover{
	color:#333333;
}

#content h1{
	color:#004971;
	font-size:20px;
	font-weight:bold;
	margin:0px;
	padding-bottom:10px;
}

#content p{
	color:#333333;
	font-size:13px;
	line-height:20px;
	padding:5px 0px 20px 0px;
	margin:0px;
	text-align:justify;
}

#content .detalle{
color:#0078B7;
}

#content .foto{
float:left;
padding: 5px 20px 5px 0px;
}

#content  ul{
	padding:0px 0px 0px 20px;
	margin:0px;
}

#content li{
	background:url(../images/bullet_li.gif) no-repeat left 16px;
	font-size:13px;
	line-height:20px;
	color:#333333;
	padding: 10px 0px 10px 15px;
	list-style-type:none;
}

#content table ul{
	padding:10px;
	margin:0px;

}

#content table li{
	background:url(../images/bullet_li.gif) no-repeat left 8px;
	font-size:12px;
	/*line-height:16px;*/
	color:#333;
	padding: 0px 0px 5px 15px;
	list-style-type:none;
	font-weight:bold;
}

#content h2{
	font-size:14px;
	color:#004971;
	font-weight:bold;
	padding:10px 0;
	margin:0px;
	text-align:left;
}

#content h2 a{
	font-size:14px;
	color:#004971;
	font-weight:bold;
	text-decoration:none;
}

#content h2 a:hover{
	font-size:14px;
	color:#333;
}
/* ------------ /// ------------ /// ------------ /// ------------ FOOTER  ------------ /// ------------ /// ------------ /// ------------ */


#footer {
	float: left;
	width: 760px;
	margin: 0px 6px 0px 4px!important;
	margin: 0px 3px 0px 2px;
	background:url(../images/bg_footer.jpg) repeat-x;
	height:80px;
}


#footer .copy{
	float: left;
	padding:45px 0px 0px 20px;
	font-size:12px;
}

#footer .copy a{
	color:#004971;
	text-decoration:none;
}

#footer .copy a:hover{
	text-decoration:underline;
}

#footer .razon {
	float: right;
	position:relative;
	width:240px;
	padding:0px;
	margin:0px;
}

#footer .razon p{
	color: #0078B7;
	font-size:11px;
	line-height:16px;
	text-align:right;
	position: absolute;
	top: 35px;
	left: 0px;
	margin:0px;
	padding:0px;
}


#footer .razon span {
	color: #999999;
}

#footer .razon .iso{
	float: right;
	padding:0px;
	margin:0px;
}
