/*
Theme Name: MiraVos.tv By SomosWP
Description: MiraVos.tv
Author: SomosWP
Author URI: http://www.somoswp.com
*/

/*- Reset Styles -----------------------------------------------------------*/

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, hr, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6, li {
	line-height: 100%;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea {
	font-family: inherit;
	font-size: 1em;
}

/*- Fin de Reset Styles ----------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/

/*- Estilos generales ------------------------------------------------------*/

body {
	font: 76% Lucida Grande, Arial, Helvetica, sans-serif;
	background: #161615;
}

/*- Definir la resolucion -*/

.wrap {
	width: 945px;
	margin: 0 auto;
	position: relative;
}

/*- Links -*/

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*- Labels accesibles -*/

.accesible {
	width: 1px;
	height: 1px;
	position: absolute;
	top: 0;
	left: -9999px;
	z-index: 1;
	overflow: hidden;
}

/*- Float clears -*/

#main,
				#tabs,
				#previousVideos ul,
				#followMiravos ul,
				#subscribeNewsletter p,
				#footerNav,
				#copyright {
	overflow: hidden;
}

/*- Carga del sprite -*/

.c,
				.pointer span,
				#logo a,
				#search p,
				#search button,
				#respond button,
				.postTags strong,
				.shareOptions a,
				.socialMedia li,
				.postResult .postImage span,
				#previousVideos .prevVideos-comments,
				#followMiravos a,
				#subscribeNewsletter #sendbutton2,
				#sponsors a,
				#somosWp {
	display: block;
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
}

/*- Ocultar texto -*/

#logo a,
				#search button,
				#respond button,
				.shareOptions a,
				#followMiravos a,
				#subscribeNewsletter button,
				#sponsors a,
				#somosWp, 
				#bee {
	font-size: 0;
	text-indent: -9999em;
}

/*- Igualar altos -*/

.postEntry {
}

#previousVideos {
}

/*- Fin de Estilos generales -----------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/

/*- Bordes redondeados (via JS) --------------------------------------------*/

.c {
	width: 10px;
	height: 10px;
	position: absolute;
	z-index: 1;
}

/*- Corners sin borde -*/

.tlc {
	top: 0;
	left: 0;
}

.trc {
	top: 0;
	right: 0;
}

.blc {
	bottom: 0;
	left: 0;
}

.brc {
	bottom: 0;
	right: 0;
}

/*- Corners con borde -*/

.tlc-border {
	top: -1px;
	left: -1px;
}

.trc-border {
	top: -1px;
	right: -1px;
}

.blc-border {
	bottom: -1px;
	left: -1px;
}

.brc-border {
	bottom: -1px;
	right: -1px;
}

/*- Position relative para elementos que contienen los bordes -*/

.postVideo,
		.postEntry,
		#respond,
		#respond form,
		#respond .fieldWrap,
		#previousVideos,
		.sidebarBox,
		#comments ol,
		#subscribeNewsletter .fieldWrap {
	position: relative;
}

/*- Tabs de comentarios -*/

#tabs a .tlc-border {
	background-position: -205px -70px;
}

#tabs a .trc-border {
	background-position: -216px -70px;
}

/*- Video + Responder (borde exterior) -*/

.postVideo .tlc, #respond .tlc {
	background-position: -161px -70px;
}

.postVideo .trc, #respond .trc {
	background-position: -172px -70px;
}

.postVideo .blc, #respond .blc {
	background-position: -161px -81px;
}

.postVideo .brc, #respond .brc {
	background-position: -172px -81px;
}

/*- Responder (borde interior) -*/

#respond form .tlc {
	background-position: -183px -93px;
}

#respond form .trc {
	background-position: -194px -93px;
}

#respond form .blc {
	background-position: -183px -104px;
}

#respond form .brc {
	background-position: -194px -104px;
}

/*- Responder (campos) -*/

#respond form .fieldWrap .tlc {
	background-position: -183px -115px;
}

#respond form .fieldWrap .trc {
	background-position: -194px -115px;
}

#respond form .fieldWrap .blc {
	background-position: -183px -126px;
}

#respond form .fieldWrap .brc {
	background-position: -194px -126px;
}

/*- Texto del post + Videos anteriores -*/

.postEntry .tlc, #previousVideos .tlc {
	background-position: -183px -70px;
}

.postEntry .trc, #previousVideos .trc {
	background-position: -194px -70px;
}

