* {
    margin: 0px;
}
html,
body {
	margin:0px;
	padding:0px;
	display:block;
	height:100%;
	width:100%;
}
a{
	color:#3e3d3d;
}
a:hover,a.selected {
	color:#723434;
}
body {
	background:url(../img/css/bg_body.gif) top left repeat-x #e6e4e4;
	font-family:Arial, Helvetica, sans-serif;
	color:#2b2b2b;
	font-size:11px;
}
body p {
	gline-height:150%;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
}
ul {
	padding:0px;
	list-style:none;
}
:focus{
	outline:none;
}
a img {
	border:none;
}
a {
	text-decoration:none;
}

.right {
	float:right;
}
.left{
	float:left;
}
.clear{
	clear:both;
	font-size:1px;
	height:0;
	line-height:0;
	overflow:hidden;
}

/* bordes redondeados */
.grey{
	float:left;
	background:#E1DEDE;
	width:100%;
}
.grey_soft{
	float:left;
	background:#f0efef;
}
.grey .txt{
	padding:20px 25px;
}
.topleft, .topright, .botleft, .botright{
	width:13px;
	height:13px;
}
.grey .topleft, .grey .topright, .grey .botleft, .grey .botright{
	background-image:url(../img/css/corners.gif);
}
.grey_soft .topleft, .grey_soft .topright, .grey_soft .botleft, .grey_soft .botright{
	background-image:url(../img/css/corners_soft.gif);
}
.topleft, .botleft{
	float:left;
}
.topright, .botright{
	float:right;
}
.topleft{
	background-position:top left;
}
.topright{
	background-position:top right;
}
.botleft{
	background-position:bottom left;
}
.botright{
	background-position:bottom right;
}
.txt p, .txt ul li{
	padding:7px 0;
	text-align:justify;
}
.txt p.destacado{
	font-weight:bold;
}
.txt ul li{
	background:url(../img/css/bullet2.gif) left 10px no-repeat;
	padding-left:20px;
}
.txt a{
	color:#723434;
}
.txt a:hover{
	color:#2D456C;
}
h2{
	color:#2d456c;
	font-size:30px;
	background:url(../img/css/separator.gif) left bottom repeat-x;
	margin:0 13px;
	margin-bottom:15px;
	padding-bottom:5px;
}
.grey_soft h4{
	color:#2d456c;
	font-size:18px;
	padding:20px 30px 10px 40px;
}
.img img{
	border:5px solid #dfd7d1;
	margin-bottom:9px;
}

/* enlaces i botones */
a.leer{
	background:url(../img/css/bg_button.gif) top left no-repeat;
	float:right;
	display:block;
	width:44px;
	padding-top:1px;
	color:#fff;
	font-size:10px;
	text-align:center;
	gletter-spacing:-0.1em;
	vertical-align:middle;
}
a.leer:hover{
	color:#fff;
}
.ok{
	color:#723434;
	font-size:11px;
	font-weight:bold;
	margin-left:27px;
	margin-top:5px;
}
#home .ok{
	margin-left:5px;
}


/*
envoltorio de los contenidos centrales
*/
#wrapper {
	display:block;
	height:100%;
	width:100%;
	background:url(../img/css/bg_top_bar.jpg) top center no-repeat;
}
#contents {
	min-height:100%;
	width:917px;
	background:#fff;
	margin:0 auto;
	gpadding-bottom:53px;
}

