body,img,div,table,a,h1,h2,h3,h4,p,input{
padding:0px;
margin:0px;
font-family:Helvetica, sans-serif;
}

body{
	background-image: url("../images_util/header_line.jpg");
	background-repeat: repeat-x;
	min-height: 1000px;
}

.absolute{
position:absolute;
}

.fixed{
position:fixed;
}


.hover:hover{
    opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
}


.hover{
    opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
}

.hand{
cursor:pointer;cursor:hand;
}

.hide{
display:none;
}

img{
 -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}


.relative{
	position: relative;
}

.absolute{
	position: absolute;
}

input{
outline:none;  
}

.left{
	text-align: left;
}

.document{
	width:970px;
}

h1{
	color:#757575;
	font-size: 35px;
}

h3{
	color:#6C6C6C;
	font-size: 19px;
}

h3 a{
	color:#6C6C6C;
	text-decoration: none;
	font-size: 19px;
}


h2{
	color:#15345B;
	font-size: 40px;
}

p{
	/*color:#AFAFAF;*/
	color:#5e5e5e;
	font-size: 14px;
	line-height: 22px;
}


p a{
/*color:#AFAFAF;*/
color:#5e5e5e;
text-decoration: none;
}



h4{
	color:#6C6C6C;
	font-size: 19px;
}


h5{
	color:#6C6C6C;
	font-size: 16px;
}


.input_text{
	border: 1px solid #afafaf;
}


/* - - - - - - - - MENU ITEM - - - - - - - - - - - */

.els_menu_item{
	height:34px;
	margin-right:15px;	
	font-size: 15px;
	background-image: url("../images_util/menu_item_background_normal.jpg");
}

.els_menu_item a{
	text-decoration: none;
	/*color:#AFAFAF;*/
	color:#5e5e5e;
}


.els_menu_item_active {
	background-image: url("../images_util/menu_item_background_active.jpg");
}

.els_menu_item_active a{
text-decoration: none;
	color:#15345B;
}



/* - - - - -- - - - FEATURE ITEM - - - - - - - - - */

.els_feature_item{
	width:210px;
	text-align: left;
}


/* - - - - -- - - - FOOTER - - - - - - - - - */

#footer{
background-color: #AFAFAF;
width:100%;
height:50px;
position: absolute;
left:0px;
bottom:0px;
}



/* - - - - - - - - - SIDE ITEMS - - - - - - - - - */

.side_item {
padding-bottom: 16px;
padding-left:10px;
}

.side_item a{
	/*color:#AFAFAF;*/
	color:#5E5E5E;
	font-size: 13px;
    text-decoration: none;
}

.side_item .active{
	color:#15345B;

}



/* - - - - - - - Lawyer Resumen - - - - - - - - - - -*/

.lawyer_resumen{
	float:left;
	padding-right:20px;
	padding-bottom:30px;
	font-size: 12px;
	color:#AFAFAF;
	color:#5e5e5e;
}

.lawyer_resumen a{
    font-weight: bold;
	font-size: 12px;
	color:#AFAFAF;
	color:#5e5e5e;
	text-decoration: none;
}




/* - - - - - - FORM - - - - - - - - - - - - - - */

.form input{
	width:230px;
	height: 20px;
	padding:5px;
}

.form textarea{
padding:5px;
	width:230px;
	height: 50px;
}



.subtitulo{
text-align: right;
	color:#AFAFAF;
	color:#5e5e5e;
	font-size: 14px;
}

.subtitulo a{
color:#AFAFAF;
color:#5e5e5e;
text-decoration: none;
}


#breadcrumbs{
position: absolute;
top:-27px;
left:3px;
color:#AFAFAF;
color:#5e5e5e;
	font-size: 14px;
}


#breadcrumbs a{
color:#AFAFAF;
color:#5e5e5e;
	text-decoration: none;
}

