/*CSS DOCUMENT
AQUAGEST Febrero 2007



/* Homogeneizamos hipervínculos*/
A:link {text-decoration: none; color:#757575; }
A:visited {text-decoration: none; color:#757575;}
A:active {text-decoration: none; }
A:hover {text-decoration: none; color:#48b319;}
 


/* Tipografía  // colores  // estructura general */
body {
	font:0.6em  Verdana, Arial, sans-serif;
	text-align: center;
	margin:0px;
	padding:0px;
	padding-top:10px;
	}
	 
/*1º*/	
#page {
	width:760px;
	margin:0 auto;
	padding:2px;
	text-align:left;
	border: 1px solid #c8c8c8;
	}
	
/*2º*/		
#header {
	background-image: url(../img/header_texture.jpg);
	background-repeat: repeat-x;
	height:44px;

}

/*2º*/	
#banner {
	background-image: url(../img/banner_texture.png);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
}

/*2º*/	
#navMenu {
	background-color:#FFFFFF;
	height:45px;
	margin:0px;
	padding:0px;
}


/*3º*/	
/***************** ESTILOS PARA SISTEMA DE MENÚ *************************************/
#navMenu h1 {
	display:none;
	
}


#navMenu ul {
	margin: 0; 
	padding: 13px;
	padding-top:15px;
	list-style-type: none; 
	list-style-image: none;
	text-align:center; }
	
	
#navMenu li {display: inline; }


#navMenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding: 12px;
	color: #3b3b3b;
	outline: none;
}
	
#navMenu ul li a:hover {
	color: #48b319; /* Color Verde Distintivo */
}


/*****************************************************************************/

/*2º*/
/* Sistema de menú desplegado */ 

#navMenu_Desplegado{
	background-color:#FFFFFF;
	height:26px;
	margin:0px;
	padding:0px;
		background-image:url(../img/menu_principal_shadow.png);
	background-position:bottom left;
	background-repeat:repeat-x;

}

#navMenu_Desplegado h1 {
	display:none;
	
}


#navMenu_Desplegado ul {
	margin: 0; 
	padding: 12px;
	padding-top:6px;
	padding-bottom:6px;
	list-style-type: none; 
	list-style-image: none;
	text-align:center; }
	
	
#navMenu_Desplegado li {display: inline; }


#navMenu_Desplegado ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding: 12px;
	color:  #3b3b3b;
	outline: none;		
}
	
#navMenu_Desplegado ul li a:hover {
	color: #48b319; /* Color Verde Distintivo */
}



/*2º*/
#navSubmenu{
	background-color:#eaeaea;
	border:0px;
	border-top: 1px solid #c8c8c8;
	height:18px;
	padding-top:3px;
	background-image:url(../img/submenu_texture.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;

}

/*3º*/
/**********************ESTILOS PARA SUBMENÚ***********************************/

#navSubmenu h2 {
	display:none;
}

#navSubmenu ul {
	margin: 0; 
	padding: 0px;
	padding-left:13px;
	list-style-type: none; 
	list-style-image: none;
	text-align: left; 
}

	
#navSubmenu li {display: inline; }

#navSubmenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	padding: 11px;
	color: #3b3b3b;
	outline: none;	
}

	
#navSubmenu ul li a:hover {
	color: #48b319; /* Color Verde Distintivo */
}





/***********************************************************/




/*2º*/	
#content_home{
	background-color:#eaeaea;
	height:300px;
	background-image: url(../img/menu_bottomShadow.png);
	background-repeat: repeat-x;
	background-position: left top;

}	

/*2º*/	
#footer{

	width:760px;
	margin:0 auto;
	padding:2px;
	text-align:left;
	


}	

/**********************************************

/*2º*/	
#content{
	background-color:#FFFFFF;
	/*height:300px;*/
	margin:20px;
	color:#666666;
}	

#contentWithImg{
	background-color:#FFFFFF;
	color:#666666;
}	


