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

body {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:13px;
	line-height:17px;
}
abbr {
	border-bottom-width:0;
}
#home h1 {
	color: #474747;
	font-size: 26px;
}
#home h2 {
	/*background:url(../img/ico_h2.jpg) 0 3px no-repeat;*/
	/*padding-left:10px;*/
	padding-bottom: 10px;
	margin-bottom: 8px;
	margin-top:0;
	color: #00b7db !important;
}
#home h3 {
	margin:20px 0 5px 0;
	line-height: 20px;
	height: 20px;
}
#home .sidebarLf {
	float:left;
	width: 513px;
}
#home .sidebarRg {
	float: right;
	width: 430px;
	padding-top: 0;
}
#home .sidebarRg .linkGral {
    /*background: none repeat scroll 0 0 #f2f2f2;*/
    border: 1px solid #d0d0d0;
    margin: 0 0 9px;
    padding: 4px 12px 5px;
}
#home .sidebarRg h1 {
	text-transform: capitalize;
}
#home .novedades {
    margin: 58px 0 42px;
}
#home .novedades h2 {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 2px;
}

#home h3.titOne.preguntas-frecuentes {
	margin-top: -1px;
}
/*** THUMBS NOVEDADES
*************************/
dl {
	float:left;
	display:block;
	width: 100%; /*height: 113px; */
	border-bottom: 1px dotted #afafaf;
	margin-bottom:15px;
	padding-bottom:14px;
	margin-top:0;
}
dl img.thumb {
    border: 1px solid #E3E3E3;
    float: left;
    margin-right: 7px;
    max-height: 119px;
    max-width: 149px;
    padding: 3px;
}
dl img.thumb:hover {
	background-color: #e3e3e3;
}
#home .novedades dt {
	font-family: arial;
    font-size: 13pt;
    font-weight: bold;
}
dd {
	width: auto;
	padding-bottom:5px;
}
dd p {
	font-size: 11px;
	line-height: 18px;
}
dl .leerMas {
	border: none;
	padding: 0;
	border:medium none;
	margin-left:5px;
	margin-top:8px;
}
/********** Easy Slider 
***************************/
#slider {
	width:960px;
	position:absolute;
}
#slider ul,
#slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li { /* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
	width:960px;
	height:348px;
	overflow:hidden;
}
#prevBtn,
#nextBtn {
	display:block;
	width:41px;
	height:270px;
	position:absolute; /*left:-30px;*//*top:131px;*/
}
#nextBtn {
	left:920px;
	position:relative;
}
#nextBtn a {
	background-image:url(../img/bt_next.png);
}
#nextBtn a:hover,
#prevBtn a:hover {
	background-position: -41px 50%;
}
#prevBtn a,
#nextBtn a {
	display:block;
	width:41px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	height:270px;
}
#prevBtn a {
	background-image:url(../img/bt_prev.png);
}

#home ul.listOne {
    padding-right: 2px;
    padding-left: 4px;
    width: 190px;
}
#home ul.listOne.listBorder {
    /*border-right: 1px solid #CCCCCC;*/
    padding-right: 5px;
    padding-left: 14px;
    width: 193px;
}
#home ul.listOne li {
	background-image: none;
	background: url('../img/marker-cyan.png') 0 18px no-repeat;
	content:'';
}
#home .noMargin {
	margin: 0;
}
ul.listOne {
	margin-bottom: 0;
}
ul.listOne li {
	border-bottom: 1px solid #d0d0d0;
	line-height: 19px;
	margin-bottom: 0;
   padding: 6px 0px 6px 16px;
}
ul.listOne li h1 {
	font-size: 12px !important;
	margin: 0;
	padding: 3px 0;
}
ul.listOne li a {
	color: #616161;
	text-decoration: none;
}
ul.listOne li a:hover {
	color: #00B7DB;
	text-decoration: none;
}