/*
barra superior con logo i selector de idiomas + menu i submenu
*/
#header {
	width:100%;
	margin:0px auto;
	height:145px;
}
#header .top_bar{
	background:url(../img/css/bg_top_bar.jpg) -35px 0px no-repeat;
	width:917px;
	margin:0 auto;
}	
#header .left{
	height:91px;
}
#header .left img{
	margin-top:35px;
	margin-left:0px;
}
#header ul {
	list-style:none;
	padding:0px;
	margin:0px;
	clear:both;
}
#header ul li {
	list-style:none;
	float:left;
	margin:0px;
	padding:0px;
}
#header .right{
	padding-top:37px;
	text-align:right;
}
#header .right ul{
	float:right;
}
#header .right .ul1{
	/*margin-top:7px;*/
	margin-top:20px;
}
#header .right ul li{
	float:left;
}
#header .right li a{
	color:#CCCCCC;
	font-size:11px;
	padding:0 8px;
} 
#header .right .ul2 li a{
	color:#aaa;
	font-size:10px;
	padding-right:5px;
}	
#header .right li a:hover{
	color:#fff;
} 
#header .right li.selected a{
	gtext-decoration:underline;
	color:#ddd;
}
#header .right span{
	border-right:1px solid #CCCCCC;
	font-size:8px;
}
#header .right .ul2 span{
	border-right:1px solid #AAAAAA;
	font-size:8px;
	padding:0;
}
/*
header - menu
*/
#header .top_menu{
	background:url(../img/css/bg_menu.gif) top left repeat-x;
	clear:both;
	height:54px;
	width:917px;
	margin:0 auto;
	gfloat:left;
}
#header .top_menu ul{
	margin-left:0px;
	clear:both;
}
#header .top_menu .menu li a{
	display:block;
	font-family:"Times New Roman", Times, serif;
	color:#2a426a;
	font-size:14px;
	font-weight:bold;
	padding:5px 10px;
	padding-bottom:13px;
	letter-spacing:0em;
}
#header .top_menu .menu li a:hover{
	background:url(../img/css/bg_menu_hover.gif) top left repeat-x;
	color:#9c1b20;
	text-decoration:none;
}
#header .top_menu .menu li.selected a,
#header .top_menu .menu li.selected a:hover{
	background:url(../img/css/bg_menu_selected.gif) top left repeat-x;
	color:#9c1b20;
}
#header .top_menu .submenu{
	gpadding-top:5px;
}
#header .top_menu .submenu li.selected a, #header .top_menu .submenu li a:hover{
	color:#9c1b20;
}
#header .top_menu .submenu li a{
	font-size:9px;
	padding:0px 7px;
}
#header .top_menu .submenu li span{
	border-right:1px solid #3E3D3D;
	font-size:8px;
	padding-left:5px;
	margin-right:6px;
}


/*
contents 
*/
#cont{
	background:url(../img/css/bg_cont.gif) top left repeat-x #fff;
	width:917px;
	padding-top:11px;
	display:block;
}
#cont #total_column{
	padding-top:17px;
	margin:0 14px;
	margin-bottom:40px;
}

/*
home
*/
#home #cont #left_column,
#home #cont #center_column,
#home #cont #right_column{
	float:left;
	margin-top:24px;
	margin-right:13px;
}
#home #cont #left_column .grey{
	width:230px;
}
#home #cont #center_column .grey{
	width:346px;
}
#home #cont #left_column h2,
#home #cont #center_column h2{
	font-size:20px;
	color:#fff;
	background:url(../img/css/bg_home_title1.gif) no-repeat top left;
	padding:12px 17px;
	margin:13px 0;
	margin-left:13px;
}
#home #cont #center_column h2{
	background:url(../img/css/bg_home_title2.gif) no-repeat top left;
}
#home #cont #left_column h2 a,
#home #cont #center_column h2 a{
	color:#fff;
}
#home #cont #right_column{
	width:287px;
	margin-right:0;
	background:none;
}
#home #cont .areas, #home #cont .noticias{
	margin:13px;
	background-color:#fff;
}
#home #cont .areas li{
	background:url(../img/css/separator.gif) bottom left repeat-x;
	padding:10px 12px;
	padding-bottom:12px;
}
#home #cont .areas li.dest{
	background:#f3f2f2;
}
#home #cont .areas li a{
	padding:0px 12px;
	background:url(../img/css/bullet_blue.gif) 0px 5px no-repeat;
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	color:#723434;
	font-weight:bold;
}
#home #cont .areas li a:hover{
	color:#2A426A;
}
#home #cont .noticia,
.noticias_home .noticia{
	background:url(../img/css/separator.gif) bottom left repeat-x #fff;
	padding:14px;
	padding-top:15px;
	overflow:auto;
}
#home #cont .noticia .title,
.noticias_home .noticia .title{
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	line-height:14px;
}
#home #cont .noticia .fecha,
.noticias_home .noticia .fecha,
.noticias .noticia .fecha{
	color:#707070;
	margin-top:5px;
	margin-bottom:10px;
}	
#home #cont .ir{
	text-align:right;
	margin-right:13px;
}
#home #cont .ir a{
	background:url(../img/css/bullet_double.gif) right 4px no-repeat;
	padding-right:15px;
	font-size:11px;
}
#home #cont #center_column a.leer{
	margin-top:3px;
}
#home #cont .contacto{
	height:510px;
	background:url(../img/css/bg_home_oficinas.jpg) top left no-repeat;
}
#home #cont .contacto p, 
#home #cont .contacto h3{
	margin-left:110px;
}
#home #cont .contacto h3{
	padding-top:12px;
	font-size:17px;
	color:#723434;
}
#home #cont .contacto h3 a{
	color:#723434;
}
#home #cont .contacto h4{
	margin-left:110px;
}
#home #cont .contacto h4{
	padding-top:20px;
	font-size:18px;
	color:#2D456C;
	font-weight:bold;
}
#home #cont .contacto h4 a{
	color:#2D456C;
}
#home #cont .contacto p{
	margin-top:2px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}