/*3º*/	
/***************** ESTILOS PARA SISTEMA ZONA FOOTER *************************************/


#footer h1 {
	display:none;
	text-align:right; 
}

#footer ul {
	margin: 0; 
	list-style-type: none; 
	list-style-image: none;
	text-align:right; }
	
#footer li {display: inline; }

#footer ul li a {
	font-size:10px;
	font-weight:normal;
	padding-left:10px;
	text-decoration:none;
	color: #3b3b3b;
	}
	
#footer ul li a:hover {
	color: #48b319; /* Color Verde Distintivo */
}




	
/*3º*/	
/*******************ESTILOS PARA CABECERA **************************/

#logo{

float:left;
border:0px;
margin-top:8px;
margin-left:5px;
margin-bottom:0px;

}

#logo a img
{
	border:0px;
}

#breadCrumb{

	font-family:"trebuchet MS", Helvetica,Arial, Verdana,sans-serif;
	float:right;
	color:#FFFFFF;
	padding-right:18px;
	padding-top:14px;
	font-size:18px;
	font-weight:lighter;
}



	

/*3º*/	
/**************************** ESTILOS PARA LOS CONTENIDOS DE HOME  ***********/



#content_home_c1{

float:left;
width:245px;
margin:5px;
margin-top:13px;
padding:0px;
height:200px;

}

.margenBanner{


margin:0px;
padding:0px;
margin-bottom:10px;

}

.margenBanner img{
	border:0px;
}



#content_home_c2{

float:left;
width:218px;
background-color:#FF9900;
margin:5px;
margin-top:13px;
padding-top:10px;
padding-left:10px;
height:264px;
background-color:#FFFFFF;
border: 1px solid #d6d6d6;

}


.post{

padding-bottom:20px;
padding-right:3px;

}

.fechaNoticias{
padding:0px; 
margin:0px;
padding-left:13px;
font-size:10px;
color:#114168;
background-image:url(../img/ico_document.png);
background-position:left top;
background-repeat:no-repeat;
}

.tituloNoticias{

color:#757575;
font-size:10px;
font-weight:bold;
padding:0px;
margin:0px;

}


#content_home_c3{
float:left;
width:245px;
margin:5px;
margin-top:13px;
padding:0px;
height:200px;

}


/*GENERAL*/	
/************ ESTILOS FORMATO GENERAL ************************/

.tituloSeccion{

color:#003f80;
font-size:17px;
font-weight:bold;
margin:0px;
padding:0px;
padding-bottom:12px;

}

.noEffect{
border:0px;

}

.selected{
color:#0a4e86; /* Opción seleccionada, pasa a ser azul*/
font-weight:bold;
font-size:11px;
}

.bold {
font-weight:bold;
}


/*3º*/	
/**************************** ESTILOS PARA LOS CONTENIDOS DE COMUNICACIÓN ***********/


/* Paginador */
.pager{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	height:22px;
	padding-top:2px;
	padding-left:5px;
	padding-right:5px;
	background-color: #f6f6f6;
	outline: none;
	width:705px;
}
#content_microsite .pager{
	width: 515px;
	background-color: transparent;
	padding-left: 0;
	padding-top: 8px;
}


.pager h2 {
	display:none;	
}

.pager_pages{
	float:left;
}

.pager_pages ul { 
	list-style-type: none; 
	list-style-image: none;
	margin:0;
	padding:0;
}
	
.pager_pages li {display: inline; }

.pager_pages ul li a {
/*	font-size:10px;
	font-weight:normal;
	text-decoration:none;*/
	color: #3b3b3b;
}
	
.pager_pages ul li a:hover {
	color: #48b319; /* Color Verde Distintivo */
}

.pager_total{
	float:right;
}

.pageNumber {
	margin-left:2px;
	margin-right:2px;
}

.pageNumberActual {
	margin-left:2px;
	margin-right:2px;
	font-weight:bold;
}




