/*
########################################################
# Codename: coalicioncivica                            #
# Description: Coalicioncivica.tv                      #
# Copyright (c) 2008 Trixsoluciones.com                #
# Email: info@trixsoluciones.com                       #
# ==================================================== #
# @file: main.css                                      #
# @desc: Estilo general del sitio                      #
# @version: 1.0                                        #
# @date: 12/12/2008                                    #
########################################################
*/

/* RESET */

* img {
	border:none;
}
body {
	margin:0;
	padding:0;
	/*background:url(img/bg.png) repeat-x #FFFFFF;*/
	background: #00A6EF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.2%;
	color:#333
}
p {
	margin:0;
	padding:0;
}
h2 {
	font-size:1.8em;
	color:#000000;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
}
.slogan{
	float:	right;
	border: solid red;
	height:	60px;
	width:	126px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	margin-right:15px;
	margin-top:12px;
}

#site {
	margin:0 auto;
	width:970px;
}
#pagetop {
	/*background:url(img/pagetop.png) no-repeat;*/
	height:10px;
}
#container {
	background:url(img/main_bg.png);
	margin:0;
}
#container_main {
	width:904px;
	margin:0 auto;
}
#header {
	color:#FFFFFF;
	font-size:1.4em;
	background:url(img/header2.png) no-repeat;
	height:114px;
}
#logo {
	width:350px;
	height:114px;
	float:left;
	display:none;
}
#right {
	float:left;;
	width:395px;
	margin-top:75px;
}
#rss {
	display:	block;
	float:		right;
	margin-top:	90px;
	margin-right:40px;
	_margin-right:20px;
	font-weight:bold;
}
#header a {
	color:#006892;
	text-decoration:none;
}
#header a:hover {
	text-decoration:none;
}
#menubar {
	float:left;
	position:absolute;
	margin:14px 8px 0px 12px;
	width:240px;
	font-weight:bold;
	_margin:14px 0px 0px 8px;
	color:#006892;
}
#searchbar {
	background:url(img/search.png) no-repeat;
	width:243px;
	border:none;
	height:20px;
	font-size:0.9em;
	padding:3px 0 0 4px;
	margin:10px 12px 0 0;
	color:#999999;
	float:right;
	display:none;
}
.divider {
	background:url(img/divider.png);
	height:7px;
	clear:both;
	display:none;
}
#video_container {
	background:#006892;
	padding:26px;
	min-height:363px;
	_height:150px;
}
#contacto {
	background:#006892;
	padding:26px;
	display:block !important;
	margin-bottom:5px;
}
#contacto legend{
	color:#ccc;
}
.cf-fs1{
	background:#006892;
	border:solid 1px;
}
#contacto h2 {
	color:#FFFFFF;
}
#videoplayer {
	float:left;
	background:#444444;
	width:594px;
	height:359px;
	padding:3px;
}
#video {
	width:595px;
	height:331px;
}
#video_desc {
	float:left;
	background:#006892;/*url(img/video_desc_bg.png) no-repeat;*/
	height:235px;
	width:209px;
	margin:-1px 0 0 0;
	padding:10px 14px 14px 25px;
}
.video_fecha {
	font-size:12px;
	text-transform:uppercase;
	color:#FFFFFF;
	letter-spacing:1px;
	padding:0;
	margin:0;
}
h2.video_titulo {
	font-size:1.8em;
	font-weight:bold;
	color:#ffc20e;
}
.video_titulo a {
	color:#A3D82F;
	text-decoration:none;
}
.video_titulo a:hover {
	text-decoration:underline;
}
#video_desc{
	height:205px;
	color: #fff;
	font-size:12px;
}
#video_desc>p{
	width:210px;
	margin-top:5px;
	font-size:1.2em;
	line-height:1.3em;
	color:#FFFFFF;
}
#video_desc>p a{
	color:#ffc20e;
}
.video_tags {
	width:190px;
	margin-top:5px;
	font-size:1.1em;
	color:#FFFFFF;
}
.video_tags a {
	color:#FFC20E;
}
#video_botones {
	float:left;
	/*background:url(img/video_botones.png) no-repeat;*/
	margin:45px 0 0 20px;
	width:232px;
	height:87px;
	background:#006892;
}
#video_botones a {
	text-decoration:none;
	color:#fff;
	font-weight: bold;
}
#video_botones a:hover {
	border-bottom:1px dotted #FFFFFF;
}
#video_botones_comentarios {
	padding:5px;
	text-align:center;
	color:#006892;
	background: #A3D82F;
	width:219px;
	height:19px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	}
