@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic);
body {
	margin:0 auto;
	width:100%;
	max-width:960px;
	position:relative;
	background-color:#333;
	font-family: 'Roboto', sans-serif;
}
header{
	width:100%;
	text-align:center;
	padding:10px 0;
	float:left;
	position:relative;
	background-color:#FFF;
}
header img{
	max-width:100%;
	height:auto;}
article#titulo{
	width:100%;
	float:left;
	position:relative;
	text-align:center;
}
article#video{
	width:96%;
	float:left;
	position:relative;
	background-color:#FC6;
	padding:2%;
	text-align:center;
}
article#texto{
	width:96%;
	float:left;
	position:relative;
	background-color:#FC6;
	padding:2%;
	text-align:center;
}
footer {
	width:100%;
	float:left;
	position:relative;
	background-color:#fff;
}
footer .heading {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
footer .content {
    color: #9e9e9e;
}
footer .content img {
    border: 5px solid #ffffff;
    float: left;
    margin: 5px;
}
footer ul {
    list-style-image: none;
    margin: 0;
    padding: 0;
}
footer ul li {
    list-style: outside none disc;
    margin-left: 20px;
}
footer ul li a {
    color: #9e9e9e;
    font-size: 14px;
}
footer ul li a:hover {
    color: #ba2025;
    cursor: pointer;
    text-decoration: none;
}
.divBase {
    border-top: 1px solid #dedede;
    clear: both;
    margin-bottom: 1px;
    width: 100%;
}
.infoBase {
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    color: #666666;
    font-size: 14px;
    margin-bottom: 1px;
    padding: 14px 0;
    text-align: center;
}
.infoBase a {
    color: #808080;
    text-decoration: none;
}
.coolLine {
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    float: left;
    height: 1px;
    margin-top: 38px;
    width: 28%;
}
.baseBrand {
    box-shadow: 0 2px 3px rgba(255, 255, 255, 0.8) inset, 1px 1px 3px rgba(245, 245, 245, 0.2);
    margin-bottom: 30px;
    /*padding: 6px 8px;*/
    text-align: center;
    width: 100%;
}
#logo_conaculta_pie {
    /*float: left;*/
    margin: 0 30px;
}
.infoDir {
    clear: both;
    font-size: 13px;
    font-weight: lighter;
    text-align: center;
}
.infoDir p {
    color: #808080;
}
.infoDir a {
    color: #808080;
    text-decoration: none;
}
#copyright {
    background-color: #fbfbfb;
    display: inline-block;
    padding: 8px 0;
    text-align: center;
    width: 100%;
}
.info {
    color: #858585;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 5px;
}

p#tit{
	font-size:17px;}
h1{
	font-size:22px;
}
h2{
	font-size:19px;
}
div#col{
	float:left;
	position:relative;
	width:46%;
	padding:2%;
	
}
div#col:nth-child(1) {
	border-right:1px solid #555;
}
#logo_conaculta_pie img {
    max-width: 100%;
}
@media only screen and (max-width: 767px) {
	div#col{
		width:96%;
	}
	#logo_conaculta_pie > img {
    max-width: 100%;
}
}