/* Item comunicación */
.comItemNoticia {
	margin-top:20px;
	margin-bottom:20px;
	height:74px;
	float:left;
/*	border-bottom: 1px solid #c8c8c8; */
	background: url(../img/lineaNoticias.png) bottom no-repeat;
}
#content_microsite .comItemNoticia {
	width: 515px;
	background: none;
}
.comItemNoticia h2 {
	display:none;	
}

.comItemNoticia a {
	outline: none;
}

.comItemNoticia a:hover{
	color: #48b319; /* Color Verde Distintivo */
}

.comItem_Img{
	padding:2px;
	float:left;
	border: 1px solid #c8c8c8;
}
.comItem_Text {
	float:left;
	padding-left:5px;
	margin:0;
	width:605px;
}
#content_microsite .comItem_Text {
	width: 402px;
	border-bottom: 1px solid #c8c8c8;
	margin-left: 5px;
	padding-left: 0;;
}

.comItem_TextSinAncho{
	float: left;
	padding-left: 5px;
	margin: 0;
}


.fechaComunicacion{
	padding: 0px;
	font-size: 10px;
	color: #114168;
	line-height: 18px;
}

.tituloComunicacion {
	font-size: 11px;
	font-weight: bold;
	color: #003f80;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}


.lineaComunicacion {
	border-bottom: 1px solid #c8c8c8;
	margin-top: 10px;
}

.textoComunicacion{
	margin-top: 3px;
	padding: 0;
}

.comItemEnlaces {
	background-image: url(../img/comunicacion_enlaces.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 7px;
	margin: 15px;
	height: 80px;
	width: 190px;
	float: left;
}

.comItemEnlaces h2 {
	display:none;	
}

.comItemEnlaces a {
	outline: none;
}

.comItemEnlaces a:hover{
	color: #48b319; /* Color Verde Distintivo */
}

.comItemDescargas {
	background-image: url(../img/comunicacion_descargas.png);
	background-repeat: no-repeat;
	padding-top:5px;
	padding-left:7px;
	margin:15px;
	height:60px;
	width:190px;
	float:left;
}

.comItemDescargas h2 {
	display:none;	
}

.comItemDescargas a {
	outline: none;
}

.comItemDescargas a:hover{
	color: #48b319; /* Color Verde Distintivo */
}


.comItemCampania {
	padding-top:5px;
	padding-left:7px;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:37px;
	margin-right:25px;
	height:220px;
	width:100px;
	float:left;
}

.comItemCampania h2 {
	display:none;	
}

.comItemCampania a {
	outline: none;
	color:#003f80;
}

.comItemCampania a:hover{
	color: #48b319; /* Color Verde Distintivo */
}


.comItemPrensa {
	background-image: url(../img/comunicacion_prensa.png);
	background-repeat: no-repeat;
	padding-top:5px;
	padding-left:7px;
	margin:15px;
	height:60px;
	width:190px;
	float:left;
}

.comItemPrensa h2 {
	display:none;	
}

.comItemPrensa a {
	outline: none;
}

.comItemPrensa a:hover{
	color: #48b319; /* Color Verde Distintivo */
}


.comDetalleNoticia {
	margin-top:10px;
	margin-bottom:10px;
	margin-right:0px;
	float:left;
}
.comDetalleNoticia h2 {
	display:none;	
}

.comDetalleNoticia a {
	outline: none;
}

.comDetalleNoticia a:hover{
	color: #48b319; /* Color Verde Distintivo */
}

.comDetalleNoticia p{
	font-size:12px;
	font-weight: normal;
	padding:0px;
	margin:0px;
}

#comDetalleNoticiaCentrarImg{
	text-align:center;
}

.comDetalleNoticiaImg {
	background-color:#f6f6f6;
	padding:2px;
	margin-bottom: 15px;
	float:left;
	border: 1px solid #c8c8c8;
}

.comDetalleTexto{
	width:370px;
	float:left;
	padding-left:10px;
	padding-top:5px;
	margin:0;
}
#content_microsite .comDetalleTexto{
	width: 515px;
	float: left;
	padding-left: 0;
	padding-top: 5px;
	margin: 0;
}