.postEntry .blc, #previousVideos .blc {
	background-position: -183px -81px;
}

.postEntry .brc, #previousVideos .brc {
	background-position: -194px -81px;
}

/*- Lista de comentarios -*/

#comments ol .trc-border {
	background-position: -216px -70px;
}

#comments ol .blc-border {
	background-position: -205px -81px;
}

#comments ol .brc-border {
	background-position: -216px -81px;
}

/*- Avatars -*/

#comments .commentAuthorImage .tlc-border {
	background-position: -205px -92px;
}

#comments .commentAuthorImage .trc-border {
	background-position: -216px -92px;
}

#comments .commentAuthorImage .blc-border {
	background-position: -205px -103px;
}

#comments .commentAuthorImage .brc-border {
	background-position: -216px -103px;
}

/*- Cajas del sidebar -*/

.sidebarBox .tlc-border {
	background-position: -227px -70px;
}

.sidebarBox .trc-border {
	background-position: -238px -70px;
}

.sidebarBox .blc-border {
	background-position: -227px -81px;
}

.sidebarBox .brc-border {
	background-position: -238px -81px;
}

/*- Campo subcribirse al newsletter -*/

#subscribeNewsletter .fieldWrap .tlc {
	background-position: -227px -92px;
}

#subscribeNewsletter .fieldWrap .trc {
	background-position: -238px -92px;
}

#subscribeNewsletter .fieldWrap .blc {
	background-position: -227px -103px;
}

#subscribeNewsletter .fieldWrap .brc {
	background-position: -238px -103px;
}

/*- Fin de Bordes redondeados (via JS) -------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/

/*- Header -----------------------------------------------------------------*/

#header {
	background: #CDF118;
	border-bottom: 5px solid #000;
}

#header .wrap {
	
}

/*--------------------------*/

/*	LOGO					*/

/*--------------------------*/

#logo {
	position: relative;
	float: right;
	right: 15px;
	z-index: 1;
}

#logo a {
	width: 273px;
	height: 38px;
}

#logo-container {
       width:950px;
}
/*--------------------------*/

/*	MENU					*/

/*--------------------------*/

#menu {
	padding: 15px 0;
	position: relative;
}

#menu ul {
	width: 642px;
	padding-left: 8px;
}

#menu li,
					#menu h2 {
	display: inline;
}

#menu li {
	font-size: 1.1em;
	padding: 3px 10px;
	border-right: 1px solid #B8D62C;
}

#menu a {
	font-weight: normal;
	color: #667E3B;
	position: relative;
}

#menu a:hover {
	color: #47592A;
}

/*- Seccion actual -*/

#menu .current_page_item a {
	font-weight: bold;
	text-transform: uppercase;
	color: #161615;
}

.pointer {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -21px;
	z-index: 1;
}

.pointer span {
	width: 12px;
	height: 6px;
	margin: 0 auto;
	background-position: -274px 0;
}

/*- Ultimo elemento de la lista -*/

#menu .last {
	border: 0;
}

/*--------------------------*/

/*	BUSQUEDA				*/

/*--------------------------*/

#search {
	position: absolute;
	top: 10px;
	right: 10px;
}

#search p {
	float: left;
	padding-left: 11px;
	background-position: -287px 0;
}

#search input {
	float: left;
	width: 250px;
	height: 19px;
	padding-top: 3px;
	color: #C8E052;
	background: #91A648;
	border: 0;
}

#search .fieldFocus {
	font-weight: bold;
	color: #FFF;
}

#search button {
	float: right;
	width: 23px;
	height: 23px;
	background-position: -299px 0;
	cursor: pointer;
}

/*- Fin de Header ----------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/

/*- Contenido central ------------------------------------------------------*/

#main {
	
}

#content {
	float: left;
	width: 630px;
}

#sidebar {
	float: right;
	width: 305px;
	padding-top: 28px;
}

/*- Fin de Contenido central -----------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/

/*- El post ----------------------------------------------------------------*/

.post {
	
}

.postVideo,
			.postEntry {
	padding: 18px;
	margin-bottom: 10px;
}

.resultTitle {
	font-size: 2.3em;
	color: #999;
	padding: 10px 0 30px 18px;
}

/*--------------------------*/

/*	TITULO DEL POST			*/

/*--------------------------*/

.postTitle {
	padding: 0 0 20px 18px;
}

