/*
Theme Name: CTC
Theme URI: http://www.ctc-colombia.com.co/
Descripcion: Responsive para la CTC
Version: 1

*/
html, body, iframe, h1, h2, h3, h4, h5, h6, p, a, strong, article, aside, footer, header, hgroup, menu, nav, section
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align: baseline
}
article, aside, footer, header, hgroup, menu, nav, section
{
	display:block
}

/*
Estilo articulos
*/
.center
{
	text-align: center;
}
img.center, img[align="center"]
{
	display: block; margin-left: auto; margin-right: auto;
}
.alignleft
{
	float: left;
}
img.alignleft, img[align="left"]
{
	float:left;margin: 5px 10px 5px 5px;
}
img.alignright, img[align="right"]
{
	float:right;margin: 5px 5px 5px 10px;
}
.clear
{
	clear: both;
}
hr.clear
{
	clear: both;visibility: hidden; margin: 0px; padding: 0px; height: 0px
}
#articles article p
{
	margin-bottom: 25px;
padding-bottom:25px
}


/**ESTILOS GENERALES*/

*{
	margin: 0px;
	padding: 0px;
}
body
{
	background: #f2f3f5;
	font-size: 14px;
	font-family: "Droid Sans", Arial, Helvetica;
	background:URL(http://ctc-colombia.com.co/web/images/fondo.jpg);
background-repeat:no-repeat;
background-size:cover;
background-position:center top;
position:absolute;
width: 100%;
	font-size: .9rem;
}
h1, h2, h3, h4, h5, h6
{
color:red
}
p
{padding-bottom:25px;}
header, #main, footer
{
	width: 85%;
	max-width: 1024px;
	margin: auto;
	background: #fff
}
a
{
	text-decoration: none;
	color: #ea0000;
}
/*HEADER*/
header
{
	margin-bottom: 5px;
	overflow: hidden;
	width: 1024px;
text:aling:center
}
header .ilayer
{
	width:1024px;
	height:200px;
	overflow:hidden;
	border:none;
}
header nav
{
	width: 100%;
	background:#c3c2c2;
	text-align: center;
	height: 34px;
}
header nav ul,ol
{
	list-style:none
}
header nav .nv > li
{
	float:left
}
header nav .nv li a
{
	background:#c3c2c2;
	color:#fff;
	text-decoration:none;
	padding:10px 0px;
	display:block;
	width:128px
}
header nav .nv li a:hover
{
	background:#ea0000;
}
header nav .nv li ul
{
	display:none;
	position:absolute;
	width:140px;
z-index:500
}
			
header nav .nv li:hover > ul
{
	display:block;
}
			
header nav .nv li ul li
{
	position:relative;
}
header nav .nv li ul li ul
{
	right:-130px;
	top:0px;
}




/*
header nav ul
{
	text-align: center;
}
header nav ul li
{
	display: inline-block;	
	vertical-align: top;
	font-size: 16px;
	color: #fff;
	margin-top: 12px;
}
header nav ul li a
{
	color: #fff;	
	padding: 5px 12px;
	padding-top: 10px
}
header nav ul li a:hover
{
	background: #ea0000;
}*/
/*MAIN*/
#main
{
	overflow: hidden;

}
#main #vd
{
	width: 700px;
	height: 400px;
	display: inline-block;
	vertical-align: top;
}
#main #redes
{
	width: 300px;
	display: inline-block;
	vertical-align: top;
	padding-left: 20px
}
#main #single_art
{
	width:700px;
	padding:15px;
	display: inline-block;
	vertical-align: top;
}

#main #single_art p
{
	padding-top:15px
}

#main blog
{
	width: 280px;
	display: inline-block;
	vertical-align: top;
	padding-top: 10px
}
/*ASIDE*/
#main menu
{
	width: 280px;
	display: inline-block;
	vertical-align: top;
	padding-top: 10px
}
#main  aside
{
	width: 280px;
	display: inline-block;
	vertical-align: top;
	padding-top: 10px

}
#main aside .widget
{
	width: 100%	
}
.widget
{
	display: block;
	padding:15px 0px
}
.widget ul
{

}
.widget ul li
{
	list-style: none;
	margin-bottom: 10px
}
.widget h3
{
	font-size:20px;
	padding: 10px 0px
}
.widget a
{
	font-size:15px;
	padding: 10px 0px;
	color:#000
}
/*ARTICLES*/
#main #articles
{
	clear: both;;
	width: 450px;
	display: inline-block;
	vertical-align: top;	
}
#main #articles article
{
	width: 450px;
	border: #D4D4D4 solid thin;
	min-height: 200px;
	border-top-width: 10px;
	text-align: center;
	padding:10px
}
#main #articles article .thumb
{
	width: 430px;
height:150px;
	margin: 10px;
}
#main #articles article .thumb img
{
	width: 430px;
	height:150px
}
#main #articles article h2
{
	text-align: left;
	font-weight: normal;
	font-size: 1.2em;
	margin: 10px;
}
#main #articles article h2 a
{
	color:#ea0000;

}
#main #articles article h2 a:hover
{
	color:#c3c2c2;
	text-decoration: underline;
}
#main #articles article .extract
{
	text-align: justify;
	font-weight: normal;
	font-size: 1em;
	margin:5px
}
#main #articles article .extract a
{
	color:#ea0000;
}

/*ARTICLES LIST*/
#main #articles_list
{
	clear: both;;
	width: 450px;
display:inline-block;
		
}
#main #articles_list .sect_title
{
	width: 430px;
	text-align: left;
	font-weight: bold;
	background: #D4D4D4;
	margin: 10px 0px;
	padding: 10px;

}
#main #articles_list article
{
	width: 430px;
	border: #D4D4D4 solid thin;
	min-height: 200px;
	border-top: #D4D4D4 solid thin;
border-top-width: 10px;
	padding: 10px;
}
#main #articles_list article .thumb
{
	width: 150px;
	height:80px;
	margin-right: 4%;
	float: left;
	margin-bottom: 2%

}
#main #articles_list article .thumb img
{
	width: 150px;
	height:80px;
	margin-right: 100%;
}
#main #articles_list article h2
{
	text-align: left;
	font-weight: normal;
	font-size: 1.2em;
	margin-top: 10px
}
#main #articles_list article h2 a
{
	color:#ea0000;
}
#main #articles_list article h2 a:hover
{
	color:#c3c2c2;
	text-decoration: underline;
}
#main #articles_list article .extract
{
	text-align: justify;
	font-weight: normal;
	font-size: 1em;
	margin:5px
}
#main #articles_list article .extract a
{
	color:#ea0000;
}
#main #articles_list #pagination
{
	margin-bottom: 40px;
	width: 100%;
	text-align: right;
}
#main #right-bar
{
	width: 280px;
	display: inline-block;
	vertical-align: top;

}
footer
{
	width: 100%;
	max-width: 1024px;
	margin: auto;
	padding: 20px 0px;
	text-align: center;
	border-top: #d4d4d4 solid thin
}