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{
	background: white;
	font-family: Arial, Verdana, Geneva, Sans-serif;
	font-size: 12px;
	color: #333;
	background: #EFEFEF;
	border-top: 3px solid #03C;
}
.wrapper{
	width: 980px;
	margin: 0 auto;
	background: #FFF;
}
.wrapper_popup{
	width: 600px;
	margin: 0 auto;
	background: #FFF;
}
.container{
	padding: 20px 0 15px 0;
}
.container_popup{
	padding: 25px;
}
.content_home{
	float: left;
	padding: 0 20px;
}
.content_left{
	float: left;
	width: 690px;
	border-right: 1px solid #EFEFEF;
	padding: 0 20px;

}
.content_right{
	float: left;
	width: 220px;
	padding-left: 15px;	
}

strong{
	font-weight: bold;
}

/*************** Top ***************/
.top{
	border-bottom: 1px solid #EFEFEF;
}
.top_left{
	float: left;
	margin: 30px 0 20px 10px;
}
.top_right{
	float: right;
	margin: 10px 20px 15px 0;
	font-size: 13px;
	text-align: right;
}
.top_right img{
	float: right;
}
.top_right img{
	float: right;
	margin: 5px 0;
}


/*************** Menu ***************/
.wrapper_menu{
	width: 980px;
	margin: 0 auto;
	background: #FFF;
}

.bc_title{
	float: left;
}
.menu{
	
}
ul.menu{
	list-style: none;
	float: right;
	background: #03C url(../images/bg_menu_asesorum.png) repeat-x;	
	border-bottom-left-radius : 10px;	
	-moz-border-radius-bottomleft : 10px;
	-ms-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
ul.menu li{
	float: left;
	padding: 0 10px;
	font-weight: bold;
}
ul.menu li a{
	color: white;
	line-height: 30px;
	text-transform: uppercase;
}
ul.menu li a:hover{
	text-decoration: none;
	color: #DDD;	
}
/*************** Footer ***************/
.footer{
	font-size: 11px;
	margin-bottom: 20px;
}
.footer_container{
	padding: 10px;
	border-top: 1px solid #EFEFEF;
}
.wrapper_footer{
	border-bottom-right-radius : 15px;
	border-bottom-left-radius : 15px;	
	-moz-border-radius-bottomright : 15px;
	-moz-border-radius-bottomleft : 15px;
	-ms-border-radius-bottomleft: 15px;
	-ms-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	width: 980px;
	margin: 0 auto;
	background: #FFF;
}
.footer_left{
	float: left;
}
.footer_right{
	float: right;
}
.footer_right a{
	margin-left: 15px;
}
ul.menu_footer_left{
	list-style: none;
}

ul.menu_footer_left li{
	float:left;
	padding-right: 15px;
}
ul.menu_footer_right{
	list-style: none;
}

ul.menu_footer_right li{
	float:left;
	padding-left: 15px;
}
.footer_submenu{
	color: #999;
	line-height: 20px;
}
a.link_footer{
	color:#777;
}
a#comenzar_consulta{
	margin: 0 0 20px 270px;;
}
a#comenzar_consulta span:hover{
	color: white !important;
}
/*************** Misc ***************/
.info_garantia{
	border: 1px dotted #ccc;
	background: #efefef;
	color: #666;
	padding: 10px 10px 0;
	
}
.clear{
	clear: both;
}
a {
	text-decoration: none;
	color: #03C;
}
a:hover {
	text-decoration:underline;
}

