@CHARSET "UTF-8";
/*
 * Blau fons nav: #1663b5;
 * Blau hover nav: #84caf5;
 * Blau text: #62A8F2;
 * Rosa Titols: #C03;
 * Rosa Clar: #E1AEB4;
 */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
	{
	display: block;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Fi del reset*/
html,body {
	font-family: "Ubuntu";
	font-size: 15px;
	/*background-color: #C8D6D8;*/
	background-color: #eee;
}

header,nav,section,footer {
	width: 900px;
	margin: 0 auto;
	border-left: 1px solid #1663b5;
	border-right: 1px solid #1663b5;
}

section, header {
	background: #fff;
}

header {
	position: relative;
}

header #facebook_iframe{
	position: absolute;
	top: 50%;
	margin-top: -35px;
}

nav,footer {
	text-align: center;
	height: 30px;
	background-color: #1663b5;
	color: #fff;
}

nav a {
	line-height: 29px;
	text-decoration: none;
	padding-top: 6px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 7px;
	color: inherit;
}

nav a:hover {
	background-color: #84caf5;
}

a:visited {
	color: inherit;
}

#nav_reportajes {
	position: absolute;
	background: #1663b5;
	color: #fff;
	z-index: 1;
}

#nav_reportajes ul li {
	padding: 5px;
	color: #fff;	
}

#nav_reportajes ul a {
	text-decoration: none;
}

#nav_reportajes ul li:hover{
	background-color: #84caf5;
}
/* Buscador */
#section_cabecera {
	overflow: hidden;
	padding-bottom: 10px;
}

#img_buscador_categorias {
	width: 200px;
	background: none;
}

#img_info_categorias {
	width: 198px;
}

#img_buscador_categorias img {
	width: 200px;
	margin-top: 10px;
}

#buscador_categorias {
	width: 400px;
	padding-top: 10px;
	text-align: right;
	background: none;
}

#buscador_categorias_border {
	margin-top: 20px;
	margin-left: 25px;
	padding-bottom: 10px;
	border: 2px solid #1663b5;
	overflow:hidden;
	width: 633px;
	float:left;
	background-color: #E4F2F4;
}

#buscador_categorias_border .cabecera {
	text-align: left;
	padding-left: 10px;
	color: #C03;
}

#img_info_cat_border {
	border: 2px solid #1663b5;
	margin-top: 20px;
	margin-left: 25px;
	padding-bottom: 10px;
	overflow: hidden;
	width: 198px;
	float: left;
}

#buscador_categorias_info_text {
	text-align: justify;
}

#buscador_categorias #categorias_que_buscas {
	width: 220px;
	margin-left: 12px;
	float: left;
	text-align: left;
}

#buscador_categorias #categorias_donde {
	width: 100px;
	float: left;
	text-align: left
}

#buscador_categorias select {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	width: 137px;
	height: 148px;
	padding: 2px;
	border: 2px solid #1663b5;
	border-radius: 5px;
	font-family: inherit;
	float: left;
	line-height: 15;
}

#buscador_categorias #categoria {
	width: 205px;
}

#buscador_categorias #provincia {
	width: 153px;
}

#buscador_categorias .submit {
	margin-right: 12px;
	margin-top: 10px;
	border: 2px solid #62A8F2;
	border-radius: 5px;
	padding: 3px;
	font-family: inherit;
	cursor: pointer;
}

#portada_login label {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	margin-left: 10px;
}

#portada_login input[type=text], 
#portada_login input[type=password] {
	border: 2px solid #1663b5;
	width: 165px;
	border-radius: 5px;
	padding: 3px;
	margin-left: 10px;
}

#portada_login .submit {
	margin-left: 10px;
	margin-top: 10px;
	border: 2px solid #62A8F2;
	border-radius: 5px;
	padding: 3px;
	font-family: inherit;
	cursor: pointer;
}