.postTitle h3 {
	font-size: 2em;
	line-height: 120%;
	color: #CDF118;
}

.postTitle h3 a {
	color: #CDF118;
}

.postTitle h3 a:hover {
	color: #FFF;
	text-decoration: none;
}

.postTitle p {
	font-size: 1.1em;
	color: #727272;
	padding-top: 3px;
}

/*--------------------------*/

/*	VIDEO					*/

/*--------------------------*/

.postVideo {
	background: #2A2A2A;
}

/*--------------------------*/

/*	CONTENIDO DEL POST		*/

/*--------------------------*/

.postEntry {
	float: left;
	width: 594px;
	background: #0B0B0A;
}

.postText,	.postShare {
	width: 500px;
	padding-left: 90px;
}

/*----------------------*/

/*	COMPARTIR		    */

/*----------------------*/

.postShare {
	
}

.postShare textarea,
					.socialMedia {
	display: none;
}

/*- Iconos de opciones -*/

.shareOptions {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 1;
}

.shareOptions li {
	float: left;
	margin-right: 4px;
}

.shareOptions a {
	width: 30px;
	height: 31px;
}

/*- Mostrar links sociales -*/

#show-SocialItems a {
	background-position: 0 -70px;
}

#show-SocialItems a:hover {
	background-position: -62px -70px;
}

/*- Mostrar embed -*/

#show-Embed a {
	background-position: -31px -70px;
}

#show-Embed a:hover {
	background-position: -93px -70px;
}

/*- Lista de servicios sociales -*/

.socialMedia {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.socialMedia li {
	float: left;
	padding-left: 16px;
	margin-bottom: 8px;
	border-bottom: 1px solid #161615;
}

.socialMedia a {
	display: block;
	color: #999;
	padding: 2px 10px 10px;
	width: 120px;
	background: #0B0B0A;
}

.socialMedia a:hover {
	color: #E9F79E;
}

.s-delicious {
	background-position: -76px -158px;
}

.s-furl {
	background-position: -93px -158px;
}

.s-reddit {
	background-position: -110px -158px;
}

.s-blinklist {
	background-position: -127px -158px;
}

.s-stumbleupon {
	background-position: -144px -158px;
}

.s-digg {
	background-position: -161px -158px;
}

.s-newsvine {
	background-position: -178px -158px;
}

.s-technorati {
	background-position: -195px -158px;
}

.s-facebook {
	background-position: -212px -158px;
}

.s-twitter {
	background-position: -229px -158px;
}

/*- Embed -*/

.postShare textarea {
	font: bold 1em Courier, monospace;
	color: #666;
	width: 468px;
	padding: 5px;
	height: 120px;
	margin-bottom: 20px;
	background: #000;
	border: 1px solid #161615;
}

/*----------------------*/

/*	TEXTO DEL POST	    */

/*----------------------*/

.postText {
	clear: both;
}

.postText p {
	color: #CCC;
	line-height: 140%;
	padding-bottom: 10px;
}

/*- Etiquetas -*/

.postText .postTags {
	color: #93AC14;
	margin-top: 5px;
	border-top: 1px solid #161615;
}

.postText .postTags strong {
	background-position: -249px -70px;
}

.postText .postTags strong span {
	display: block;
	margin-left: 19px;
	padding: 15px 0 7px 7px;
	background: #0B0B0A;
}

.postText a, .postText .postTags a, .commentText a {
	color: #99A269;
}

/*- Si es un resultado de archivo o busqueda -*/

.postResult {
	
}

.postResult .postEntry {
	min-height: 0;
}

.postResult .postTitle {
	font-size: 90%;
	padding-left: 0;
}

.postResult .postImage {
	float: left;
	width: 120px;
	overflow: hidden;
}

.postResult .postImage span {
	margin-top: 3px;
	background-position: -458px -136px;
}

.postResult .postImage a {
	display: block;
	color: #FFF;
	padding-left: 5px;
	margin-left: 15px;
	background: #0B0B0A;
}

.postResult .postText {
	float: right;
	width: 450px;
	padding-left: 0;
	clear: none;
}

/*- Si es un post del blog -*/

.postBlog {
	
}

.postBlog .postText {
	padding: 12px;
	width: 570px;
}

.navigation {
	margin-top: 10px;
}

.navigation a {
	color: #CDF118;
	text-decoration: none;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/*- Fin de El post ---------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/

/*- Videos anteriores ------------------------------------------------------*/

#previousVideos {
	padding: 8px 18px;
	margin: 10px 0;
	background: #0B0B0A;
}

#previousVideos li {
	float: left;
	width: 100%;
	padding: 10px 0;
	clear: left;
	border-bottom: 1px solid #161615;
	position: relative;
}

