/* 
    Document   : style
    Created on : Dec 6, 2012, 10:10:54 PM
    Author     : richlona
    Description:
        Purpose of the stylesheet follows.
*/


@font-face {
font-family:'trajan';
src: url('../fonts/trajan.eot'); /* IE9 Compat Modes */
src: url('../fonts/trajan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/trajan.woff') format('woff'), /* Modern Browsers */
url('../fonts/trajan.ttf')  format('truetype'), /* Safari, Android, iOS */
url('../fonts/trajan.svg#svgFontName') format('svg'); /* Legacy iOS */
}


body {
    width: 960px;
    margin: 0 auto;
    background-color: #fafafa;
}

#header {
	clear: both; 
    background-color: #fafafa; 
    padding: 12px 0 4px 4px;
	}


#shadow-up, #shadow-down {
    width:960px;
    height: 17px;   
}

#shadow-up {
    background: url('../images/shadow_up.png') no-repeat;
}

#shadow-down {
    margin-top: 2px;
    background: url('../images/shadow_down.png') no-repeat;
}

.nav {
    
    background: #fafafa; /* Old browsers */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fafafa), color-stop(14%,#eaeaea), color-stop(86%,#eaeaea), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #fafafa 0%,#eaeaea 14%,#eaeaea 86%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #fafafa 0%,#eaeaea 14%,#eaeaea 86%,#fafafa 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #fafafa 0%,#eaeaea 14%,#eaeaea 86%,#fafafa 100%); /* IE10+ */
    background: linear-gradient(to right,  #fafafa 0%,#eaeaea 14%,#eaeaea 86%,#fafafa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa',GradientType=1 ); /* IE6-9 */
	font-family: trajan;
    color: #646463;
    margin: 0;
    text-align: center;
}

.nav ul {
	overflow: hidden;
        margin: 0 auto;
        padding: 10px;
}

.nav > li {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
        text-align: left;
        font-size: 14px;
		
}

.nav li a {
	color: #666666;
	display: block;
	text-decoration: none;
        margin-left: 0;
		margin-right:0;
        padding:3px 8px;
		
}

.nav ul li a {
	color: #666666;
	display: block;
	text-decoration: none;
        padding: 3px 4px;
		margin-bottom:1px;
		margin-top:1px;
		
}

.nav a:active, .nav a:visited {
	color: #666666;
}
.nav li ul {
display:none;
position:absolute;
z-index: 10;
min-width:150px;
max-width:200px;
background:#EFEFEF;
font-size:12px;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;

}

.nav li:hover > ul {
display:block;

}

.nav a:focus, .nav li a:hover {
    color: #ba2025;
    /*
	background-color: #999999;
	color: #ffffff;
	outline: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
        */
}
.nav li ul a:hover{
	color: #666666;
    text-decoration:
    
    ;
}

/************ Columnas ********************/

.infoColumns {
    width: 100%;
    display: inline-block;
    margin-top: -70px;
}

.infoColumns .column {
    float: left;
    width: 31.5%;
    border: 1px solid #dedede;
    padding: 8px 4px;
    margin: 8px 11px 0 0;
    min-height: 350px;
    background-color: #fff;
}

.infoColumns .column:last-child{
    margin: 8px 0 0 0;
}

.infoColumns .column h2 {
    font-family: 'trajan';
    font-size: 18px;
    margin-left: 12px;
    color: #ba2025;
}

.infoColumns .column ul {
    padding: 0 14px;
    
}

.infoColumns .column li {
    list-style: none;
    border-bottom: 1px solid #dedede;
    margin-bottom: 4px;
    padding-bottom: 4px;
    
}

.infoColumns .column li a {
    text-decoration: none;
    color: #646463;
}

.infoColumns .column li a:hover {
    color: #ba2025;
}

.row {
    clear:both;
    margin-bottom: 4px;
}

.item {
    float: left;
    width: 48%;
    min-height: 120px;
    margin-right: 4px;
    overflow: hidden;
}


/******** Carrousel ***********/

.carrousel {
    clear: both;
    width: 100%;
    min-height: 200px;
    margin: 18px 0;
    border: 1px solid #ddd;
}



/********* Footer ***********/

.footerColumns {
    width: 100%;
    display: inline-block;
    margin-bottom: 8px;
}

.footerColumns .column {
    float: left;
    width:24%;
    margin: 8px 8px 0 0;
    font-size: 14px;
    min-height: 300px;
    color: #646463;
}

.footerColumns .column h2 {
    font-family: 'trajan';
    font-size: 15px;
    text-align: left;
}

.footerColumns .column:last-child {
    margin: 8px 0 0 0;
}

.footerColumns .column ul {
    margin-bottom: 22px;
    margin-left: 0;
    padding-left: 12px;
    width: 86%;
}

.footerColumns .column ul li {
    list-style: none;
    font-family: 'Times New Roman', serif;
    margin-bottom: 5px;
}

.footerColumns .column ul li a {
    text-decoration: none;
    color: #646463;
}

.footerColumns .column ul li a:hover {
    color: #ba2025;
}

#footer {
    clear:both; 
    margin-top: 12px;
}