#portada_login_info {
	display: none;
	width: 104px;
	margin-top: -26px;
	margin-left: 70px;
	padding: 7px 5px;
	border-radius: 5px;
	color: #F2DEDE;
	font-size: 12px;
}

#img_info_categorias .logged_in {
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
}

#img_info_categorias .submit {
	margin-top: 10px;
	border: 2px solid #62A8F2;
	border-radius: 5px;
	padding: 3px;
	font-family: inherit;
	cursor: pointer;
}

.sct-cat {
	width: 300px;
	border: 0;
	margin: 0;
	float: left;
	overflow: hidden;
}
/* Fi Buscador */

/* Portada */
#portada {
	overflow: hidden;
	border-bottom: 1px solid #1663b5;
}

/*#azahar, #recomendados {
	float: left;
	border: 0px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 10px;
}

#azahar {
	width: 649px;
	border-right: 1px solid #1663b5;
}

#azahar .azahar_repo {
	border: 3px solid #1663b5;
	border-radius: 10px;
	padding: 5px;
	text-align: center;
	float: left; 
	width: 180px;
	margin: 10px;
	font-size: 18px;
}

#azahar .azahar_repo_big {
	border: 3px solid #1663b5;
	border-radius: 10px;
	padding: 5px;
	float: left;
	width: 612px;
	margin: 10px;
	overflow: hidden;
	position: relative;
}

.azahar_repo_big img {
	float: left;
	width: 150px;
}

.azahar_repo_big div {
	float: left;
	width: 450px;
}

.azahar_repo_big .repo_big_title {
	font-size: 18px;
	margin-left: 10px;
	color: #1663b5;
}

.azahar_repo_big .repo_big_desc {
	font-size: 14px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: justify;
	width: 447px;
}

.azahar_repo_big .repo_big_web {
	font-size: 14px;
	position: absolute;
	left: 165px;
	bottom: 10px;
	width: auto;
	color: #62A8F2;
}

.azahar_repo_big .repo_big_donde {
	font-size: 12px;
	position: absolute;
	left: 165px;
	bottom: 25px;
	color: #8e8e8e;
}

.azahar_repo_big .repo_big_mas {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: auto;
	color: #62A8F2;
}

#azahar a {
	float: left;
	text-decoration: none;
}

#azahar a:hover {
	color: #62A8F2;
}

#azahar a img {
	width: 325px;
}

#azahar a .azahar_repo {
	color: #000;
}

#azahar a:hover .azahar_repo {
	color: #62A8F2;
}

#recomendados {
	width: 230px;
	padding-left: 10px;
	padding-right: 10px;
}

#recomendados img {
	width: 230px;
}

#exponuvis {
	position: relative;
	background: url("../img/portada/exponuvis.png");
}

#exponuvis_info {
	position: absolute;
	color: #fff;
	width: 220px;
	left: 225px;
	top: 75px;
	text-align: justify;
	font-size: 14px;
}

#exponuvis_info span {
	color: #62A8F2;
}

#exponuvis_info a {
	color: #62A8F2;
	text-decoration: none;
	margin-left: 30px;
	font-size: 18px;
}

#exponuvis_info span a{
	color: #62A8F2;
	margin-left: 0px;
}

#sanvalentin img {
	width: 450px;
	height: 192px;
}

#exponuvis, #sanvalentin {
	width: 450px;
	height: 230px;
	float: left;
	border: 0px;
	background-repeat: no-repeat;
	background-size: 450px 192px;
}*/

#portada_reportajes {
	overflow: hidden;
}

#portada_reportajes section {
	border: 0px;
	background: none;
}

#portada_reportajes_boda {
	width: 662px;
	float: left;
	overflow: none;
	border-right: 0px solid #1663b5;
	border-left: 0px;
}

#portada_reportajes_boda .cabecera {
	text-align: left;
	padding-left: 23px;
	color: #C03;
}

.reportaje_boda {
	width: 295px;
	height: 188px;
	padding: 5px;
	margin: 10px;
	margin-left: 20px;
	margin-right: 0px;
	border: 3px solid #1663b5;
	overflow: hidden;
	float: left; 
}