#previousVideos li.last {
	border: 0;
}

#previousVideos h4,
				#previousVideos p {
	float: right;
	width: 150px;
	line-height: 130%;
	clear: right;
}

/*- Thumbnail -*/

#previousVideos .prevVideos-thumb {
	float: left;
	width: 100px;
	padding-top: 4px;
}

#previousVideos .prevVideos-thumb img {
	width: 98px;
	height: 74px;
}

/*- Nombre del video -*/

#previousVideos h4 {
	padding-top: 2px;
}

#previousVideos h4 a {
	color: #93AC14;
}

/*- Fecha -*/

#previousVideos .prevVideos-date {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #99A269;
	padding-top: 3px;
}

/*- Comentarios -*/

#previousVideos .prevVideos-comments {
	width: 36px;
	height: 25px;
	padding-top: 1px;
	text-align: center;
	background-position: -124px -70px;
	position: absolute;
	top: 12px;
	left: 77px;
	z-index: 1;
}

#previousVideos .prevVideos-comments a {
	font-size: 0.85em;
	font-weight: bold;
	color: #0B0B0A;
}

/*- Fin de Videos anteriores -----------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/

/*- Lista de comentarios ---------------------------------------------------*/

#comments {
	padding-top: 30px;
	clear: both;
}

/*--------------------------*/

/*	SOLAPAS					*/

/*--------------------------*/

#tabs {
	position: relative;
	bottom: -1px;
	z-index: 1;
}

#tabs li {
	float: left;
	font-size: 1.2em;
}

#tabs a {
	display: block;
	padding: 12px 21px;
	color: #666;
	position: relative;
}

#tabs a span {
	display: none;
}

#tabs a:active {
	color: #FFF
}

/*- Solapa actual -*/

#tabs .currentTab a {
	color: #CCC;
	border: 1px solid #30302E;
	border-bottom: 1px solid #161615;
}

#tabs .currentTab span {
	display: block;
}

/*--------------------------*/

/*	LISTA DE COMENTARIOS	*/

/*--------------------------*/

#comments ol {
	float: left;
	width: 610px;
	padding: 30px 0 40px 20px;
	border: 1px solid #30302E;
	clear: both;
}

#comments ol li {
	clear: both;
}

/*- Override ultimo comentario -*/

#comments ol .last .commentText {
	border-bottom: 0;
}

/*- AVATAR -*/

.avatar {
	float: left;
	width: 120px;
	padding: 10px 20px 0 0;
	text-align: right;
}

/*- Foto -*/

.commentAuthorImage {
	float: right;
	width: 72px;
	height: 72px;
	border: 1px solid #30302E;
	position: relative;
}

.commentAuthorImage img {
	width: 70px;
	height: 70px;
	padding: 1px;
}

/*- Autor -*/

.commentAuthor {
	font-size: 1.1em;
	color: #8DA602;
	font-weight: bold;
	padding: 7px 0 5px;
	clear: both;
}

.commentAuthor a {
	color: #CDF118;
}

.commentAuthor a:hover {
	color: #FFF;
}

/*- Fecha -*/

.commentDate {
	font-size: 0.9em;
}

.commentDate a {
	color: #E9F79E;
}

/*- TEXTO DEL COMENTARIO -*/

.commentText {
	float: right;
	width: 415px;
	min-height: 110px;
	padding: 20px 30px 40px 20px;
	border-left: 1px solid #30302E;
	border-bottom: 1px dotted #32312F;
}

.commentText p {
	color: #CCC;
	line-height: 150%;
}

/*- SI SON PINGBACKS -*/

#comments-pings {
	display: none;
}

#comments-pings .commentText strong {
	display: block;
	font-size: 1.1em;
	color: #FFF;
	padding-bottom: 5px;
}

/*- Fin de Lista de comentarios --------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/

/*- Dejar comentario -------------------------------------------------------*/

#respond {
	padding: 10px;
	background: #2A2A2A;
}

#respond form {
	background: #242424;
}

#respond h4 {
	font-size: 1.4em;
	color: #9F9F9F;
	padding: 13px 18px 17px;
	background: #212121;
}