.module_r{
	/*border-radius : 15px;
	-moz-border-radius : 15px;
	-ms-border-radius: 15px;
	-webkit-border-radius: 15px;*/
	border-top: 2px solid #03C;
	border-bottom: 1px solid #EFEFEF;
	border-bottom-right-radius : 15px;
	border-bottom-left-radius : 15px;	
	-moz-border-radius-bottomright : 15px;
	-moz-border-radius-bottomleft : 15px;
	-ms-border-radius-bottomleft: 15px;
	-ms-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	background: #EFEFEF;
	margin-bottom: 20px;
}
.module_r_title{
	line-height: 20px;
	padding: 3px 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.module_r_content{
	line-height: 20px;
	padding: 3px 10px;
	text-align: justify;
}
.module_r_content p{
	padding: 0 0 0 10px;
	margin: 0;
}
.module_r_content img{
	border: 2px solid white;
}
.module_r_content a{
	float: right;
}
b {
	font-weight: bold;
}
h1 {
	line-height:25px;
	font-size: 16px;
	margin: 5px 0 0 20px;
	padding-left: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #03C;
	font-weight: bold;
	color: #444;
	width: 300px;
	background: url(../images/tri.png) no-repeat 0 3px;
}

h2{
	color: #03C;
	margin: 20px 0 10px 0;
}
p{
	margin-bottom: 15px;
	text-align: justify;
}
.highlight {
	color: #03C;
	font-size: 14px;
	margin-bottom: 5px;	
}
span{
	color: #03C;
}
.tab20{
	padding: 0 20px;
}
.tab40{
	padding-left: 40px;
}
/*************** Inicio ***************/
a.services_home_unit{
display: block;
height: 150px;
width: 150px;
border: 2px solid white;
float: left;
margin-left: 25px;
text-decoration: none;
color: #555;
}
a.services_home_unit:hover{
color: white;
}
a.services_home_unit p{
margin: 60px 5px 0;
text-align: left;
font-size: 14px;
}
a#labor_home{
border: 4px solid #efefef;
background: #EFEFEF url(../images/logo_laboral_home.png) no-repeat 0 0;
}
a#labor_home:hover{
border: 4px solid #efefef;
background: url(../images/logo_laboral_home.png) no-repeat 0 -150px;
}
a#legal_home{
border: 4px solid #efefef;
background: #EFEFEF url(../images/logo_legal_home.png) no-repeat 0 0;
}
a#legal_home:hover{
border: 4px solid #efefef;
background: url(../images/logo_legal_home.png) no-repeat 0 -150px;
}
a#fiscal_home{
border: 4px solid #efefef;
background: #EFEFEF url(../images/logo_fiscal_home.png) no-repeat 0 0;
}
a#fiscal_home:hover{
border: 4px solid #efefef;
background: url(../images/logo_fiscal_home.png) no-repeat 0 -150px;
}
a#civil_home{
border: 4px solid #efefef;
background: #EFEFEF url(../images/logo_civil_home.png) no-repeat 0 0;
}
a#civil_home:hover{
border: 4px solid #efefef;
background: url(../images/logo_civil_home.png) no-repeat 0 -150px;
}
a#penalty_home{
border: 4px solid #efefef;
background: #EFEFEF url(../images/logo_multas_home.png) no-repeat 0 0;
}
a#penalty_home:hover{
border: 4px solid #efefef;
background: url(../images/logo_multas_home.png) no-repeat 0 -150px;
}

.services_home{
	margin: 30px 0;
}

.p_home{
	font-size: 14px;
	margin-bottom: 20px;
}


.content_home_bottom{
	margin: 20px 0 0 0;
	padding: 10px 0;
	border-top: 1px solid #EFEFEF;
}
.content_home_bottom_left{
	width: 690px;
	float: left;
	border-right: 1px solid #EFEFEF;
}
.content_home_bottom_left p{
	margin: 20px;
}
.content_home_bottom_right{
	float: left;
	width: 240px;
	padding-left: 15px;	
}
h1.left_column {
	line-height:25px;
	font-size: 16px;
	margin: 5px 0 0 0px;
	text-transform: uppercase;
	border-bottom: 1px solid #03C;
	font-weight: bold;
	color: #444;
	width: 220px;
	background: url(../images/tri.png) no-repeat 0 3px;
}
.post{
	margin: 10px 0 0 0;
	background:#EFEFEF;
	padding: 10px;
}
.post_top_title{

}
.post_top_description{
	color: #666;
	margin: 5px 0;
}
.post_bottom_left{
	color: #999;
	float: left;
}
.post_bottom_right{
	float: right;
}


/*************** Equipo ***************/
ul.equipo{
	margin-left: 40px;
	list-style: square;
}
.module_equipo{
	margin: 10px 0 30px 0;
}

ul.datos_legales {
list-style: square;
border: 1px dashed #CCC;
margin: 0 60px 20px 20px;
padding: 20px 40px;
}
/*************** Ejemplos ***************/
ul.ejemplos{
	margin: 0 0 20px 40px;
	list-style: square;
}
ul.ejemplos2{
	margin: 0 20px 20px 40px;
	text-align: justify;
}