.reportaje_boda div, .reportaje_boda img {
	float: left;
}

.reportaje_boda div {
	width: 280px;
	padding-left: 10px;
	
}

.reportaje_boda .title {
	font-size: 14px;
	font-weight: bold;
	color: #1663b5;
	border-bottom: 1px solid #1663b5;
	margin-bottom: 5px;
	margin-left: -5px;
	padding-bottom: 3px;
}

.reportaje_boda .title a {
	color: inherit;
	text-decoration: none;
}

.reportaje_boda img {
	width: 110px;
}

.reportaje_boda .subtitle {
	padding-top: 5px;
	color: #62A8F2;
	text-align: left;
	width: 175px;
}

.reportaje_boda .description {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 5px;
	text-align: justify;
	font-size: 14px;
	width: 285px;
}

#portada_reportajes_lateral {
	width: 211px;
	float: left;
	border-right: 0px;
	border-left: 0px;
	position: relative;
	margin-top: -40px;
	margin-left: 1px;
	padding-left: 24px;
}

.repo_lateral_class {
	padding: 5px;
	text-align: center;
	width: 188px;
	margin: 40px auto;
	border: 2px solid #1663b5;
	margin-bottom: 40px;
}

.repo_lateral_class .title {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}

.repo_lateral_class .title a {
	color: inherit;
	text-decoration: none;
}

.repo_lateral_class img {
	width: 188px;
}

.repo_lateral_class .description {
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: justify;
}

#repo_lat_ferias .title {
	font-size: 14px;
	font-weight: bold;
	color: #1663b5;
}

#repo_lat_ferias .description {
	font-size: 12px;
}

#recomendados_abajo {
	position: absolute;
	bottom: 0px;
	margin: 0 auto 12px;
	left: 50%;
	margin-left: -142px;
}

#repo_lat_anunciate {
	margin-left: 25px;
	padding: 0px;
	width: 198px;
	position: absolute;
	display: none;
	z-index: 1;
}

#repo_lat_anunciate img{
	margin-top: 5px;
}

#repo_lat_anuncio {
	margin-left: 0px;
	margin-top: -20px;
}

#portada_reportajes_destacadas {
	float: left;
	overflow: hidden;
	border: 0px;
}

#portada_reportajes_destacadas .cabecera {
	text-align: left;
	padding-left: 23px;
	color: #C03;
}

.repo_destacada_anuncio {
	font-family: Arial, Helvetica, sans-serif;
	float: left; 
	width: 199px;
	height: 210px;
	margin: 12px;
	text-align: left;
	border: 1px solid #1663b5;
	position: relative;
	background-color: #d6e3f4;
}

.repo_destacada_anuncio .anuncio_destacado {
	/*background-color: #333;*/
	margin-top: -38px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #1663b5;
	color: #fff;
	font-size: 18px;
}

.repo_destacada_anuncio .categoria {
	padding: 5px 0px;
	text-align: left;
	padding-left: 10px;
	color: #fff;
	background-color: #333;
	font-size: 12px;
}

.repo_destacada_anuncio img {
	width: 199px;
}

.repo_destacada_anuncio .nombre {
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
}

.repo_destacada_anuncio .nombre a{
	text-decoration: none;
	color: #C03;
}

.repo_destacada_anuncio .descripcion {
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	padding-bottom: 5px;
}

.repo_destacada_anuncio .en {
	/*position: absolute;
	bottom: 5px;
	width: 100%;*/
	margin-left: 10px;
	margin-bottom: 5px;
	color: #8E8E8E;
}

.repo_destacada_anuncio .poblacion {
	color: #8E8E8E;
	font-size: 10px; 
	font-family: 'Trebuchet MS';
}

.repo_destacada_anuncio .provincia {
	color: #8E8E8E;
	font-size: 10px; 
	font-family: 'Trebuchet MS';
}

