/*
Theme Name: ANACEM Chile 
Theme URI: http://www.anacem.cl/
Description: El tema del sitio de la Asociación Nacional de Estudiantes de Medicina, ANACEM Chile.
Version: 1.0
Author: Rodolfo Marín
Author URI: http://fitodotnet.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/
*{
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	font-family: "Helvetica Neue", Helvetica, Tahoma, Arial;
	font-weight: lighter;
	background: url(img/bg_top.png);
}
#body{
	width: 920px;
	margin: 5px auto 10px auto;
	border: 1px solid #abc;
	background: #fff;
}
#header{
	height: 130px;
	margin: 0px;
	border-bottom: 2px solid #0051a0;
}
#menu{
	width: 155px;
	text-align: left;
	float: left;
}
#menu ul li{
	list-style: none;
	font-size: 12px;
	font-weight: bold;
}
#menu li a{
	padding-left: 10px;
	display: block;
	text-decoration: none;
	color: #fff;
	height: 20px;
	padding-top: 5px;
	border-bottom: 1px solid #0051a0;
	border-left: 3px solid #0051a0;
	background: #369;
}
#menu ul li a:hover{
	text-decoration: underline;
}
#contenido{
	width: 575px;
	margin-left: 163px;
	/* border: 1px solid; */
}
#contenido h3{
	background: #fff;
	color: #0051a0;
	font-size: 18px;
	/*padding-left: 10px;*/
	margin: 5px 0 15px 0;
	border-bottom: #0051a0 2px solid;
}
#contenido a{
	text-decoration: none;
	text-align: left;
	color: #0051a0;
}
#contenido a:hover{
	color: #0051a0;
	border-bottom: #0051a0 2px solid;
}
#contenido li{
	margin-left: 30px;
	margin-bottom: 5px;
}
#contenido p{
	margin-bottom: 10px;
}
#noticias_ext p{
	text-align: justify;
	margin-bottom: 15px;
	line-height: 150%;
}
#pagina{
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
}
#main_content{
	text-align: center;
}
#main_content p{
	text-align: justify;
	font-size: 13px;
}
img.imgthumb{
	border: 1px solid #ccc;
	padding: 3px;
	margin-right: 5px;
	background: url(img/img-bg.png) center center no-repeat;
	height: 80px;
	width: 80px;
}
#noticias, #noticias_ext{
	font-size: 13px;
}
#noticias_ext img{
	float: none;
	width: auto;
	height: auto;
	border: 1px solid #ccc;
	padding: 3px;
	background: url(img/img-bg.png) center center no-repeat;
}
#noticias p{
	margin-bottom: 5px;
}
.noticia_home{
	/*width: 260px;
	float: left;*/
	width: 550px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	/*height: 170px;*/
	height: 110px;
}
.news-date{
	font-size: 9px;
	padding: 0px;
	margin: 0px;
}
.news-title a{
	text-decoration: none;
	text-align: left;
	color: #0051a0;
}
.news-title a:hover{
	color: #0051a0;
	border-bottom: #0051a0 2px solid;
}
.news-text{
	text-align: justify;
}
#banners{
	float: right;
	width: 120;
	margin-right: 5px;
	margin-top: 5px;
	/*border: 1px solid;*/
}
#bookmarks li{
	list-style: none;
}
/* reutilizable */
.left{
	float: left;
}
.right{
	float: right;
}
/* tabla */
table {
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	color: #333;
	margin-bottom: 10px;
}
table caption {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
	color: #666;
}

table a{
	/*text-decoration: none;
	border-bottom: 1px dotted #f60;
	color: #f60;*/
	font-weight: bold;
}
/*
table a:hover {
	text-decoration: none;
	color: #fff;
	background: #f60;
}

table tr th a {
	color: #369;
	border-bottom: 1px dotted #369;
}

table tr th a:hover {
	color: #fff;
	background: #369;
}
*/
table thead tr th {
	text-transform: uppercase;
	background: #e2e2e2;
}

table tfoot tr th, table tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

table tfoot tr th {
	width: 20%;
}

table tfoot tr td {
	width: 80%;
}

table td, table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.8em;
	font-size: 0.8em;
	vertical-align: top;
	width: 20%;
}

table tr.odd th, table tr.odd td {
	background: #efefef;
}

a[href^="mailto:"]{
	background: url(img/email.png) right center no-repeat;
	padding-right: 18px;
}

a[href $=".pdf"]{
	background: url(img/page_white_acrobat.png) right center no-repeat;
	padding-right: 18px;
}

a[href $=".doc"]{
	background: url(img/page_word.png) right center no-repeat;
	padding-right: 18px;
}
a[href $=".ppt"]{
	background: url(img/page_word.png) right center no-repeat;
	padding-right: 18px;
}
#myGallery{
	margin: 10px auto !important;
	width: 570px !important;
	height: 228px !important;
}
#banner_slide{
	width: 160px !important;
	height: 100px !important;
	background-color: #ffffff !important;
}
#banner_slide.jdGallery .slideElement{
	background-color: #ffffff;
}