@charset "iso-8859-1";
/* CSS Document */
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:12px;
}
.bg {
    background-color: #EEE;
 }
#top {
	background-color: #FFF;
	height: 140px;
        border-radius: 10px 10px 0px 0px;
}
.banner {
background: rgb(124,160,221); /* Old browsers */
background: -moz-linear-gradient(top, rgba(124,160,221,1) 0%, rgba(23,13,124,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(124,160,221,1)), color-stop(100%,rgba(23,13,124,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(124,160,221,1) 0%,rgba(23,13,124,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(124,160,221,1) 0%,rgba(23,13,124,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(124,160,221,1) 0%,rgba(23,13,124,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(124,160,221,1) 0%,rgba(23,13,124,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ca0dd', endColorstr='#170d7c',GradientType=0 ); /* IE6-9 */
}
.banner .img {
	float: right;
	height: 266px;
	width: 624px;
}
.banner .title {
	font-size: 24px;
	line-height: 28px;
	color: #FFF;
	font-weight: 500;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}
.banner .intro {
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	color: #FFF;
	font-weight: 400;
	line-height: 20px;
}
.banner .readmore {
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 30px;
	text-align: center;
}
.banner .info {
	float: left;
	width: 346px;	
}
.button {
	font-family:Tahoma,Geneva,sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 10px 20px;
        background: #ff3232; /* Old browsers */
background: -moz-linear-gradient(top, #ff3232 0%, #d10202 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3232), color-stop(100%,#d10202)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ff3232 0%,#d10202 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ff3232 0%,#d10202 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ff3232 0%,#d10202 100%); /* IE10+ */
background: linear-gradient(to bottom, #ff3232 0%,#d10202 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3232', endColorstr='#d10202',GradientType=0 ); /* IE6-9 */
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #CE0300;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
	text-decoration: none;
}
#container {
	width: 900px;
        background: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
        box-shadow: 1px 1px 10px 4px #333333;
        -webkit-box-shadow: 1px 1px 10px 4px #333333;
        -moz-box-shadow: 1px 1px 10px 4px #333333;
}
#container2 {
	width: 800px;
        background: #FFF;
	margin-right: auto;
	margin-left: 50px;
	margin-top: 40px;
        box-shadow: 1px 1px 10px 4px #333333;
        -webkit-box-shadow: 1px 1px 10px 4px #333333;
        -moz-box-shadow: 1px 1px 10px 4px #333333;
}

#header {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#slider1 {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	width: 180px;
	float: left;
	margin-top: 25px;
	margin-left: 5px;
}
#top-nav {
	width: 95%;
	margin-left: 5%;
}
#top-nav ul {
	padding: 0px;
}
ul.nav2 {
  list-style: none;
  z-index: 9999;
  padding: 0;
}
ul.nav2 li {
  float: left;
  list-style: none;
  color: #000;
}
ul.nav2 li a{
text-decoration: none;
}
ul.nav2 li a:hover{
text-decoration: underline;
}
ul.nav {
  list-style: none;
  line-height: 1;
  z-index: 9999;
  padding: 0;
}
ul.nav li {
  float: left;
  line-height: 30px;
  margin: 0 2px 0 0;
  /*padding: 0 0 9px;*/
  list-style: none;
}
ul.nav li a {
	display: block;
	line-height: 20px;
	z-index: 100;
	color: #008C2B;
        background:#F7E32C;
	font-size: 12px;
	font-weight: normal;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
	text-decoration: none;
}
ul.nav li a:hover, ul.nav li.active a {
    background: #F7ED80;
    color: #008A31;
}
/* submenu */
ul.nav li ul li {
 float: none;
 padding: 0px;
}
ul.nav li ul{
	z-index: 1001;
	position: absolute;
	width: 150px;
        background:#F7ED80;
	visibility: hidden;
	border-radius:0px 10px 0px 10px;
	-moz-border-radius:0px 10px 0px 10px;
	-webkit-border-radius:0px 5px 0px 10px;
}
.submenu{
    padding:5px;margin-top: -3px
}
ul.submenu li a{
    margin:0;border:0;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;
}
ul.submenu li a:hover{margin:0;border:0;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;}

ul.nav li ul li{
border-bottom: 1px dotted red;
}
ul.nav li ul a {
	font-size: 12px;
	color: #008A31;
}
ul.nav li ul a:hover {
  color: #008A31;
}
ul.nav li:hover ul{
	visibility: visible;
}
ul.nav li:hover a {
	background-color: #FCFCB0;
}
.clear{
	overflow:hidden;
	line-height:0px;
	clear:both;
	margin: 0 !important;
    padding: 0 !important;
}
#banner .bx-pager {
	background-color: #004A9B;
	text-align: right;
	height: 18px;	
}
#banner .pager-link {
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 16px;
}	
#banner .pager-active {
	cursor: pointer;
	text-decoration: none;
	text-shadow: 0 1px #222;
	background-color: #012E67;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#content {
	background-color: #FFF;
	background-image: url(https://www.lamillonariadelcaribe.com.co/global/img/bg-main-top.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E6E6E6;
	border-left-color: #E6E6E6;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
h3 {
	font-size: 18px;
	line-height: 24px;
}
.column {
	width: 440px;
}
.sep {
	border-right: 1px solid #E6E6E6;
	float: left;
	width: 2px;
	margin-right: 20px;
	margin-left: 15px;
	margin-top: 25px;
}
.column1 {
	width: 300px;
}
.content-left {
	width: 100%;
	float: left;
}
.content-right {
	float: right;
	/*width: 280px;*/
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 10px;
	clear: both;
}
.section {
  margin-top: 15px;
  /*box-shadow: 0px 2px 4px  rgba(0,0,0,0.2);*/
}
.section-hd {
	line-height: 28px;
	padding-left: 10px;
	background-color: #004A9B;
	color: #FFF;
	font-size: 12px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}
.section-bd {
	background-color: #EEF4F7;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	border: 1px solid #E6E6E6;
}
.section-bd a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	text-decoration: none;
	color: #004A9B;
	text-align: justify;
}
.section-bd a:hover {
	text-decoration: underline;
}
.column .bx-pager {
	text-align: left;
	margin-top: 10px;	
}
.column .pager-link {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.column .pager-active {
	cursor: pointer;
	text-decoration: none;
	text-shadow: 0 1px #222;
	background-color:#0154AC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: bold;
	color: #FFF;
}
.left {
  float:left;
}
.right {
	float:right;
}
.news-img {
	vertical-align: middle; 
	border-width:0px; 
	border-style:0px;
        width: 100%;
        height: 80px;
}
.news-name {
	color: #069;
	height: 15px;
	font-weight: bold;
	font-size: 12px;
}
.news-resume {
	color:#333;
	text-align: justify;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	height: 120px;
	font-size: 12px;
 }
a.moreinfo {
	font-size: 11px;
	color: #ffffff;
	padding: 7px 10px;
	background:#008A31;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 0px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.4),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
	text-decoration: none;
}
h2 {
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer {
	background: #008A31;
    padding-right: 15px;
	padding-left: 15px;
	height:100px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	color: #fff;
}
#footer .follow {
  float:left;	
}
#footer .follow span {
	display: block;
	float: left;
	font: italic 14px/30px Georgia, Times;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
}
#footer .copyright {
	float:right;
	padding-top: 2px;
}
#footer .download {
	text-align: center;
	float: left;
	margin-left: 30px;
}
#footer .download a {
	text-decoration: none;
	color: #576672;
	background-image: url(https://www.lamillonariadelcaribe.com.co/global/img/pdf.png);
	background-repeat: no-repeat;
	height: 32px;
	text-indent: 40px;
	display: block;
	padding-top: 6px;
}
#footer .download a:hover {
  text-decoration: underline;	
}
/*
#footer .download span {
	margin-top: 2px;
	display: inline-block;
	
}*/
#indicadores {
	float: left;
	width: 200px;
}
#articles {
	float: left;
}
.shadow {
	display: inline-block;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	border-style:none;
	border-width:0px;
	margin-right: 2px;
}
.page-title {
	color: #ff3019;
	font-size: 20px;
}
.contact-logo {
	margin-top: 10px;
	margin-bottom: 10px;
}
.city {
	font-weight: bold;
	color: #000;
}
.dir {
	padding-top: 0px;
	color: #fff;
}
.dir span {
	display: block;
	line-height: 20px;
}
.contact-form {
	float: left;
	width: 50%;
	margin-top: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6E6E6;
	padding-left: 20px;
}
div.input label, div.inputbg label {
  font-size:12px;
  color:#000;
  text-align:left;
  display:block;
  float:left;
  height:16px;
  padding-top:3px;
}
.inputbg {
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 2px;
}
.inputbg input[type="text"] {
	height: 20px;
	text-indent: 5px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #DDD;
}
.btn{
   background-color: #008A31;

    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
}
.btn:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)	
}
.page-info p, .content-left p, .content-left li {
	line-height: 20px;
	color: #333;
	text-align: justify;
}
.content-left ul {
  list-style-type: square;
  color: #333;
 }