#respond fieldset {
	padding: 18px;
}

#respond p {
	color: #FFF;
	margin-bottom: 10px;
}

#respond .fieldWrap {
	padding: 6px 12px;
	background: #1A1A19;
}

#respond .fieldWrap input,
					#respond .fieldWrap textarea {
	color: #737373;
	width: 100%;
	background: transparent;
	border: 0;
}

#respond .fieldWrap textarea {
	height: 85px;
	overflow: auto;
}

#respond .fieldWrap .fieldFocus {
	font-weight: bold;
	color: #FFF;
}

#respond button {
	width: 158px;
	height: 30px;
	background-position: 0 -39px;
	cursor: pointer;
}

#respond button:hover {
	background-position: -159px -39px;
}

/*- Fin de Dejar comentario ------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/

/*- Sidebar ----------------------------------------------------------------*/

#sidebar {
	
}

.sidebarBox {
	margin-bottom: 10px;
	border: 1px solid #25290A;
	clear: both;
}

.sidebarBox h4 {
	font-size: 1.4em;
	color: #C0CC83;
	padding: 15px 18px;
	background: #1D1E17;
}

.sidebarBox ul,
				.sidebarBox p {
	font-size: 1.1em;
	background: #0B0C03;
}

.sidebarBox ul {
	padding-bottom: 10px;
}

.sidebarBox a {
	color: #828B53;
}

.sidebarBox a:hover {
	color: #CDF118;
}

/*------------------------------*/

/*	SEGUI A MIRAVOS		     	*/

/*------------------------------*/

#followMiravos {
	
}

#followMiravos ul {
	padding: 25px 18px;
}

#followMiravos li {
	float: left;
	margin-right: 5px;
}

#followMiravos a {
	width: 31px;
	height: 31px;
}

#f-itunes a {
	width: 54px;
	height: 54px;
	background-position: -268px -81px;
}

#f-miro a {
	width: 61px;
	height: 53px;
	background-position: -323px -81px;
}

#f-bliptv a {
	width: 122px;
	height: 54px;
	background-position: -385px -79px;
}

#f-facebook a {
	background-position: -268px -136px;
}

#f-twitter a {
	background-position: -300px -136px;
}

#f-youtube a {
	background-position: -331px -136px;
}

#f-rss a {
	background-position: -363px -136px;
}

.divider {
	height: 1px;
	padding-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #161615;
	clear: both;
}

#f-facebook {
	margin-left: 55px;
}

/*-------------------------------*/

/*	SUBSCRIBIRSE AL NEWSLETTER	 */

/*-------------------------------*/
/*
#subscribeNewsletter {
	
}

#subscribeNewsletter p {
	padding: 15px 18px;
}



#subscribeNewsletter input {
	color: #828B53;
	width: 100%;
	background: transparent;
	border: 0;
}

#subscribeNewsletter .fieldFocus {
	font-weight: bold;
	color: #FFF;
}

#subscribeNewsletter button {
	float: right;
	width: 31px;
	height: 31px;
	background-position: -394px -136px;
	cursor: pointer;
}

#subscribeNewsletter button:hover {
	background-position: -426px -136px;
}
*/
#subscribeNewsletter #cforms2form {
	height: 30px;
	background: #0B0C03;
	padding: 10px;
}
#subscribeNewsletter label, #subscribeNewsletter .reqtxt, .linklove, .cf_hidden  {
	display: none;
}
#subscribeNewsletter #li-2-1 {
	float: left;
	width: 223px;
	padding: 6px 10px;
	background: #25290A;
}
#subscribeNewsletter input#cf2_field_1 {
	color: #828B53;
	width: 100%;
	background: transparent;
	border: 0;
}
#subscribeNewslette p.cf-sb {
	float: right;
	width: 31px;
	height: 31px;
}
#subscribeNewsletter #sendbutton2 {
	text-indent: -9999px;
	background-position: -394px -136px;
	cursor: pointer;
	background-color: transparent;
	width: 32px; height: 30px;
	border: 0;
	margin-left: 5px;
}
#subscribeNewsletter #sendbutton2:hover {
	background-position: -426px -136px;
}

#subscribeNewsletter .cf_info {
	background: #0B0C03;
	color: #fff;
}
#subscribeNewsletter .success, #subscribeNewsletter .waiting {
	padding: 5px 10px;
}

#contac li {
	margin-bottom: 10px;
}
#contac label {
	color: #fff;
	display: block;
	margin-bottom: 8px;
}