#home #cont .contacto .telf{
	padding-top:2px;
}
#home #cont .contacto .telf h3{
	padding-top:2px;
	font-size:16px;
}
#home #cont .contacto .telf p{
	margin-top:2px;
	font-size:13px;
	font-weight:bold;
}
#home #cont .newsletter{
	margin-top:14px;
	height:107px;
	background:url(../img/css/bg_home_newsletter.jpg) top left no-repeat;
}
#home #cont .newsletter h3{
	margin-left:110px;
	padding-top:20px;
	padding-right:20px;
	font-size:20px;
	line-height:18px;
	color:#723434;
}
#home #cont .newsletter div.email{
	margin-left:110px;
	margin-top:10px;
}
#home #cont .newsletter div.email input.text{
	color:#555;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	border:none;
	padding-left:5px;
}
#home #cont .newsletter div.email input.button{
	background:url(../img/css/bg_button_newsletter.gif) left 1px no-repeat;
	cursor:pointer;
	border:none;
	width:49px;
	color:#fff;
	font-size:10px;
	text-align:center;
	margin-left:3px;
	padding-bottom:2px;
}

/* 
altres pagines
*/
#left_column{
	float:left;
}
#right_column{
	float:right;
}
.general #left_column, .areas_actividad #left_column{
	width:591px;
}
.general #right_column, .areas_actividad #right_column{
	width:291px;
}
.areas_home #left_column,
.areas_home #right_column,
.equipo_home #left_column,
.equipo_home #right_column,
.equipo #left_column,
.equipo #right_column,
.contacto #left_column,
.contacto #right_column,
.internacional #left_column,
.internacional #right_column{
	width:438px;
}
.desk #center_column,
.noticias_home #center_column,
.noticias #center_column{
	width:889px;
}
.areas_actividad #left_column{
	margin-bottom:-80px;
}