.content-left  li {
	margin-bottom: 5px;
}
.error-msg {
    display:block;
    font-family:Tahoma,Geneva,sans-serif;
    font-size: 11px;
    font-weight: normal;
    color:#EE0000;
}
.promociones{
width:22%; float:left;
border: 1px solid #000;
-moz-border-radius: 10px 10px 10px 10px; /* Firefox*/
-ms-border-radius: 10px 10px 10px 10px; /* IE 8.*/
-webkit-border-radius: 10px 10px 10px 10px; /* Safari,Chrome.*/
border-radius: 10px 10px 10px 10px; /* El estándar.*/
margin-left: 1%;
margin-right: 1%;

}

.promociones .hd{
    background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
height: 32px;
text-align: center;
line-height: 25px;
border: 1px solid #e2e2e2;
-moz-border-radius: 10px 10px 1px 1px; /* Firefox*/
-ms-border-radius: 10px 10px 1px 1px; /* IE 8.*/
-webkit-border-radius: 10px 10px 1px 1px; /* Safari,Chrome.*/
border-radius: 10px 10px 1px 1px; /* El estándar.*/
}
.promociones .hd strong{
    color: #000;
    font-size: 15px;
}
.promociones  img{
    width: 100%;
    height: 100px;
}
.promociones  .intro{
    width: 160px;
    height: 110px;
    padding: 10px;
    text-align: justify;
}
.promociones  .ft{
    width: 160px;
    height: 20px;
    padding: 10px;
    text-align: center;
}
.menu{
background: #008A31;
height: 25px;
text-align: left;
line-height: 25px;
color: #FFF;
}
.menu .options a{
    text-decoration: none;
    color: #fff
}
.menu .options{
    float: left;
    font-size:12px;
    padding-left: 15px;
    padding-right:15px;
}