#contac input, #contac textarea{
	border: 0;
	width: 300px;
	padding: 6px;
}
#contac .reqtxt, #contac .emailreqtxt {
	color: #f00;
	padding-left: 5px;
}
/*-------------------------------*/

/*	NOVEDADES DESDE EL BLOG	     */

/*-------------------------------*/

#blogNews {
	color: #25290A;
}

#blogNews li {
	list-style: inside disc;
	padding: 15px 18px;
	border-bottom: 1px solid #161615;
}

/*- Override ultimo elemento -*/

#blogNews .last {
	border: 0;
}

/*- Fin de Sidebar ---------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/

/*- Publicidad -------------------------------------------------------------*/

.ad {
	text-align: center;
	clear: both;
}

/*- Banner superior -*/

#adSection-top {
	padding: 20px 0;
}

#adSection-top img {
	width: 945px;
	height: 50px;
}

/*- Mini banner sidebar -*/

#adSection-sidebarSmall {
	padding: 10px 0;
}

#adSection-sidebarSmall img {
	width: 300px;
	height: 35px;
}

/*- Banner sidebar -*/

#adSection-sidebarBig {
	padding: 0 0 10px;
}

#adSection-sidebarBig img {
	width: 300px;
	height: 250px;
}

/*- Banner inferior (arriba del footer) -*/

#adSection-bottom {
	padding: 40px 0 0;
}

#adSection-bottom img {
	width: 728px;
	height: 90px;
}

/*- Fin de Publicidad ------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/

/*- Footer -----------------------------------------------------------------*/

#footer {
	clear: both;
	margin-top: 40px;
}

/*--------------------------*/

/*	LINKS INFERIORES		*/

/*--------------------------*/

#footerNav {
	padding: 30px 0;
	background: #0B0B0A;
	border-top: 10px solid #101010;
}

/*- Caja (seccion) -*/

.navBox {
	float: left;
	width: 140px;
	padding: 0 0 20px 20px;
	margin-right: 20px;
	border-left: 2px solid #161615;
}

.navBox h5 {
	font-size: 1.5em;
	color: #E9F79E;
	padding-bottom: 15px;
}

.navBox p,
					.navBox li {
	font-size: 1.2em;
	line-height: 160%;
}

.navBox a {
	color: #93B460;
}

.navBox a:hover {
	color: #FFF;
}

/*- Override para las etiquetas -*/

#box-tags {
	width: 560px;
	padding-left: 0;
	border: 0;
}

/*--------------------------*/

/*	COPYRIGHT				*/

/*--------------------------*/

#copyright {
	font-size: 0.9em;
	color: #666;
	padding: 14px 0;
	background: #000;
	border-top: 1px solid #121211;
}

#copyright p {
	float: left;
	padding-left: 5px;
	clear: right;
}

#copyright a {
	color: #666;
}

#copyright a:hover {
	color: #999;
}

/*- Sponsors -*/

#sponsors {
	float: left;
	margin-right: 12px;
}

#sponsors li {
	float: left;
	margin-right: 3px;
}

#sponsors a {
	width: 89px;
	height: 39px;
}

#psicofxp a {
	background-position: 0 -102px;
}

#trix a {
	background-position: -90px -102px;
}

/*- Listado de Paginas -*/

#pages {
	float: right;
	width: 709px;
	padding: 5px 0 3px;
	margin-right: 40px;
}

#pages li {
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #111;
}

#pages .last {
	border: 0;
}

/*--------------------------*/

/*	LOGO SOMOSWP			*/

/*--------------------------*/

#somosWp {
	width: 37px;
	height: 32px;
	background-position: -38px -142px;
	clear: both;
	position: absolute;
	top: 2px;
	right: 10px;
}

#somosWp:hover {
	background-position: -38px -142px;
}
#bee {
	background: url(images/logobee.png) no-repeat;
	position: absolute;
	top: 2px;
	right: 60px;
	width: 68px;
	height: 34px;
}

/*- Fin de Footer ----------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/

/*- Mini fix Safari --------------------------------------------------------*/

@media screen and (-webkit-min-device-pixel-ratio:0) {

.postVideo {
	min-height: 320px;
}

}

/*- Fin de Mini Safari -----------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/

/*----------------------------------- FIN NOMBRE DEL PROYECTO -----------------------------------*/

/*-----------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------*/