/* Fi Portada */

/* Contingut */
#info_cat_prov {
	background-color: #84caf5;
	color: #C03;
	padding-left: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #1663b5;
	text-align: center;
}

#contenido {
	overflow: hidden;
	padding-bottom: 10px;
	border-top: 1px solid #1663b5;
}

#contenido article {
	width: 196px;
	height: 225px;
	float: left;
	margin-left: 12.5px;
	margin-right: 12.5px;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 2px solid #1663b5;
	background: #E4F2F4;
}

#contenido article a {
	text-decoration: none;
	color: #C03;
	font-size: 18px;
}

#contenido article img {
	width: 196px;
	height: 120px;
}

#contenido article p {
	text-align: justify;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#contenido article p .categoria {
	/*color: #62A8F2;*/
	font-weight: bold;
}

#contenido article p .poblacion {
	color: #8E8E8E;
	font-size: 10px; 
	/*font-size: 15px;
	color: #1663b5;*/
}

#contenido article p .provincia {
	/*color: #8e8e8e;*/
	color: #8E8E8E;
	font-size: 10px; 
}

#paginacion {
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
	float: left;
}

#paginacion ul {
	list-style-type: none;
}

#paginacion ul li {
	display: inline;
	padding: 4px;
	margin-left: 4px; 
	margin-right: 4px;
	border: 1px solid #000;
	border-radius: 5px;
}

#paginacion ul .selected_page {
	font-size: 18px;
	color: #8e8e8e;
}

#paginacion ul li a{
	text-decoration: none;
	color: #62A8F2;
	font-weight: bold;
}
/* Fi contingut */

/*
 * ShowAd
 */
#cabecera_anuncio {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.15;
	overflow: hidden;
}

#cabecera_anuncio ul li {
	list-style-type: disc;
	margin-left: 30px;
}

#cabecera_anuncio ul li strong {
	font-weight: bold;
}

#cabecera_anuncio #img_cabecera {
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#cabecera_anuncio article {
	width: 483px;
	float: left;
}

#cabecera_desc {
	padding-left: 30px;
	padding-right: 30px;
}

#cabecera_anuncio aside {
	width: 357px;
	float: left;
}

#cabecera_anuncio aside strong {
	font-weight: 600;
}

#cabecera_anuncio aside table {
	margin-left: 5px;
	width: 307px;
}

#cabecera_anuncio aside table tr {
	height: 25px;
}

#cabecera_anuncio aside iframe {
	width: 347px;
	height: 200px;
	margin-top: 10px;
}

#cabecera_anuncio aside a {
	text-decoration: none;	
}

#cabecera_anuncio aside span {
	font-size: 12px;
}

#cabecera_anuncio aside span a {
	color: #62A8F2;
	text-decoration: none;
}

#cabecera_anuncio p {
	font-size: 14px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	text-align: justify;
}

#cabecera_anuncio p strong {
	font-weight: bold;
}

#fotos_anuncio {
	width: 898px;
	padding-left: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#fotos_anuncio a {
	text-decoration: none;
}

#fotos_anuncio a img {
	width: 166px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

#info_anuncio {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}

#datos_anuncio,#gmaps_anuncio {
	float: left;
	width: 450px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#datos_anuncio table {
	margin-left: 5px;
	width: 400px;
}

#datos_anuncio table tr {
	height: 25px;
}

#mostrar_tlf {
	color: #62A8F2;
	cursor: pointer;
}
/*
 * -- FI ShowAd
 */
 
 /*
  * -- Contacta
  */
  
#section_contacta {
	width: 860px;
	padding: 20px;
}

#section_contacta p {
	margin-top: 20px;
	margin-bottom: 20px;
}
  
#section_contacta span {
 	margin-left: 10px;
	margin-right: 10px;
}
 
 /*
  * -- FI Contacta
  */
  
/* 
 * Reportajes
 */
#section_reportajes_portada {
	width: 860px;
	padding: 20px;
	overflow: hidden;
}