.menu .options:hover{
    background: #35B762;
}

#banner{
    background: #FFF;
}
.sorteos{
width:20%;
margin-left:1%;
margin-right:1%;
margin-top: 5px;
margin-bottom: 5px;
border: 1px solid #000;
-moz-border-radius: 10px 10px 10px 10px; /* Firefox*/
-ms-border-radius: 10px 10px 10px 10px; /* IE 8.*/
-webkit-border-radius: 10px 10px 10px 10px; /* Safari,Chrome.*/
border-radius: 10px 10px 10px 10px; /* El estándar.*/
}
.sorteos .hd{
background: #d2ff52; /* Old browsers */
background: -moz-linear-gradient(top,  #d2ff52 0%, #91e842 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ff52), color-stop(100%,#91e842)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d2ff52 0%,#91e842 100%); /* W3C */
height: 32px;
text-align: center;
line-height: 32px;
-moz-border-radius: 10px 10px 0px 0px; /* Firefox*/
-ms-border-radius: 10px 10px 0px 0px; /* IE 8.*/
-webkit-border-radius: 10px 10px 0px 0px; /* Safari,Chrome.*/
border-radius: 10px 10px 0px 0px; /* El estándar.*/
}
.sorteos  .intro{
    width: 95%;
    height:80px;
    padding: 5px;
    text-align: justify;
    font-size: 12px;
}
.sorteos  .intro .title{
    color: #d10202;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.sorteos  .intro .title-number{
    font-weight: bold;
    float: left;
    width: 30%;
}
.sorteos  .intro .resultado{
    font-weight: bold;
    float:left;
    margin-left: 10px;
    width: 60%;
}
.sorteos .resultado{
width:30%; text-align: center;
height: 20px;
border: 1px solid #000;
line-height:20px;
margin-bottom: 5px;
-moz-border-radius: 10px 10px 10px 10px; /* Firefox*/
-ms-border-radius: 10px 10px 10px 10px; /* IE 8.*/
-webkit-border-radius: 10px 10px 10px 10px; /* Safari,Chrome.*/
border-radius: 10px 10px 10px 10px; /* El estándar.*/
margin-left: 1%;
margin-right: 1%;
}
.sorteos  .ft{
    width: 160px;
    height: 14px;
    padding: 10px;
    text-align: center;
}

.buscar{
width:20%;
margin-left:1%;
margin-right:1%;
border: 1px solid #000;
-moz-border-radius: 10px 10px 10px 10px; /* Firefox*/
-ms-border-radius: 10px 10px 10px 10px; /* IE 8.*/
-webkit-border-radius: 10px 10px 10px 10px; /* Safari,Chrome.*/
border-radius: 10px 10px 10px 10px; /* El estándar.*/
}
.buscar .hd{
background: #d2ff52; /* Old browsers */
background: -moz-linear-gradient(top,  #d2ff52 0%, #91e842 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ff52), color-stop(100%,#91e842)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d2ff52 0%,#91e842 100%); /* W3C */
height: 32px;
text-align: center;
line-height: 32px;
-moz-border-radius: 10px 10px 0px 0px; /* Firefox*/
-ms-border-radius: 10px 10px 0px 0px; /* IE 8.*/
-webkit-border-radius: 10px 10px 0px 0px; /* Safari,Chrome.*/
border-radius: 10px 10px 0px 0px; /* El estándar.*/
}
.buscar .intro{
    width: 95%;
    height:80px;
    padding: 5px;
    text-align: justify;
    font-size: 15px;
}
.buscar  .intro .title{
    color: #d10202;
    width: 100%;
    font-size: 12px;
    text-align: center;
    margin-bottom:5px;
}
.buscar .intro .title-number{
    font-weight: bold;
    float: left;
    width: 30%;
}
.buscar .intro .capo{
 font-weight: bold;
float:left;
width: 60%;
height: 20px;
border: 1px solid #000;
line-height:20px;
margin-bottom: 2px;
-moz-border-radius: 10px 10px 10px 10px; /* Firefox*/
-ms-border-radius: 10px 10px 10px 10px; /* IE 8.*/
-webkit-border-radius: 10px 10px 10px 10px; /* Safari,Chrome.*/
border-radius: 10px 10px 10px 10px; /* El estándar.*/
margin-left: 10px;   
}
.buscar .intro .capo input{
width: 95%;
height: 20px;
border: 0;
background: transparent;
padding-left: 5px;
}
.buscar  .ft{
    width: 160px;
    height: 20px;
    padding: 10px;
    text-align: center;
}
.resultados{
width:30%; float:left;
border: 1px solid #000;
height: 50%;
-moz-border-radius: 10px 10px 10px 10px; /* Firefox*/
-ms-border-radius: 10px 10px 10px 10px; /* IE 8.*/
-webkit-border-radius: 10px 10px 10px 10px; /* Safari,Chrome.*/
border-radius: 10px 10px 10px 10px; /* El estándar.*/
margin-left: 1%;
margin-right: 1%;
margin-bottom: 12px;
}
.resultados .hd{
    background: #d2ff52; /* Old browsers */
background: -moz-linear-gradient(top,  #d2ff52 0%, #91e842 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ff52), color-stop(100%,#91e842)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d2ff52 0%,#91e842 100%); /* W3C */
height: 32px;
text-align: center;
line-height: 32px;
font-weight: bold;
-moz-border-radius: 10px 10px 0 0; /* Firefox*/
-ms-border-radius: 10px 10px 0 0; /* IE 8.*/
-webkit-border-radius: 10px 10px 0 0; /* Safari,Chrome.*/
border-radius: 10px 10px 0 0; /* El estándar.*/
}
.list{
    border: 1px dotted #008A31;
    height: 150px;
    margin-bottom: 10px;
    padding: 5px;
}
.title-list{
    font-size: 15px;
    color: #008A31;
    font-weight:bold;
    padding: 2px;
}
.intro-list{
    float: left;
    text-align: justify;
}
.img-list{float: left;margin-top: 10px;margin-bottom:10px;margin-right: 10px}
.link-list a{
    text-decoration: none;
    color: #008A31;
}
.link-list a:hover{
    text-decoration:underline;
}
.menu-separator{
 height: 25px;
 width: 2px;
 display: block;
background: #020000; /* Old browsers */
background: -moz-linear-gradient(left,  #020000 48%, #00b23e 48%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(48%,#020000), color-stop(48%,#00b23e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #020000 48%,#00b23e 48%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #020000 48%,#00b23e 48%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #020000 48%,#00b23e 48%); /* IE10+ */
background: linear-gradient(to right,  #020000 48%,#00b23e 48%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020000', endColorstr='#00b23e',GradientType=1 ); /* IE6-9 */
}
.menu-separator2{
 height: 30px;
 width: 2px;
 display: block;
background: #7c7c7c; /* Old browsers */
background: -moz-linear-gradient(left,  #7c7c7c 48%, #c4c4c4 48%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(48%,#7c7c7c), color-stop(48%,#c4c4c4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #7c7c7c 48%,#c4c4c4 48%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #7c7c7c 48%,#c4c4c4 48%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #7c7c7c 48%,#c4c4c4 48%); /* IE10+ */
background: linear-gradient(to right,  #7c7c7c 48%,#c4c4c4 48%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#c4c4c4',GradientType=1 ); /* IE6-9 */

}