.divBase {
    clear: both; 
    width: 100%; 
    border-top: 1px solid #dedede; 
    margin-bottom: 1px;
}

.infoBase {
    border-top: 1px solid #dedede; 
    border-bottom: 1px solid #dedede; 
    font-family: 'Trajan'; 
    font-size:14px; 
    color: #666666; 
    text-align: center; 
    padding: 14px 0px;
    margin-bottom: 1px;
}

.infoBase a {
    text-decoration: none; 
    color: #808080;
}

.social-search {
    clear:both; 
    margin-top: 40px; 
    margin-bottom: 0px;
}

#social {
    width:242px; 
    float: right; 
    height: 30px;
    margin-top: 0;
    display: inline-block;
}
#social .tr {
    background: url('../images/tr.png') no-repeat;
    width: 31px;
    height: 31px;
    float: right;
    margin-right: 10px;
}

#social .tr:hover {
    background: url('../images/tr-over.png') no-repeat;
    width: 31px;
    height: 31px;
}
#social .yt {
    background: url('../images/yt.png') no-repeat;
    width: 31px;
    height: 31px;
    float: right;
    margin-right: 10px;
}

#social .yt:hover {
    background: url('../images/yt-over.png') no-repeat;
    width: 31px;
    height: 31px;
}
#social .fb {
    background: url('../images/fb.png') no-repeat;
    width: 31px;
    height: 31px;
    float: right;
    margin-right: 10px;
}

#social .fb:hover {
    background: url('../images/fb-over.png') no-repeat;
    width: 31px;
    height: 31px;
}

#social .tw {
    background: url('../images/tw.png') no-repeat;
    width: 31px;
    height: 31px;
    float: right;
	margin-right: 10px;
}

#social .tw:hover {
    background: url('../images/tw-over.png') no-repeat;
    width: 31px;
    height: 31px;
}

.baseSearch {
    float:right; 
    background-color: #f1f1f1; 
    padding: 6px 8px; 
    box-shadow: inset 0px 2px 3px rgba(255,255,255,0.8), 1px 1px 3px rgba(245,245,245,0.2);
    margin-top: 20px;
}

.baseBrand {
    float:right; 
    padding: 6px 8px; 
    margin-bottom: 30px;
    box-shadow: inset 0px 2px 3px rgba(255,255,255,0.8), 1px 1px 3px rgba(245,245,245,0.2);
}

.coolLine {
    float: left; 
    border-top: 1px solid #dedede; 
    border-bottom: 1px solid #dedede; 
    width: 336px; 
    height:1px; 
    margin-top: 38px;
}

.baseBrand img {
    float:left; 
    margin: 0px 24px;
}

.infoDir {
    clear: both;
    margin: 32px auto 82px auto; 
    text-align: center; 
    font-family: 'Times New Roman', serif; 
    font-weight: lighter; font-size: 13px;
}

.infoDir p {
    color: #808080; 
    line-height: 5px;
}

.infoDir a {
    text-decoration: none; 
    color:#808080;
}

/******************* Interna **************************/


section {
    float:left;
    width: 67.2%;
    border-right: 1px solid #E0E0E0;
    margin-top: 18px;
    margin-bottom: 24px;
    padding-right: 32px;
}



completa{
    float:left;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 24px;
    padding-right: 32px;
}

header {
    clear: both;
}

header h1 {
    font-family: 'trajan';
    font-size: 1.6em;
    color: #ba2025;
    margin: 8px 0 18px 0;
    font-weight: lighter;
}

header .imgHolder {
    padding: 1px;
    margin-left: 1px;
    margin-bottom: 24px;
    background-color: white;
    
    box-shadow: 1px 0px 4px rgba(0,0,0,0.6);
    -moz-box-shadow: 1px 0px 4px rgba(0,0,0,0.6);
    -webkit-box-shadow: 1px 0px 4px rgba(0,0,0,0.6);
    -o-box-shadow: 1px 0px 4px rgba(0,0,0,0.6);
}

header .imgHolder img {
    margin:0;
    padding:0;
}



article {
}

article p {
    font-family: 'Times New Roman', serif;
    font-size: 16px;
    text-align: justify;
    line-height: 2;
    color: #515151;
}

article a{
margin-left: auto;  
padding-bottom: .4em;
border-bottom: .1em dashed silver;  
text-decoration:none; 
color:#606060;
text-transform:Uppercase;
}


article a:hover{
text-decoration:underline;
}


aside {
    float: right;
    width: 26.5%;
}

.socialside {
    clear: both;
    width: 100%;
    margin: 24px 0 32px 0;
}