/* 
areas_actividad - equipo 
*/
.areas_home ul li,
.equipo_home ul li{
	background:url(../img/css/bg_areas_actividad.gif) top left no-repeat;
	padding:15px 25px 30px 30px;
	margin-bottom:10px;
}
.areas_home ul li.desk{
	background:url(../img/css/bg_areas_actividad_desk.gif) top left no-repeat;
}
.areas_home ul li h4 a,
.equipo_home ul li h4 a{
	background:url("../img/css/bullet_blue.gif") no-repeat scroll 0 5px transparent;
	color:#723434;
	font-family:"Times New Roman",Times,serif;
	font-size:16px;
	font-weight:bold;
	padding:0 12px;
}
.areas_home ul li p{
	padding-top:8px;
	padding-left:12px;
	padding-bottom:10px;
}
.areas_home ul li a.more{
	background:url(../img/css/bullet_double.gif) right 4px no-repeat;
	padding-right:15px;
	color:#723434;
	float:right;
	display:block;
	height:15px;
}
.areas_home ul li a:hover,
.equipo_home ul li a:hover{
	color:#2A426A;
}
.equipo_home ul li{
	padding:0px;
	height:96px;
}
.equipo_home ul li img{
	padding:6px;
	float:left;
}
.equipo_home ul li h4{
	padding-top:30px;
	width:215px;
	float:left;
}
.equipo_home ul li h4 a{
	padding-left:18px;
}
.equipo_home ul li p{
	color:#707070;
	font-weight:bold;
	padding-left:18px;
	float:left;
}
.areas_actividad .txt h3, .desk h3, .general h3{
	color:#2d456c;
	font-size:24px;
	background:url(../img/css/separator.gif) left bottom repeat-x;
	margin-bottom:12px;
	padding-bottom:15px;
	line-height:22px;
}
.desk h3{
	margin-top:10px;
}
.areas_actividad .txt ul li{
	padding-top:7px;
	padding-bottom:0px;
}
.areas_actividad .contacto{
	position:relative;
	bottom:110px;
	left:599px;
	background:url(../img/css/bg_areas_contacto.jpg) top left no-repeat;
	height:110px;
	width:289px;
}
.areas_actividad .contacto.small,
.desk .contacto{
	background:url(../img/css/bg_areas_contacto2.jpg) top left no-repeat;
	bottom:92px;
	height:92px;
	width:289px;
}
.areas_actividad .contacto.large2{
	background:url(../img/css/bg_areas_contacto3.jpg) top left no-repeat;
	bottom:270px;
	height:270px;
	width:289px;
	padding-top:15px;
	margin-bottom:-45px;
}
.areas_actividad .contacto.large2 h5{
	padding-top:0px;
}
.areas_actividad .contacto.large2 h5 span,
.areas_actividad .contacto.large2 .mail{
	padding-bottom:0px;
	margin-left:0px;
	margin-bottom:2px;
	line-height:16px;
}
.areas_actividad .contacto.large{
	background:url(../img/css/bg_areas_contacto.jpg) top left no-repeat;
	bottom:175px;
	height:175px;
	width:289px;
	padding-top:15px;
	margin-bottom:-45px;
}
.areas_actividad .contacto.large h5{
	padding-top:0px;
}
.areas_actividad .contacto.large h5 span,
.areas_actividad .contacto.large .mail{
	padding-bottom:0px;
	margin-left:0px;
	margin-bottom:2px;
	line-height:16px;
}
.desk .contacto{
	float:right;
	margin-top:12px;
}
.areas_actividad .contacto h5,
.equipo .contacto h5,
.desk .contacto h5{
	padding-top:17px;
	padding-left:20px;
	font-size:14px;
	color:#723434;
	clear:both;
}
.equipo .contacto h5{
	padding-top:13px;
}
.equipo .contacto h5 a,
.areas_actividad .contacto h5 a,
.general .contacto1 h5 a,
.general .contacto2 h5 a,
.desk .contacto h5 a{
	font-weight:bold;
	color:#723434;
	display:block;
}
.equipo .contacto h5 a:hover,
.areas_actividad .contacto h5 a:hover,
.desk .contacto h5 a:hover{
	color:#2D456C;
}
.equipo .contacto h5 span,
.areas_actividad .contacto h5 span,
.general .contacto1 h5 span,
.general .contacto2 h5 span,
.desk .contacto h5 span{
	float:left;
	margin-bottom:8px;
}
.equipo .contacto h5 span.mail, 
.areas_actividad .contacto h5 span.mail, 
.general .contacto1 h5 span.mail, 
.general .contacto2 h5 span.mail, 
.desk .contacto h5 span.mail{
	margin-left:5px;
	width:200px;
}
.areas_actividad .contacto.small h5 span.mail, 
.desk .contacto h5 span.mail{
	margin-bottom:13px;
}
.equipo .contacto h5 span.mail img{
	margin-top:10px;
} 
.areas_actividad .contacto h5 span.mail img, 
.general .contacto1 h5 span.mail img, 
.general .contacto2 h5 span.mail img, 
.desk .contacto h5 span.mail img{
	margin-top:2px;
}
.areas_actividad .contacto a.info,
.general .contacto1 a.info,
.desk .contacto a.info{
	clear:both;
	padding-left:22px;	
}
.desk .pest{
	clear:both;
	display:block;
}
.desk .pest li{
	float:left;
	width:291px;
	height:45px;
	background:url(../img/css/bg_pest_desk.gif) top left no-repeat;
}
.desk .pest li.selected{
	background:url(../img/css/bg_pest_desk_selected.gif) top left no-repeat;
}
.desk #pest1, .desk #pest2{
	margin-right:8px;
}
.desk .pest li a{
	cursor:pointer;
	font-weight:bold;
	color:#723434;
	padding-top:17px;
	padding-left:115px;
	display:block;
	width:100px;
	background:url(../img/css/bullet_blue.gif) 100px 20px no-repeat;
}
.desk .pest li a:hover{
	color:#2D456C;
}
.desk .pest li.selected a{
	color:#2D456C;
	background:url(../img/css/bullet2.gif) 100px 20px no-repeat;
}
.equipo .detail1, .equipo .detail2, .equipo .detail3 {
	margin:0 13px;
	padding:13px;
	background:url(../img/css/separator.gif) bottom left repeat-x #fff;
}
.equipo .detail1 h4, 
.equipo .detail2 h5, .equipo .detail3 h5{
	color:#2D456C;
	font-size:16px;
	font-weight:bold;
}
.equipo .detail2 h5, .equipo .detail3 h5{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:13px;
}
.equipo .detail1 p.socio{
	color:#707070;
	font-weight:bold;
}
.equipo .detail1 p.telf{
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
}
.equipo .detail2 p{
	color:#723434;
}
.equipo .contacto{
	position:relative;
	bottom:80px;
	left:-450px;
	background:url(../img/css/bg_equipo_contacto.jpg) top left no-repeat;
	height:80px;
	width:437px;
}
/*
.equipo .contacto h5 label{
	display:block;
	width:80px;
}
.equipo .contacto h5 label,
.equipo .contacto h5 a{
	float:left;
}
.equipo .contacto a.mail{
	padding-left:80px;
	padding-top:10px;
	*padding-top:0px;
}*/

