@charset "utf-8";
/* CSS Document */

.cabezote{}

.conte{
display:block;
float:left;
width:780px;
height:480px;
background-image:url(../img/bg_plantilla.jpg);
background-repeat:no-repeat;
background-position:left top;				
}
.dttitulo
{ 				
				
				padding-bottom:0px;
				padding-top:50px;
				text-align:left;
				padding-left:100px;
				font-family:Arial, Helvetica, sans-serif;
				font-size:20px;
				color:#848484
}
.dttexto
{

display:block;
padding-top:30px;
margin-left:150px;
width:450px;
				
}
.dtimg
{
display:block;
float:left;
padding-top:30px;
margin-left:10px;
margin-right:10px;
padding-left:10px;
				
}


.conteCuerpo{
	display:block;
	float:left;
	clear:both;
	width:1021px;
	background-image:url(../img/home/bg_ep.jpg);
	background-position:center top;
	background-repeat:repeat-y;
}

.conteCuerpo2{
	display:block;
	float:left;
	clear:both;
	width:1021px;
	background-image:url(../img/servicios/bgs.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

.pie{
	background-image:url(../img/home/pie_ep.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:1021px;
	height:74px;
	padding-top:3px;
	display:block;
	float:left;
	clear:both;
}

.conteNavega{
	display:block;
	float:left;
}

.conteBnn{
	text-align: center;
	padding-bottom:5px;
	background-image:url(../img/home/bg_ep.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	z-index:10;
	
}

.conteTxtBody{
	display:block;
	float:left;
	width:785px;
}

/*CSS Sabrosus style pagination*/
div.pagination {
	padding:5px;
	margin:3px;
	text-align:center;
        font-family: verdana, arial, sans-serif;
        font-size: 12px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #9aafe5;
	text-decoration: none;
	color: #2e6ab1;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #2b66a5;
	color: #000;
	background-color: lightyellow;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid navy;
	font-weight: bold;
	background-color: #2e6ab1;
	color: #FFF;
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #929292;
	color: #929292;
}

div.count {
    font-size: 12px;
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    margin-bottom: 10px;
}