.socialside .fb {
    background: url('../images/fb.png') no-repeat;
    float: left;
    width: 31px;
    height: 31px;
    margin-right: 6px;
}

.socialside .fb {
    background: url('../images/fb.png') no-repeat;
    float: left;
    width: 31px;
    height: 31px;
    margin-right: 6px;
}

.socialside .fb:hover {
    cursor:pointer;
    background: url('../images/fb-over.png') no-repeat;
}

.socialside .tw {
    background: url('../images/tw.png') no-repeat;
    float: left;
    width: 31px;
    height: 31px;
}

.socialside .tw:hover {
    cursor:pointer;
    background: url('../images/tw-over.png') no-repeat;
}

.alist {
    width: 100%;
    padding: 1px;
    margin-bottom: 32px;
    background-color: white;
    
    box-shadow: 1px 0px 4px rgba(0,0,0,0.6);
    -moz-box-shadow: 1px 0px 4px rgba(0,0,0,0.6);
    -webkit-box-shadow: 1px 0px 4px rgba(0,0,0,0.6);
    -o-box-shadow: 1px 0px 4px rgba(0,0,0,0.6);
}

.alist .bk {
  background: rgb(247,247,247); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(247,247,247,1) 32%, rgba(219,219,219,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(32%,rgba(247,247,247,1)), color-stop(100%,rgba(219,219,219,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(247,247,247,1) 32%,rgba(219,219,219,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(247,247,247,1) 32%,rgba(219,219,219,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(247,247,247,1) 32%,rgba(219,219,219,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(247,247,247,1) 32%,rgba(219,219,219,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dbdbdb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    padding: 12px;
}

.alist .bk fieldset {
    clear: both;
    padding: 12px;
    border: 1px solid #d3d3d3;
    
    
}

.alist .bk fieldset legend {
    text-align: center;
    font-family: 'Times New Roman',serif;
    color: #606060;
    font-size: 18px;
    padding: 0 14px;
}

.alist .bk fieldset ul {
    margin: 8px 0;
    padding: 0 6px 0 18px;
}

.alist .bk fieldset ul li {
    list-style: none;
    font-family: 'Times New Roman', serif;
    font-size: 14px;
    color: #606060;
    font-weight: lighter;
    line-height: 1;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #dbdbdb;
}

.alist .bk fieldset ul li a {
    text-decoration: none;
    color: #606060;
}

.alist .bk fieldset ul li a:hover {
    color: #ba2025;
}
/*PRUEBAS*/

.ligas a {
    font-family: 'trajan';
    font-size: 12px;
	float:right;
	margin-right:10px;
	text-decoration:none;
	color:#606060;
}

.ligas a:hover{
	color: #ba2025; /*#1E6A42 Verde*/
	text-decoration:underline;
	}
            

.autor_nota {
	color: #ba2025;
	text-align: right;
	font-size: 12px;
}
h2 {
    font-family: 'trajan';
    font-size: 18px;
    margin-left: 0px;
    color: #ba2025;
}
h3 {
    font-family: 'trajan';
    font-size: 14px;
    color: #ba2025;
}
.breadcrum,  .breadcrum a {
	text-decoration:none;
    font-size: 10px;
	color:#606060;
}
.breadcrum a:hover {
	color:#006847;
	text-decoration:underline;
}

#logo{
    width:520px; 
    float: left; 
    height: 84px;
    margin-top: 0;
    display: inline-block;
}
#logo .imagen{
/* background: url('../images/70Salud1.png'); */
background: url('../images/LogoDGPLADES.png');
/* background-size: 400px 80px ; */
 background-size: 600px 88px ;
 width:600px; 
 height:88px;
 margin-top: 20px;
 float: left;
 
}

#bullet{
background: url('../images/bullet.png'); 
 width:6px; 
 height:6px;
 float:left;
}

#linea{
background: url('../images/linea.png'); 
width:190px;
height:1px;
margin-top:10px;
}

#logopie{
background: url('../images/logo.png');
background-size:220px 70px;
width:220px;
height:70px;
float:left;
margin-left:26px;
margin-right:26px;
}

input, textarea, select { 
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% 'trajan' ;
	width: 265px;

	}
.button{
        width: 15px;
	}


textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus,
select:hover { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.form label { 
	margin-left: 10px; 
	color: #999999;
	font: normal 13px/100% 'trajan' ;
	}

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #ba2025;
	border: 0;
	font-size: 18px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	.cuadro{
float:right;background-color: #f1f1f1; margin-top:8px; padding: 6px 8px; box-shadow: inset 0px 2px 3px rgba(255,255,255,0.8), 1px 1px 3px rgba(245,245,245,0.2);
}
.dentro{
float:right; border:1px solid #d6d6d6;padding: 2px 4px; width:234px; height: 25px;background: url(../images/search.png) no-repeat right #fff;
}