.comDetalleTexto p{
	font-size:11px;
/*	font-weight: normal;*/
	padding:0px;
	margin:0px;
	text-align:justify;
}

/*3º*/	
/**************************** ESTILOS PARA LOS CONTENIDOS GENERALES ***********/
#contentText{
	width:440px;
	float:left;
	padding-top:15px;
	padding-left:20px;
/*	background-color:#00CC66;*/
}
#contentImg{
	float:right;
}

#contentTextTitle{
	font-family: Verdana, Arial, sans-serif;
	font-size:18px;
/*	font-weight:bold;*/
	color:#2f5a7d;
margin-bottom:20px;
margin-top:30px;
	text-align:left;
}

#contentTextText{
	padding-top:0px;
	padding-bottom:20px;
}

#contentTextText ul {
	margin-top:5px;
	margin-bottom:5px;
}

.listaEspecial li{
	list-style: none;
	background-image: url(../img/bolon.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:0px;
	padding-left:10px;
	padding-bottom:10px;
}


.listaQueOfrecemos li{
	list-style: none;
	display: block;
	font-size:12px;	
	background-image: url(../img/bolon.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:0px;
	padding-left:10px;
	padding-bottom:20px;
}

.listaLogotipos {
	margin:0px;
	height:110px;
	padding-top:14px;
	padding-left:2px;
	background-image: url(../img/borde_cuadro_logos1.png);
	background-position:left top;
	background-repeat:no-repeat;

}

.listaLogotipos li{
/*	list-style-type: none; */
	margin:0px;
	display: inline;
}
.listaLogotipos a{
	color:#02568f;
	text-align:center;
	vertical-align:middle;

}
.listaLogotipos img{
	border:0px;
	margin:0px;
	margin-left:2px;
}

.listaLogotipos2 {
	margin:0px;
	height:110px;
	padding-top:14px;
	padding-left:2px;
	background-image: url(../img/borde_cuadro_logos2.png);
	background-position:left top;
	background-repeat:no-repeat;

}

.listaLogotipos2 li{
	list-style: none; 
	margin:0px;
	margin-left:15px;
	margin-top:08px;
	padding:0px;
	float:left;

}
.listaLogotipos2 a{
	font-family: Arial, Verdana, sans-serif;
	font-size:15px;
	font-weight:bold;
	border:0px;
	color:#02568f;
	display: block;
	vertical-align:middle;
	width:175px;
}



#contentTextText h3 {
	font-family: Arial, sans-serif;
	font-size:13px;
/*	margin:0px;*/
	color:#2f5a7d;
	padding-bottom:3px;
	margin-bottom:5px;
	border-bottom: 1px solid #c8c8c8;
}

#contentTextText p {
	margin-top:5px;
	margin-bottom:18px;
	text-align:justify;
	
}

.contentLimpiar{
	/* Necesario para cumplir estándard CSS y mozilla */
	clear:both;
}

.textoResaltar {
	color:#254e71;
	font-weight:bold;
}
/**************************** CONTENT MICROSITE ***********/

#content_microsite{
	background: url(../img/microsite_top_texture.jpg) top no-repeat;
}

#microsite_c1{
	float: left;
	width:510px;
	padding:20px;

	text-align:justify;
}

#microsite_c1 h3{
	color:#2c577a;
	font-size:12px;
}

#microsite_c1 h2{
	color:#2c577a;
	font-size:15px;
}


#microsite_c2{
	width: 200px;
	float:right;
	padding-top:18px;
}

#microsite_menu_header{
	background-image:url(../img/microsite_menu_header.png);
	background-repeat:no-repeat;
	background-position:0px 10px;	
	text-align:center;
	height:86px;
	vertical-align: middle;
}

#microsite_menu_header img{

padding-top: 15px;
padding-right:9px;

}