#video_botones_comentarios span {
	font-size: 14px;
	font-weight:bold;
	margin-right:3px;
	color:#006892;
	text-transform:uppercase;
}
#video_botones_comentarios a {
	color:#006892;
}
#video_botones_4 {
	font-size:1.2em;
	margin:5px 0 0 0px
}
#comentar img, #suscribirse img, #publicar img{
	clear:left;
	float:left;
	margin-left:2px;
	margin-top:5px;
}
#compartir p, #comentar p, #suscribirse p, #publicar p{
	float:left;
	margin:6px 4px 0px 2px ;
	font-size:10px;
}

#compartir, #comentar, #suscribirse, #publicar{
	float:left;
	height:25px;
	background: #00A4EF;
	margin-bottom:5px;
}
#comentar, #publicar{
	margin-right:5px;
}
#comentar{
	width:73px;
}
#suscribirse, #publicar{
	width:73px;
	_width:71px;
	cursor:pointer;
}
#compartir{
	color:#fff;
	width:229px;
	_width:230px;
}
#compartir p{
	clear:left;
}
#compartir a{
	float:right;
	margin: 5px 5px 0px 0px;
}
#cuerpo_main {
	padding:26px 26px 10px 0px;
/*	border-left:1px solid #444444;
	border-right:1px solid #444444;*/
	padding-bottom:0px;
	background:#FFF;
	margin:5px 0px 5px 0px;
	_height:10px;
	_width:851px;
}
#footer {
	background:url(img/footer.png);
	height:45px;
}
#pagebottom {
	background:url(img/pagebottom.png) no-repeat;
	height:30px;
	margin-left:1px;
}
#footer a{
	float:right;
	height:22px;
	width:130px;
	margin:10px 10px 0px 0px;
}
#copyright {
	text-align:center;
	font-size:1.1em;
	color:#666666;
	margin-top:8px;
}
#videos_anteriores_cont {
	width:600px;
	margin-right:22px;
	_margin-right:22px;
	float:left;
	_overflow:hidden;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-left:26px;
	_margin-left:10px;
	border:none;
}
#videos_anteriores_cont h2{
	background:#006892;
	color: #A3D82F;
	height:30px;
	font-weight:normal;
	padding-top:5px;
	padding-left:5px;
}
.videos_anteriores {
	margin-right:20px;
	margin-bottom:30px;
	float:left;
	clear:left;
	width:600px;
	_width:585px;
}
.videos_anteriores a {
	color:#333333;
	text-decoration:none;
}
.videos_anteriores a:hover {
	color:#98d302;
}
.videos_ant_thumb {
	float:left;
	width:199px;
	height:111px;
	margin-right:12px;
	margin-bottom:10px;
}
.videos_ant_thumb a {
	border:none;
}
.videos_ant_thumb img{
	width:199px;
	height:111px;
}
.videos_ant_fecha {
	color:#444444;
	font-size:1.1em;
	letter-spacing:1px;
}
.videos_ant_fecha a{
	color:#00A4EF;
}
.videos_ant_titulo{
	font-size:1.4em;
	font-weight:bold;
	margin-bottom: 10px;
}
.videos_ant_titulo a{
	color:#006892;
}
.videos_ant_desc{
	margin-top:1px;
}
.videos_ant_cont p{
	font-size: 12px;
	overflow:hidden;
}
.videos_ant_cont{
		height:54px;
}
.clear {
	clear:both;
/*	border: solid 1px #00A5EC;*/	
	border-top:solid #00A5EC 1px;
}
div.clear{
	visibility: hidden;
}
#columna_derecha {
	float:left;
	width:230px;
}
#tagcloud {
	width:232px;
}
.tagcloud_titulo {
	font-size:1.5em;
	color:#000000;
	font-weight:bold;
	padding:13px 0 0 36px;
}
#sharearea a {
	color:#FFF;
	text-decoration:none;
}
#sharearea a:hover {
	color:#FFF;
	text-decoration:underline;
}
/** comments **/
#comment {
	background:#E2F3BE !important;
	width:500px;
	color:#A3D82F !important;
	font:12px arial, helvetica, verdana, sans-serif;
}
h2.commh2 {
	font-size: 1.4em !important;
	padding: 0 0 5px;
	color:#333 !important;
}
ol.commentlist {
	color:#FFFFFF;
	background:#00A4EF;
	padding: 1px 16px 1px 16px;
	list-style: none;
	font-size: 11px;
}
ol.commentlist p {
	margin:10px 15px;
	font-size:1.2em;
	line-height: 18px;
}
ol.commentlist p a {
	color:#FFC20E;
}
ol.commentlist cite {
	font-style: normal;
	font-weight: bold;
	color:#006892;
}
ol.commentlist cite a {
	font-style: normal;
	font-weight: bold;
	color:#006892;
}
ol.commentlist li {
	padding: 10px 10px 5px 10px !important;
	margin:15px 0 15px 0;
	background:#D7F2FF;
	color:#000;
}
ol.commentlist li p{
	color: #000;
}
ol.commentlist li small{
	color: #000;
}
ol.commentlist li.comentario_admin {
	padding: 10px 10px 5px 10px !important;
	margin:15px 0 15px 0;
	background:#333;
}

