/* 
Ultima Actualización: 07/05/09


Modificado por: Octavio 
 */


/*	-------------------------------------------------------------
	Reset para cross-browsing
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym,address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*	-------------------------------------------------------------
	Estilos globales 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
body {
	background-color:#2d465a;
   	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
  	font-size:12px;
 	color:#000;
}
a {	
	color:#144fb4;
}
a:hover {	
	color:#2971a1;
}
h1 {
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
}
h1 a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
h2 {
	/*color:#00427f;*/
	color:#000000;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
}
h3 {
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
}
h3 a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
p {	
	width:100%;
	height:auto;
	color:#000;
	/*color:#00427f;*/
	font-size:12px;
	text-align:left;
	line-height:14px;
}
img {
	vertical-align: middle;
}
/*	-------------------------------------------------------------
	Layout General 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.wrapper {
	width:1030px;
	height:auto;
	margin:0px auto;
}
.header {
	width:1030px;
	height:130px;
	background-color:#FFFFFF;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}
.content {
	width:1010px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
	padding:10px;
}
.footer {
	width:1030px;
	height:auto;
	float:left;
	border-top:1px solid #213b09;
	font-size:12px;
   	color:#213b09;
	text-align:center;
	font-weight:bold;
	padding:10px 0;
	background-color:#FFFFFF;
	margin-bottom:15px;
	
}
.conte_izq {
	width:210px;
	height:auto;
	float:left;
	margin-right:10px;
}
/*	-------------------------------------------------------------
	ESTILOS CONTENIDO
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.actions {
	width:1000px;
	height:auto;
	float:left;
}
.actions_date {
	width:230px;
	height:auto;
	float:left;
	padding-top:25px;
	font-size:16px;
	font-weight:bold;
	text-align: center;
	color:#FFFFFF;
	margin:64px 260px 0 270px;
	_margin:64px 225px 0 220px;
}
.sintesis_logo {
	width:135px;
	height:110px;
	float:left;
}
.cemda_logo {
	width:135px;
	height:110px;
	float:left;
}
.actions_call {
	width:790px;
	height:auto;
	float:right;
	font-size:14px;
	margin-bottom:13px;
}
.actions_call_inter {
	width:780px;
	height:auto;
	float:right;
	font-size:14px;
}
.ac_actions_video {
	width:500px;
	height:280px;
	float:left;
	background-color:#f0f0f0;
	margin:0 10px 0 0;
}
.ac_actions_banner {
	width:100%;
	height:auto;
	float:left;
	margin:32px 0 10px 0;
}
.ac_actions_radio {
	width:260px;
	height:280px;
	float:left;
	padding-left:10px;
	border-left:#669934 2px solid;
}
.ac_actions_img {
	width:auto;
	height:auto;
	margin-left:5px;
	line-height:16px;
	float:left;
}
.ac_actions_txt {
	width:50px;
	height:20px;
	margin-left:5px;
	padding-top:25px;
	line-height:16px;
	float:left;
}
.ac_actions img{
	vertical-align:middle;
}
.ac_actions a{
	font-size:14px;
	color:#073c70;
	text-decoration:none;
	font-weight:bold;
}
.ac_actions a:hover{
	color:#2971a1;
}
.col_left {
	width:95%;
	height:auto;
	float:left;
	font-size:12px;
   	color:#00447c;
	text-align:left;
	padding:5px;
	background-color:#d6d6d6;
}
.cl_medium {
	width:100%;
	height:auto;
	float:left;
	margin-bottom:15px;
	border-bottom:5px solid #FFFFFF;
}
.cl_medium_pleca {
	width:100%;
	height:20px;
	float:left;
	margin-bottom:5px;
	background-image:url(images/pleca_azul.jpg);
	background-repeat:no-repeat;
	padding:5px 0 0 5px;
}
.cl_medium_txt {
	width:100%;
	height:auto;
	float:left;
	margin-bottom:15px;
}
.cl_medium_txt a{
	color:#144FB4;
	font-size:12px;
}
.cl_medium_txt a:hover{
	color:#2971a1;
	font-weight:bold;
	font-size:12px;
}
.col_right {
	width:755px;
	height:auto;
	float:left;
	font-size:12px;
   	color:#000;
	text-align:left;
}
.cr_medium {
	width:755px;
	height:auto;
	float:left;
	margin-bottom:15px;
	border-bottom:5px solid #FFFFFF;
}
.cr_medium_pleca_gr {
	width:auto;
	height:auto;
	float:left;
}
.cr_medium_pleca {
	width:auto;
	height:20px;
	float:left;
	background-color:#66C819;
	margin-bottom:10px;
	padding: 5px 65px 0 5px;
	background:url(images/pleca_verde.jpg) right top no-repeat #67C819;
}

.cr_medium_pleca h1, .cr_medium_pleca h1 a{
	font-size: 14px;
	width: auto;
	text-transform: uppercase;
}
.cr_medium_pleca h1 a:hover{
	color: #D3FFAF;
}


.cr_medium_pleca_img {
	width:60px;
	height:25px;
	float:left;
	background-image:url(images/pleca_verde.jpg);
}
.cr_medium_txt {
	width:755px;
	height:auto;
	float:left;
	margin-bottom:15px;
}
_buscador .cr_medium_txt h2 {
	color:#000;
	font-weight:bold;
	font-size:14px;
	line-height:15px;
}
_buscador .cr_medium_txt p {	
	width:100%;
	height:auto;
	color:#000;
	font-size:12px;
	text-align:justify;
	line-height:16px;
}
/*.cr_medium_txt a{
	color:#404040;
	font-weight:bold;
	font-size:12px;
}
.cr_medium_txt a:hover{
	color:#000;
	font-weight:bold;
	font-size:12px;
}*/
/*	-------------------------------------------------------------
	ESTILOS PAGE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.noticia_actions_conte {
	width:755px;
	height:auto;
	float:left;
	border-top:1px solid #D2D2D2;
	margin-top:30px;
	margin-bottom:10px;
	padding-top:15px;
	text-align:center;
}
.noticia_actions {
	width:160px;
	height:30px;
	float:left;
	margin-left:150px;
	_margin-left:60px;
}
.noticia_actions_img {
	width:auto;
	height:25px;
	margin-left:5px;
	line-height:16px;
	float:left;
}
.noticia_actions_txt {
	width:110px;
	height:20px;
	line-height:16px;
	float:left;
	text-align:left;
	margin-left:5px;
	padding-top:5px;
}
.noticia_actions img{
	vertical-align:middle;
}
.noticia_actions a{
	font-size:12px;
	color:#666;
	text-decoration:none;
}
.noticia_actions a:hover{
	color:#000;
}
/*	-------------------------------------------------------------
	ESTILOS BUSCADOR
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.noticias_colder_busqueda {
	width:800px;
	*width:700px;
	height:auto;
	float:right;
	margin:0;
}
.noticias_colder_buscador {
	width:750px;
	height:auto;
	float:left;
	margin:0 0 20px 0;
}
.noticias_title_buscador {
	width:160px;
	height:auto;
	margin-top:7px;
	float:right;
	font-size:14px;
	text-align:left;
	margin-left:60px;
	color:#6e6e6e;
}
.ntb_avanzada {
	width:160px;
	height:auto;
	margin-top:25px;
	float:left;
	font-size:14px;
	text-align:left;
	margin-left:60px;
	color:#6e6e6e;
	text-align:center;
}
.noticias_buscador {
	width:auto;
	height:32px;
	margin-right:8px;
	float:right;
}
.noticias_buscador input{
	width:auto;
	height:15px;
	font-size:12px;
	color:#626261;
	border:1px solid #D7D7D7;
	float: left;
	padding: 5px 3px;
}
.noticias_buscador div{
	width:autopx;
	height:20px;
	margin-top:5px;
	margin-right:15px;
	float: left;
}
.noticias_buscador input #radio2{
	width:50px;
	height:50px;
	float: left;
}
.noticias_buscador div label{
	width:auto;
	height:15px;
	float: left;
	color:#626261;
	margin-top:2px;
	
}
.noticias_buscador input.noticias_bt_buscador{
	float:left;
	height:auto;
	margin:0 0 0 5px;
	padding:4px 3px;
	width:25px;
}
.noticias_bt_buscador {
	width:39px;
	height:32px;
	margin-top:15px;
	float:left;
	cursor:pointer;
}
.ir_bt_buscador {
	width:39px;
	height:32px;
	margin-top:25px;
	float:left;
	cursor:pointer;
}
/*	-------------------------------------------------------------
	ESTILOS VIDEOS CEMDA
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.blackbox {
	height:auto;
	margin:0px auto;
	/*position:relative;*/
	width:495px;
}
.vp-fireman {
    float: left;
    width: 165px;
    height: 245px;
    overflow-y: scroll;
    overflow-x: hidden;
	background-image:url(images/pattern_vp.gif);
	background-color:white;
	margin:5px 0 0 ;
}
.vp-title {
    float: left;
    width:100%;
    height: 30px;
	background-color:#2d465a;
	height:21px;
}
.col_izq {
	width:165px;
	height:auto;
	float:left;
	overflow:hidden;
}
.playlistbox {
	height: auto;
	width: 150px;
	margin: 0 0 15px;
	overflow: hidden;
	float:left;
}
.playlistbox h2 {
	font-size: 9px;
	text-decoration: underline;
}
.pic {
	height:45px;
	width:150px;
	margin:2px;
}
.pic img{
	width:54px;
	height:41px;
	float:left;
}
.info {
	width: 70px;
	height: 56px;
	font-size: 8px;
	font-family: Verdana;
	color: black;
	position: relative;
	float: right;
	bottom: 55px;
	margin-top: 3px;
	margin-right: 4px;
	line-height:9px;
	overflow: hidden;
}
.playlist {
	position:relative;
	float: left;
	overflow:hidden;
	text-decoration: none;
}
.playlist a {
	color: #333333;
	position:relative;
	float: left;
	overflow:hidden;
	text-decoration: none;
}
.playlist a:hover {
	color: #333333;
	text-decoration: underline;
}
#video {
	width: 300px;
	height:247px;
	/*position: relative;*/
	float: right;
	margin-top:5px;
}
.vp-more {
	width:140px;
	height:15px;
	margin:7px 0 0 ;
	float:left;
	top:263px;
	font-family: tahoma, sans-serif;
	font-weight:bold;
	font-size:9px;
	color:#2d465a;
}
.author_playlist{
	float: left; 
	width: 63px; 
	position: relative; 
	top: 7px;
}
/*	-------------------------------------------------------------
	ESTILOS AUDIOS CEMDA
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.top_audio_cemda {
	background-color:#2d465a;
	float:left;
	height:21px;
	margin-top:0;
	width:100%;
}
.titulos_audio_cemda {
	color:#FFFFFF;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-left:10px;
	margin-top:2px;
	text-align:left;
	text-decoration:none;
	text-transform:none;
}
.nombre_audio_cemda {
	color:#2d465a;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	height:auto;
	margin-left:5px;
	max-height:28px;
	padding-bottom:4px;
	padding-top:4px;
	text-align:left;
	text-decoration:none;
	text-transform:none;
	width:93%;
}
.nombre_video_cemda {
	color:#2d465a;
	float:right;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	height:auto;
	margin-right:5px;
	max-height:25px;
	padding-top:4px;
	text-align:left;
	text-decoration:none;
	text-transform:none;
	width:58%;
}
.descrip_video_cemda {
	color:#2d465a;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	height:auto;
	max-height:28px;
	padding-bottom:4px;
	padding-top:4px;
	text-align:left;
	text-decoration:none;
	text-transform:none;
	width:58%;
}
.vp-fireman_audio {
    top: 5px;
    float: left;
    width:98%;
    height: 240px;
	margin-left:5PX;
    overflow-y: scroll;
    overflow-x: hidden;
	position:relative;
	background-color:#FFFFFF;
}
.box_playlist {
	height:auto;
	width:97%;
	margin: 2px 0px 2px 5px;
	overflow: hidden;
	border-bottom:1px solid #e4e4e4;
}
.reproductor_audio_cemda {
	background-repeat:no-repeat;
	color:#E55129;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	height:auto;
	margin-bottom:5px;
	margin-left:5px;
	margin-top:5px;
	text-align:left;
	text-decoration:none;
	text-transform:none;
	width:95%;
}
.seccion_audio_cemda {
	background-color:#f0f0f0;
	float:right;
	height:255px;
	margin-top:5px;
	width:100%;
}
.descargar_audio_cemda {
	color:#2d465a;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:normal;
	height:12px;
	padding-top:2px;
	text-align:left;
	text-decoration:none;
	text-transform:none;
	margin-left:5px;
	width:80px;
}
.descargar_audio_cemda img {
	vertical-align:middle;
}
.descargar_audio_cemda a {
	color:#2d465a;
	text-decoration:none;
}
.vermas_audio_cemda {
	color:#2d465a;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
	height:auto;
	margin-left:5px;
	margin-top:13px;
	text-align:left;
	width:100px;
}
/*	-------------------------------------------------------------
	ESTILOS BANNER CEMDA
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.top_banner_cemda {
	background-color:#2d465a;
	float:left;
	height:21px;
	margin-top:0;
	width:100%;
}
.titulos_banner_cemda {
	color:#FFFFFF;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-left:10px;
	margin-top:2px;
	text-align:left;
}
.banner_cemda {
	width:100%;
	height:auto;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:10px;
	float:left;
	background-color:#f0f0f0;
	text-align:center;
}
/*	-------------------------------------------------------------
	ESTILOS CALENDARIO
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.title_calen {
	width:160px;
	height:auto;
	float:left;
	font-size:14px;
	text-align:left;
	color:#6e6e6e;
	text-align:left;
	margin:10px 0 5px 0;
}
/*	-------------------------------------------------------------
	ESTILOS Audios
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.title_pod{
	height:15px;
	width:230px;
	font-size:9px;
	font-family:Verdana;
	color:#2D465A;
	float:left;
	margin:4px 0 0 0;            
}
.summary_pod{
	height:auto;
	width:230px;
	font-size:9px;
	font-family:Verdana;
	font-weight:bold;
	color:#2D465A;
	float:left;
	margin-bottom:10px 0 0 0;
	line-height:10px;            
}
.podcast{
      width:230px;       
      margin-bottom:10px;
	  padding-bottom:5px;
	  border-bottom:solid 1px #e6e6e6;           
}
.descargapodcast {
      font-size:11px;
      width:230px;
      height:auto;
      text-align:right;
	  margin-bottom:10px;
	  color:#BD0926;
}
.descargapodcast a{
      color:#000;
      text-decoration:underline;
}
.cdo{
	padding-left: 200px;
}
.article-list{
	background-color: #fff;
	background: repeat;
	color: #fff;
}
.contacto{
	width: 700px;
	height: auto;	
}
.form-row{
	float: left;	
}
.form-row label{
	width: 300px;
	
}
.bus_avanz{
    width:750px;
	height:auto;
	float:right;
	margin:0 0 20px 0;
	background-color: #F0F0F0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}