#microsite_menu_body{
	background-image: url(../img/microsite_menu_body.png);
	background-repeat: repeat-y;
	background-position:0px 10px;
	height:280px;
	width: 180px;
}


#microsite_menu_body h3 {
	display:none;
}



#microsite_menu_body ul {
	margin: 0; 
	padding: 8px;
	padding-top:0px;
	list-style-type: none; 
	list-style-image: none;
	text-align:left;
}
#microsite_menu_body  ul li {
	margin-bottom: 2px;
}




#microsite_menu_body  a:hover {
	color: #48b319; /* Color Verde Distintivo */
}
#microsite_menu_body  li a {
	font-size: 10px;
}
#microsite_menu_body  a:active {
	color: #0a4e86; /* Color azul Distintivo */
}
#microsite_menu_body ul li {
	padding-bottom: 3px;
}
	


.n2{
	font-size: 10px;
	padding-top:8px;
	padding:0px;
	padding-left:8px;
	margin:0px;
	}

.n1  {
	width:165px;
	padding-left:8px;
	padding-bottom:6px;
	font-weight:bold;	
}

.n1Selected  {
	width:165px;
	padding-left:8px;
	padding-bottom:4px;
	color:#0a4e86; /* Opción seleccionada, pasa a ser azul*/
	font-weight:bold;

}

.n2Selected  {
	font-size:10px;
	color:#0a4e86; /* Opción seleccionada, pasa a ser azul*/
	padding-left:8px;	
}

#microsite_base{
	height:15px;
	background-image: url(../img/microsite_base.png);
	background-repeat: no-repeat;
	background-position:top left;
}







#microsite_formulario_externo{
	width:519px;
	background-image:url(../img/microsite_formularios_cuadro_externo02.png);
}

#microsite_cabecera_externa{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-image:url(../img/microsite_formularios_cuadro_externo01.png);
	background-repeat:no-repeat;
	padding-left:18px;
	padding-top:3px;
	height:22px;	
}

#microsite_pie_externa{
	background-image:url(../img/microsite_formularios_cuadro_externo03.png);
	background-repeat:no-repeat;
	height:11px;	
}


#microsite_formulario_interno{
	width:481px;
	background-image:url(../img/microsite_formularios_cuadro_interno02.png);
	margin-left:18px;
	margin-top:18px;
}


#microsite_cabecera_interno{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-image:url(../img/microsite_formularios_cuadro_interno01.png);
	background-repeat:no-repeat;
	padding-left:13px;
	padding-top:3px;
	height:22px;	
}

#microsite_pie_interno{
	background-image:url(../img/microsite_formularios_cuadro_interno03.png);
	background-repeat:no-repeat;
	height:10px;	
}


#microsite_cabecera_texto_explicacion{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:10px;	
	padding-right:10px;
	margin-top: 60px;
}
#info1, #info2, #info3, #info4, #info5, #info6, #info7, #info8
{
	position: absolute;
	visibility: hidden;
	width: 500px;
	height: 200px;
	display: block;
}

#microsite_formulario_breadcrumb{
	padding-top:5px;
	padding-bottom:15px;
}

.microsite_formulario_opciones{	
	margin-left:25px;
	margin-top:15px;
	margin-bottom:10px;
	float:left;
	width:220px;
}

.microsite_formulario_contenido{
	padding-left:18px;	
	padding-right:12px;
	padding-top:12px;
}

.microsite_formulario_imgderecha{
	float:right;
}

input{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	height:13px;
}

label {
	margin-right:5px;
}


a.microsite_fomularios_boton {
    background: transparent url(../img/bg_button_a.png) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    height: 31px;
    margin-right: 6px;
    padding-right: 14px; /* sliding doors padding */
    text-decoration: none;
	margin-left:15px;
}

a.microsite_fomularios_boton span {
    background: transparent url(../img/bg_button_span.png) no-repeat;
    display: block;
    line-height: 30px;
/*    height: 24px;	*/
    padding: 1px 0px 0px 32px;
} 