ol.commentlist li.alt {
	padding: 10px 10px 5px 10px !important;
	background:#6b6b6b;
}
input#submit {
	font-size: 14px;
	color:#006892;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:2px 10px;
	margin:5px 0px 30px 0px;
	text-align:center;
	background:#A3D82F/*url(img/boton.png) no-repeat*/;
	width:100px;
	height:25px;
	border:none;
	cursor:pointer;
}
#comment, #author, #email, #url {
	background:#E2F3BE;
	color:#000000 !important;
	border:1px solid #A3D82F;
	padding:2px;
	color:#A7A7A7;
	margin:4px 0;
}
#author, #email, #url {
	width:200px;
}
#commentform small {
	color:#006892;
	font-size:1.1em;
}
#commentform p {
	color:#000;
	font-size:1.3em;
}
#commentform a {
	color:#FFC20E;

}
.commentmetadata {
	color:#FFFFFF;
}
.commentmetadata a {
	color:#FFC20E;
}
h3#comments, #respond {
	font-size:1.5em;
	padding-top:25px;
	margin-left:0px !important;
	color:#006892;	
}
h3#comments{
	color:#A3D82F;
	background:#006892;
	padding: 12px 0px 1px 10px;
	height:27px;
	}
#sidebar {
	/*background:#e6f0cb url(img/topsidebar.png) no-repeat top;*/
	background-color: #D7F2FF;
	/*padding:35px 15px 25px 15px;*/
	float:left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #00A4EF;
	width: 230px;
	color: #00A4EF;
}
#sidebar a {
	font-size:11px;
	color:#333333;
	text-decoration:none;
}
#sidebar a:hover {
	color:#98D302;
}
#sidebar h3 {
	font-size:1.4em;
	background:#00A4EF;
	height:25px; 
	color:#fff;
	font-weight:bold;
	padding:10px 0px 0px 32px;
	margin:0px;
}
#sidebar h3.newsletter{
	margin-top:20px;
	background:#A3D82F;
	color:#006892;
}
#sidebar p{
	background:#D7F2FF;
	font-size:15px;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
}
#sidebar div{
	height:2px;
	width:100%;
	background: #00A4EF;
	
}
#sidebar ul {
	padding:0;
	list-style-image:url(img/bullet.png);
	list-style-type:none;
	font-size: 11px;
	margin-top: 8;
	margin-right: 5;
	margin-bottom: 25px;
	margin-left: 22px;
	*margin-left: 18px;

}
.xoxo li {
	border-bottom:dotted 1px #CCCCCC;
}
#archive_content {
	background:#333 url(img/video_bg.png) repeat-y;
	padding:26px;
	color:#FFFFFF;
}
#archive_content a {
	text-decoration:none;
	color:#FFC20E;
}
#archive_content a:hover {
text-decoration:underline;
}
#archive_content h2{
color:#FFFFFF;
margin-bottom:25px;
}
#archive_content h3 {
	font-size:1.3em;
	padding:0;
	margin:0;
}
#archive_content h3 a{
	font-size:1.3em;
}
#archive_content img {
	border:none;
}
#archive_content .post {
	margin-top:30px;
}
#archive_content .entry{
	font-size:1.3em;
}
#archive_content .postmetadata{
	margin:5px 0 25px 0;
	font-size:1.2em;
}
.lucas {
	float:left;
}
.textwidget {
	border-bottom:1px dotted;
	font-size:12px;
	margin-bottom:25px;
	padding-bottom:25px;
}
wpsb_form_label {
	font-size:10px;
}
.avatar { display: inline; float: left; margin: 0 5px 0 0; padding: 3px; border: 1px solid #6d84b4; background-color: #fff; }
#cforms2form{
	background:#006892;
}
.donaciones{
	margin-top:30px;
}
.verEntrevista{
	float:left;
}
.verEntrevista img{
	float:left;
	margin-right:5px;
}
.verEntrevista p{
	font-size: 12px;
	color: #00A4EF;
	float:left;
	font-weight:bold;
}
.bottom{
	float:		left;
	width:		904px;
	height:		18px;
	background: url(img/bottom.png);
}
#embedarea{
	display:	none; 
	width:		585px; 
	float:		left; 
	height:		103px; 
	padding:	0 0 18px 15px;
	background-color:#A3D82F;
}
#embedarea textarea{
	border:1px solid #3C3C3C; 
	width:550px; 
	background:#00A4EF; 
	padding:5px; 
	color:#fff; 
	font-family:Arial, Helvetica, sans-serif; font-size: 12px; 
	margin-top: 10px; 
	overflow: hidden;
}
#postcomments{
	margin-left:26px;
	_margin-left:0px;
}