/*************** Servicios ***************/
.module_servicios{
	margin: 20px 30px 30px 30px;
}
.servicio{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
.servicio_logo{
	float: left;
}
.servicio_texto{
	float: left;
	width: 530px;
	margin: 5px 0 0 10px;
}
/*************** Contacto ***************/

input[type="text"]{
width: 650px;
height: 24px;
border: 1px solid #CCC;
padding: 0 5px;
color: #333;
margin: 4px 0 10px 0;
}

textarea {
width: 650px;
height: 200px;
border: 1px solid #CCC;
padding: 5px;
color: #333;
margin: 4px 0 10px 0;
resize: none;
}

fieldset{
	border: 1px solid #EFEFEF;
	padding: 15px;
}
legend{
	color: #03C;
}
label{
	display: block;
}

p.contacto{
	margin-bottom: 0;
	width: 662px;
	text-align: justify;
}
/*************** Condiciones ***************/
ul.condiciones{
	margin: 0 0 20px 40px;
	text-align: justify;
	list-style: square;
}
ul.condiciones2{
	margin: 0 20px 20px 40px;
}
ul.condiciones li{
	margin: 5px 0 10px 0;
}

/*************** Pagar ***************/

.tableft40{
	margin: 30px 0 0 40px;
}

.tableft40 h2{
	font-size: 15px;
	float: left;
}
.tableft40 img{
	font-size: 15px;
	float: left;
	margin: 15px 0 0 15px;
}
.dotted_line{
	border-bottom: 1px dotted #03C;
	margin-top: 15px;
}
.left_pago{
	float: left;
	margin: 40px 50px 0 50px;
}
.right_pago{
	float: left;
	margin: 40px 0 0 0;
	width: 400px;
}
a#volver{
	margin: 15px 0 15px 150px;
}
a#volver span:hover{
	color: white !important;
}
#pagar1, #pagar2{
	margin: 15px 0;
}
.box_paypal{
margin: 0 auto;
width: 170px;
text-align: center;
}

/*************** tarifas ***************/

.tarifas{
	width: 100%;
	line-height: 20px;
	border-collapse:collapse;
	font-size: 12px;
	margin: 10px 0 20px 0;
}
.tarifas th{
	background: #EEE;
	color: #333;
	font-weight: bold;
	text-align: right;
	padding: 0 10px;
	border: 1px solid #CCC;
}
.tarifas th.no_style{
	background: white;
	padding: 0 10px;
	border: 0;
}
.tarifas td{
	text-align: right;
	border: 1px solid #CCC;
	padding: 1px 15px;
}
.tarifas td.nombre_servicio{
	color: #03C;
}
.tarifas td.precio_producto{
	color: #03C;
	font-weight: bold;
}
.tarifas td.precio_consulta{
}

/*************** renta ***************/
ul.renta{
	margin: 10px 0 20px 60px;
}
ul.renta li{
	list-style: square;
}

/** COOKIES legal **/
.cookies_legal{
	position: fixed;
	bottom: 0;
	display: none;
	padding: 5px 10%;
	background-color: rgba(22, 22, 22, 0.8);
	font-size: 12px;
	line-height: 12px;
}
.cookies_legal h3{
	padding: 0;
	font-size: 13px;
	color: #FFF;
	margin: 0;
	font-weight: normal;
	text-shadow: none;
}
.cookies_legal p{
	padding: 0;
	margin: 0;
	color: #BBB;
}

.cookies_legal a.cerrar {
	font-size: 11px;
	line-height: 13px;
	display: block;
	width: 50px;
	margin: 0px auto;
	text-decoration: none;
	border: none;
	text-shadow: 1px 1px 2px #000;
	text-align: center;
	padding: 3px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background-color: #222;
	color: #fff !important;
}
.cookies_legal a.cerrar:hover {
	background-color: #888;
	color: #fff !important;
}
.cookies_legal a.enlace {
	color:#39C;
	font-size: 12px;
	line-height: 12px;
}
.cookies_legal a.enlace:hover {
}
.cookies_legal a.enlace:visited {
	color:#39c;
}