a.microsite_fomularios_boton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.microsite_fomularios_boton:active span {
    background-position: bottom left;
    padding: 2px 0 -1px 32px; /* push text down 1px */
}



a.microsite_fomularios_botonCancelar {
    background: transparent url(../img/bg_button_a.png) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    height: 31px;
    margin-right: 6px;
    padding-right: 14px; /* sliding doors padding */
    text-decoration: none;
	margin-left:15px;
}

a.microsite_fomularios_botonCancelar span {
    background: transparent url(../img/bg_button_span_cancelar.png) no-repeat;
    display: block;
    line-height: 30px;
/*    height: 24px;	*/
    padding: 1px 0px 0px 32px;
} 


a.microsite_fomularios_botonCancelar:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.microsite_fomularios_boton:Cancelar span {
    background-position: bottom left;
    padding: 2px 0 -1px 32px; /* push text down 1px */
}








#microsite_formularios_botones{
	float:right;
	margin-top:10px;
	margin-right:-15px;
}








#micrositeTabla {
	border: 1px solid #c8c8c8;
}

#micrositeTabla tbody tr td {
	background-color: #f7f7f7;
	padding: 3px 8px;
/*	border-left: 1px solid #D9D9D9;*/
}
#micrositeTabla tbody tr.odd  td {
	background-color: #fff;
}

#micrositeImgIzq{
	padding:2px;
	float:left;
	margin-right:10px;
	border: 1px solid #c8c8c8;
}


#contentsImg{
	padding:2px;
	float:left;
}

#contensCentrarImg{
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

#contensCentrarImg img {
	border: 1px solid #c8c8c8;
	padding:2px;
}

#contentListaImg ul {
	list-style-type: none; 
	list-style-image: none;
	text-align: center;
}

#contentListaImg ul li{
	display: inline;
}

#contentListaImg ul li img{
	padding:2px;
	border: 1px solid #c8c8c8;
	margin-right:30px;
	margin-top:10px;
	margin-bottom:20px;
}

.contentSubtitulo {
	font-weight:bold;
	padding:0px;
}

#navSubmenuHide{
 height:4px;
 background-image: url(../img/menu_bottomShadow.png);
 background-repeat: repeat-x;
 background-position: left top;
}


.listaMejorada1{
	float:left;
	padding:4px;
	width:180px;
	margin-right:10px; 
	margin-bottom:20px;
	margin-top:10px;
	margin-left:10px;
	font-size:11px;
}


.listaContacto{
	background-image: url(../img/cuadro_contacto.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	padding:10px;
	width:200px;
	height:100px;
	margin-right:0px; 
	margin-bottom:0px;
	margin-top:10px;
	margin-left:5px;
	font-size:11px;
}


.listaContactoFondoLogo1{
	float: left;
	width:200px;
	height:100px;
	margin-right:0px; 
	margin-bottom:0px;
	margin-top:10px;
	margin-left:5px;
}


.listaContactoFondoLogo2{
	position: absolute;	
	padding:10px;
	font-size:11px;
}


.listaMejorada11{
	background-color:#2c6694; 
	float:left;width:180px; 
	padding-left:5px;
	margin-right:20px; 
	margin-bottom:20px;
	margin-top:10px;
	margin-left:10px;
}

.listaMejorada22{
	background-color:#eaeaea	;
	background-image:url(../img/borde_redondeado.png);
	background-repeat:no-repeat;
	background-position:top right;
	width:180px;  
	height:80px;
	padding:10px;
}







.formulario_externo{
	width:418px;
	background-image:url(../img/formularios_cuadro_externo02.png);
}
.cabecera_externa{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-image:url(../img/formularios_cuadro_externo01.png);
	background-repeat:no-repeat;
	padding-left:18px;
	padding-top:3px;
	height:22px;	
}
.pie_externa{
	background-image:url(../img/formularios_cuadro_externo03.png);
	background-repeat:no-repeat;
	height:11px;	
}
a.formularios_boton {
    margin-right: 35px;
}