.reportajes_portada_repor {
	float: left;
	width: 200px;
	border: 2px solid #1663b5;
	border-radius: 10px;
	text-align: center;
	margin: 5px;
}

.reportajes_portada_repor img {
	width: 180px;
	height: 130px;
	margin-bottom: 10px;
}

.reportajes_portada_repor div {
	
}

#section_reportajes_portada p {
	margin-top: 20px;
	margin-bottom: 20px;
}

#section_reportajes_portada a {
	color: #62A8F2;
	text-decoration: none;
	margin-top: 5px;
}

#section_reportajes_portada a:visited {
	color: #1663b5; 
}
/* Fi Reportajes */
  
/*
 * Recomenats
 */
 
.titulo {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 18px;
 	border-bottom: 1px solid #000;
 }
 
/*
 * -- Fi recomenats
 */
 
 /* Ferias nupciales */ 
#ferias_nupciales table img {
	width: 160px;
	height: 100px;
	float: left;
}

#ferias_nupciales a {
	text-decoration: none;
}

.fira {
	padding-top: 15px;
	padding-bottom: 15px;
}

.fira img {
	margin:5px;
}

#fira_title {
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
}

#fira_title_desc {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #000;
	text-align: justify;
}

.fira_dir {
	font-weight:bold;
	color: #62A8F2;
	margin-bottom: 10px;
}

.fira_nom {
	font-weight:bold;
	color: #1663b5;
}

.fira_desc {
	font-size: 14px;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
}

#ferias_nupciales_info {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #8e8e8e;
}

/* Fi Ferias nupciales */

/* Wedding Now */
#wedding_now {
	overflow: hidden;
}

.now_cabecera {
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
}

.now_section {
	border: 0px;
	padding-left: 20px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	position: relative;
}

.now_section a {
	color: inherit;
	text-decoration: none;
}

.now_section div {
	float: left;
}

.now_section_img {
	width: 420px;
}

.now_section_img img {
	width: 400px;
}

.now_section_desc {
	padding-right: 20px;
	width: 440px;
	text-align: justify;
}

.now_section_minfo {
	position: absolute;
	bottom: 10px;
	right: 405px;
	float: none;
	color: #62A8F2;
}
/* Fi Wedding Now */

/* Reportatges */
#reportaje p, #reportaje h1 {
	margin: 20px;
	text-align: justify;
	line-height: 1.20;
}

#reportaje a {
	color: #62A8F2;
}

#reportaje strong {
	font-weight: bold;
}

#reportaje table tr td {
	vertical-align: top;
}

#table_repo_paris {
	background: url("../img/reportatges/lunamiel_paris.jpg");
}

#table_repo_venecia {
	background: url("../img/reportatges/lunamiel_venecia.jpg");
}

#table_repo_praga {
	background: url("../img/reportatges/lunamiel_praga.jpg");
	color: #fff;
}

#table_repo_borabora {
	background: url("../img/reportatges/lunamiel_borabora.jpg");
}

#table_repo_borabora a {
	color: #1663b5;
}

#table_repo_santorini {
	background: url("../img/reportatges/lunamiel_santorini.jpg");
}

#table_repo_paris p, #table_repo_venecia p, #table_repo_santorini p {
	text-align: right;
}

#table_repo_banquete {
	background: url("../img/reportatges/banquete_fons.jpg");
}

#table_repo_despsoltero {
	background: url("../img/now/imgdespedida.jpg");
}

#table_repo_elrourell ul {
	margin: 20px;
	list-style-type: circle;
}

#table_repo_elrourell ul li{
	margin-left: 20px;
}

#div_repo_exponuvis, #div_repo_stiloazahar {
	background: url("../img/reportatges/exponuvisf.jpg");
}

#div_repo_cancaballe {
		background: url("../img/reportatges/cancaballef.jpg");
}

#div_repo_elrourell {
		background: url("../img/reportatges/elrourellf.jpg");
}