/* 
contacto 
*/
.contacto .img img{
	margin-bottom:13px;
}
.contacto .googlemaps{
	background:url(../img/css/bg_google_maps.gif) top left no-repeat;
	padding:22px;
	text-align:right;
}
.contacto .googlemaps a{
	color:#723434;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	padding-left:20px;
	padding-top:15px;
}
.contacto .googlemaps a:hover{
	color:#2D456C;
}
.contacto .form h3{
	color:#2D456C;
	font-size:24px;
	padding-top:15px;
	padding-left:25px;
}
.contacto .form form{
	padding:13px;
}
.contacto .form form div{
	padding:13px;
	padding-right:0;
	background:url(../img/css/separator.gif) repeat-x scroll left bottom #FFFFFF;
}
.contacto .form form div.clear{
	padding:0;
}
.contacto .form form .text1, .contacto .form form .text2, .contacto .form form .text3, .contacto .form form textarea.textarea, .contacto .form form select.text{
	border:none;
	background:#e9e9e9;
	font-size:11px;
	color:#723434;
	padding:3px 5px;
	margin-left:10px;
}
.contacto .form form .text1{
	width:310px;
}
.contacto .form form .text2{
	width:248px;
}
.contacto .form form .text3{
	width:251px;
}
.contacto .form form textarea.textarea{
	height:110px;
	font-family:Arial, Helvetica, sans-serif;
	background:#e9e9e9;
	margin-left:0px;
	margin-top:10px;
	width:374px;
}
.contacto .form form select.text{
	padding-right:3px;
	padding-left:5px;
	background:#e9e9e9;
	margin-bottom:0;
	margin-left:0;
	width:386px;
}
.contacto .form form .select{
	margin-bottom:17px;
	padding-top:4px;
	padding-bottom:2px;
	background:#e9e9e9;
}
.contacto .form form label, .contacto .form form p{
	color:#2D456C;
	font-weight:bold;
}
.contacto .form form p{
	padding-bottom:25px;
}
.contacto .form form .div_button{
	padding-top:15px;
	padding-bottom:20px;
	float:left;
	width:399px;
}
.contacto .form form .div_button input{
	float:left;
}
.contacto .form form .div_button label{
	margin-left:5px;
	font-weight:normal;
	color:#2b2b2b;
	float:left;
	padding-top:0px;
}
.contacto .form form .div_button .button{
	background:url(../img/css/bg_button_form.gif) left 1px no-repeat;
	cursor:pointer;
	width:54px;
	border:none;
	color:#fff;
	font-size:10px;
	text-align:center;
	margin-right:13px;
	padding-bottom:1px;
	float:right;
}
.contacto .cv{
	padding:0 20px 5px 25px;
	font-size:12px;
}
.contacto .cv p{
	font-size:10px;
}
.contacto .cv a{
	color:#743636;
	text-decoration:underline;
}
.contacto .contacto{
	margin-top:13px;
	height:500px;
	background:url(../img/css/bg_contacto_oficinas.jpg) top left no-repeat;
} 
.contacto .contacto h3,
.contacto .contacto p{
	margin-left:130px;
}
.contacto .contacto h3{
	padding-top:12px;
	font-size:18px;
	color:#723434;
}
.contacto .contacto h4{
	margin-left:130px;
}
.contacto .contacto h4{
	padding-top:25px;
	font-size:20px;
	color:#2D456C;
	font-weight:bold;
}
.contacto .contacto p,
.contacto .contacto span{
	margin-top:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}