/* Fi Reportatges */
/* Regalos originales */
#ro_table_aventura tr td, #ro_table_principal tr td{
	vertical-align: top;
}

#ro_table_anuncios img {
	width: 180px;
}

#ro_table_principal p {
	line-height: 1.15;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

#ro_table_principal article {
	margin-top: 10px;
	margin-right: 20px;
}

#ro_table_principal article p {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}

#ro_table_principal .subtitle {
	color: #62A8F2;
	line-height: 34px;
	font-size: 18px;
}
/* Fi Regalos Originales */

/* Anunciate */
#anunciate {
	overflow: hidden;
}

#anunciate .cabecera {
	color: #C03;
	border-bottom: 0px;
	text-align: left;
	padding-left: 20px;
	font-weight: bold;
	font-size: 27px;
}

#anunciate section {
	border: 0px;
	float: left;
}

#anunciate_izquierda {
	width: 500px;
}

#anunciate_derecha {
	width: 400px;
}

#anunciate .titulo {
	color: #C03;
	border-bottom: 0px;
	font-size: 22px;
}

#anunciate .descripcion {
	padding-left: 20px;
	line-height: 1.25;
}

#anunciate_derecha .pasos {
	/*background: #E1AEB4;*/
	background: #dadada;
	overflow: hidden;
	width: 375px;
	margin: 20px auto;
	border: 1px solid #000;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#anunciate_derecha .pasos div {
	float: left;
	padding: 5px;
}

#anunciate_derecha .pasos .numero {
	width: 20px;
	text-align: center;
	font-size: 30px;
}

#anunciate_derecha .pasos .pasos_descripcion {
	width: 340px;
	padding-left: 0px;
}

#nuestros_servicios_a {
	text-decoration: none;
}

#nuestros_servicios {
	background: #1663b5;
	width: 300px;
	margin: 30px auto;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	border-radius: 5px;
	font-size: 18px;
}

/* Fi anunciate */

/* Identificación */
#identificate {
	overflow: hidden;
}

#identificate .cabecera {
	color: #c03;
	text-align: left;
	padding-left: 25px;
}

#identificate section {
	float: left;
	border-top: 1px solid #1663b5;
	border-bottom: 1px solid #1663b5;
	padding-bottom: 10px;
	height: 180px;
}

#identificate section .cabecera {
	padding-left: 10px;
}

#identificate section p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#clientes {
	width: 463px;
	overflow: hidden;
}

#ya_soy_cliente {
	width: 440px;
	margin: 10px;
}

#aun_no_soy_cliente {
	width: 415px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	text-align: center;
}

#aun_no_soy_cliente img {
	margin-top: 5px;
	margin-bottom: 5px;
}

#no_soy_cliente {
	width: 440px;
	margin-top: 10px;
	margin-left: 10px;
}

#crear_una_cuenta {
	margin: 45px auto;
	width: 200px;
	text-align: center;
	background: #1663b5;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
}

#identificate_login label {
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 100px;
}

#identificate_login input[type=text], 
#identificate_login input[type=password] {
	border: 2px solid #1663b5;
	width: 165px;
	border-radius: 5px;
	padding: 3px;
	margin-left: 10px;
}

#identificate_login .submit {
	margin-left: 10px;
	border: 2px solid #62A8F2;
	border-radius: 5px;
	padding: 3px;
	font-family: inherit;
	cursor: pointer;
}

#identificate_login_info {
	width: 214px;
	margin-top: -25px;
	margin-left: 75px;
	padding: 4px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
}

/* Fi identificacion */
.cabecera{
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #1663b5;
	padding-top: 10px;
	padding-bottom: 10px;
}
footer {
	line-height: 29px;
}

footer a {
	color: inherit;
	text-decoration: none;
}

/* Flexslider */
.flexslider {
	margin-bottom: 15px;
	box-shadow: none;
	border: 0px;
}

.flexslider .slides img {
	width: 230px;
	height: 230px;
}