.contacto .contacto span{
	font-weight:bold;
}
.contacto .contacto .telf,
.contacto .contacto .fax{
	float:left;
	margin-top:12px;
}
.contacto .contacto .telf h3,
.contacto .contacto .fax h3{
	padding-top:0;
	margin-left:0;
	font-size:16px;
}
.contacto .contacto .telf{
	padding-left:130px;
	border-right:1px solid #2B2B2B;
	padding-right:20px;
	margin-right:20px;
}
h3.google_txt{
	font-size:14px;
	color:#003366;
	font-family:Arial, Helvetica, sans-serif;
}

/*
internacional 
*/
.internacional #right_column .txt{
	padding:0;
	padding-bottom:20px;
}
.internacional h5{
	background:url(../img/css/bullet2.gif) left 5px no-repeat;
	padding-left:20px;
	margin:20px 25px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
}
.internacional .txt_int{
	background:#fff;
	margin:13px;
	margin-bottom:25px;
	padding:20px 15px;
}
.internacional .txt_int p{
	margin:20px 0;
	margin-bottom:5px;
}

/*
otros servicios 
*/
.general .contacto1{
	background:url(../img/css/bg_areas_contacto2.jpg) bottom left no-repeat;
	height:74px;
}
.general .contacto2{
	margin-top:10px;
	background:url(../img/css/bg_otros_contacto.jpg) top left no-repeat;
	height:55px;
}
.general .contacto1 h5,
.general .contacto2 h5{
	color:#723434;
	font-size:14px;
	padding-left:20px;
	padding-top:15px;
}
.general .contacto2 h5{
	padding-top:17px;
}

/*
noticias 
*/
.noticias_home .txt{
	padding:23px 15px;
	padding-bottom:10px;
}
.noticias_home .noticia{
	padding-bottom:10px;
}
.noticias_home .noticia div{
	width:92%;
	float:left;
}
.noticias_home .noticia .leer{
	margin-top:7px;
}
.noticias_home .noticia .title{
	padding:0;
}
.noticias_home .noticia .fecha,
.noticias .noticia .fecha{
	padding:0;
	margin-bottom:10px;
}
.noticias .noticia h3{
	color:#2D456C;
	font-size:24px;
	font-weight:bold;
}
.noticias .noticia .img{
	float:left;
}
.noticias .noticia .img img{
	border:0;
	padding-top:10px;
	padding-right:30px;
	margin-bottom:20px;
}
.noticias .noticia .not{
	float:right;
}
.noticias .noticia .not.right p{
	width:570px;
}
.noticias .noticia .not .pdf{
	float:right;
	background:url(../img/css/icon_pdf.gif) no-repeat left 8px transparent;
	padding-top:8px;
	padding-bottom:3px;
	padding-left:22px;
}
.back, .pag{
	margin-top:-4px;
	padding:13px;
	padding-top:0px;
	padding-bottom:10px;
}
.back{
	float:left;
}
.pag{
	float:right;
}
.pag span{
	border-right:1px solid #2D456C;
	font-size:8px;
	margin-left:2px;
	margin-right:6px;
}
.pag b{
	color:#2D456C;
	font-weight:normal;
}	
.back a, .pag a {
	color:#723434;
}
.back a:hover, .pag a:hover {
	color:#2D456C;
}

/*
webmap 
*/
.webmap #left_column,
.webmap #center_column,
.webmap #right_column{
	float:left;
	width:290px;
	margin-top:0px;
	margin-right:5px;
}
.webmap .grey ul{
	height:340px;
	padding-top:20px;
	padding-bottom:5px;
}
.webmap .grey ul ul, 
.webmap .grey ul ul ul{
	height:auto;
	padding-top:8px;
	padding-bottom:5px;
} 
.webmap .grey ul ul ul{
	padding-bottom:0;
}
.webmap li{
	padding:0 30px;
	padding-top:10px;
}
.webmap li a{
	background:url("../img/css/bullet_blue.gif") no-repeat scroll 0 5px transparent;
	color:#723434;
	font-family:"Times New Roman",Times,serif;
	font-size:15px;
	font-weight:bold;
	padding:0 17px;
}
.webmap li a:hover{
	color:#2A426A;
}
.webmap li li{
	padding:0 17px;
	padding-top:4px;
}
.webmap li li a{
	background:url("../img/css/bullet2.gif") no-repeat scroll 0 3px transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}
.webmap li li li a{
	background:url("../img/css/bullet3.gif") no-repeat scroll 0 7px transparent;
	padding-left:10px;
}
	

/*
pie de pagina
*/
.clearfooter{
	padding-bottom:53px;
}
#footer {
	position:relative;
	height:53px;
	margin:-53px auto 0;
	background:url(../img/css/bg_footer.gif) repeat-x left bottom;
	width:100%;
}

/*
menu footer 
*/
#footer .bot_menu{
	margin:0 auto;
	width:917px;
	display:block;
	position:relative;
}
#footer .bot_menu ul{
	margin-left:2px;
	height:27px;
}
#footer .bot_menu ul li{
	margin-top:7px;
	float:left;
	display:block;
}
#footer .bot_menu ul li span{
	font-size:8px;
	border-right:1px solid #CCCCCC;
}
#footer .bot_menu ul li a{
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:11px;
	padding:0 20px;
}
#footer .bot_menu ul li a:hover/*, #footer .bot_menu ul li.selected a*/{
	color:#fff;
}
#footer .copy{
	padding-left:35px;
	padding-top:7px;
	margin:0 auto;
	width:917px;
	font-size:10px;
}



#flash_gallery
{
    width:775px;
    height:645px;
    background:#FFFFFF;
}
#flash_gallery .warn 
{
    display:none;   
}


#coverfloat {
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	_height:expression(parentElement.clientHeight);
}
#coverfloat div {
	position:absolute;
	width:100%;
	height:100%;
}
#coverfloat div.overlay {
	background-color:#67bc29;
	opacity:0.5;
	filter:alpha(opacity=50);
}
#coverfloat div.imagen {
	background-image:url(img/ap.cover.becas.png);
	_background-image:url(img/ap.cover.becas.gif); /* ie6 */
	background-position: left top;
	background-repeat:no-repeat;
}
	
