/* --------------------------------------------------------------------------------
CSS :CAMON
-
  Made by: El Pulgar del Panda | www.elpulgardelpanda.com
-------------------------------------------------------------------------------- */

/* ........................................................................................ COMMON STYLES */
body {
	font-family: Helvetica,Arial,'Lucida Grande',Verdana,Sans-Serif;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: center;
	color: #777;
	height: 100%;
}

a {color: #00ccff;}

a:hover {color: #13b3db;}

h1 {font-size: 30px;}

h2 {
	font-size: 24px;
	margin: 0 0 10px 0;
	color: #666;
	display: block;
}

h3 {
	font-size: 18px;
	margin: 0 0 5px 0;
	height: 20px;
	line-height: 20px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 5px 0;
}

strong {font-weight: 700;}

label small {font-size: 9px;}

hr {
	clear: both;
	border: none;
	height: 1px;
	background: #ccc;
	margin: 20px 0 0 0;
}

.gray {color: #666;}

.right_box a.no_bold {font-weight:normal !important;}

.center_box {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	overflow: hidden;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	margin-top: 18px;
	margin-bottom: 35px;
	background: #fff url('../images/layout/content_background.gif') top right repeat-y;
	overflow: hidden;
}

#wrapper.search{
	background:#fff;
}

.directo, .directo_mad, .privado_alicante, .privado_madrid {background-image:none !important;}

#wrapper.ruedadeprensa {margin-top: 200px;}

#content {
	width: 530px;
	float: left;
	clear: both;
}

#aux, #aux2 {
	float: right;
	overflow: hidden;
	width: 320px;
}

.left {float: left;}
.right {float: right;}

#content p {margin: 0 0 10px 0;}

#content p.section {
	font-size: 20px;
	line-height: 30px;
	clear: both;
	margin: 0 0 20px 0;
}

p.subsection {
	display: block;
	float: none;
	font-size: 16px;
	line-height: 18px;
	clear: both;
	padding: 0 0 20px 0;
	color: #ff6600;
	font-weight: bold;
}

input {
	font-size: 12px;
	padding: 3px;
}

input.inputfield,textarea {
	border: 1px solid #A9A9A9;
	padding: 3px;
}

/* ........................................................................................ HEADER STYLES */

#header {
	height: 70px;
	border-top: 3px solid #3f403f;
	border-bottom: 1px solid #e6e5e5;
	margin: 0 0 4px 0;
}

#camon_logo {
	position: absolute;
	top: 15px;
}

#user_login {
	float: right;
	display: block;
	overflow: hidden;
	margin: 15px 10px 0 0;
	width: 400px;
}

#user_info {
	float: right;
	text-align: right;
	font-size: 10px;
	line-height: 16px;
}

#user_login p {
	line-height: normal;
	margin: 5px 0 0 0;
}

#user_login .logout {
	display: block;
	font-size: 10px;
}

input.register_btn {
  background:#333333 none repeat scroll 0 0;
  border:1px solid #555555;
  color:#FFFFFF;
  cursor:pointer;
  float:left;
  height:25px;
  margin:5px 5px 0 0;
  padding:0 5px;
}

/* ........................................................................................ NAV STYLES */

#nav {
	height: 30px;
	background: #d6d6d6;
	margin: 0 0 5px 0;
}

.navigation {
	height: 14px;
	width: 690px;
	float: left;
	margin: 10px 0 0 0;
	overflow: hidden;
}

.navigation li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0 6px;
	border-right: 1px solid #787977;
	height: 14px;
}

.navigation li a {
/*	text-indent: -9999px;*/
/*	display: block;*/
	font-family: Georgia;
	font-size:11px;
	text-decoration:none;
	color: #545454;
	padding: 0;
	height: 14px;
}

.navigation li.last {border: none;}
.navigation li.first {padding-left: 0;}
/*.navigation li.inicio a {width: 44px; background: url('../images/layout/nav/inicio_btn.gif') 0 0 no-repeat;}
.navigation li.blog a {width: 36px; background: url('../images/layout/nav/blog_btn.gif') 0 0 no-repeat;}
.navigation li.camon a {width: 109px; background: url('../images/layout/nav/camon_btn.gif') 0 0 no-repeat;}
.navigation li.comunidad a {width: 83px; background: url('../images/layout/nav/comunidad_btn.gif') 0 0 no-repeat;}
.navigation li.grupos a {width: 51px; background: url('../images/layout/nav/grupos_btn.gif') 0 0 no-repeat;}
.navigation li.canales a {width: 57px; background: url('../images/layout/nav/canales_btn.gif') 0 0 no-repeat;}
.navigation li.agenda a {width: 55px; background: url('../images/layout/nav/agenda_btn.gif') 0 0 no-repeat;}
.navigation li.perfil a {width: 45px; background: url('../images/layout/nav/perfil_btn.gif') 0 0 no-repeat;}
.navigation li.ayuda a {width: 43px; background: url('../images/layout/nav/ayuda_btn.gif') 0 0 no-repeat;}
.navigation li.legal a {width: 36px; background: url('../images/layout/nav/aviso_btn.gif') 0 0 no-repeat;}*/

/*
.navigation li.inicio a:hover, .navigation li.blog a:hover, .navigation li.camon a:hover, .navigation li.comunidad a:hover,
.navigation li.grupos a:hover, .navigation li.canales a:hover, .navigation li.agenda a:hover, .navigation li.ayuda a:hover,
.navigation li.perfil a:hover, .navigation li.legal a:hover {
	color:#999;
}*/

.navigation li a:hover {
	color:#999;
}


.navigation li.active a,
.navigation li.active a:hover {
	color: #141414;
	font-weight: bold;
	cursor: default;
}

/* ........................................................................................ SEARCH STYLES */
#nav #search {
	margin: 3px 0 0 0;
	float: left;
	width: 180px;
	padding: 0;
	border: 1px solid red;
}
#nav #search p {
	float: left;
}
#nav #search p.text_search input {
	width: 90px;
	height: 17px;
	border: 1px solid #989898;
	padding: 2px;
	font-size: 12px;
}
#nav #search p.submit_btn input {
	width: 70px;
	background: #989898;
	border: 0;
	cursor: pointer;
	margin: 0 0 0 2px;
	font-size: 10px;
	height: 23px;
}
* html #nav #search p.submit_btn input {
	margin: 1px 0 0 2px;
}

/* ........................................................................................ SUBNAV COMMON STYLES */

#subnav {
	min-height: 114px;
	margin: 0 0 8px 0;
	overflow: auto;
}
* html #subnav {
	height: 114px;
	overflow: visible;
}
#subnav h1 {
	float: left;
	display: block;
	margin: 0 0 5px 0;
	width: 485px;
	line-height: 30px;
	color: #fff;
	font-size: 20px;
}
#subnav p {
	clear: both;
	color: #fff;
	margin: 0;
}
#subnav.blog_subnav p {
	color: #666666;
}
.blog_subnav .center_box {
	background: url('../images/layout/blog_subnav_bg.png') -240px 0 no-repeat;
	height: 114px;
}

/* ........................................................................................ SUBNAV SPECIFIC STYLE STYLES */

.blog_subnav {
	background: url('../images/layout/blog_subnav_pattern.png') 0 0 repeat-x;
}

#subnav.blog_subnav h1 {margin: 20px 0 5px 0;}

.community_subnav {background: #04bd00 url('../images/layout/community_subnav_bg.png') center 0 no-repeat;}
.groups_subnav {background: #ffff00 url('../images/layout/groups_subnav_bg.png') center 0 no-repeat;}
.profile_subnav {background: #ff9900 url('../images/layout/profile_subnav_bg.png') center 0 no-repeat;}
.projects_subnav {background: #f40000 url('../images/layout/projects_subnav_bg.png') center 0 no-repeat;}

div#info {
	float: left;
	overflow: hidden;
	width: 485px;
	margin: 10px 0 0 0;
}

div#info p.format {
	float: left;
	font-size: 11px;
	display: inline;
	margin: 0;
	color: #fff;
}

div#info h2 {
	clear: both;
	color: #ffcccc;
	font-size: 12px;
	margin: 0 0 5px 0;
}

.community_subnav #info h2 {color: #fff;}
.groups_subnav #info h2 {color: #0066cc;}
.profile_subnav #info h2 {color: #993300;}

div#info p.people {
	font-size: 11px;
	color: #000;
	margin: 0 0 10px 0;
}

div#info p.people a {color: #000;}
div#info p.people a:hover {color: #666;}

.profile_subnav #info p.people {color: #fff;}
.profile_subnav #info p.people a {color: #fff;}
.profile_subnav #info p.people a:hover {color: #EFEFEF}

ul#social {
	float: left;
	margin: 10px 0 10px 0;
	width: 315px;
}

ul#social li {
	display: block;
	font-size: 11px;
	border-bottom: 1px solid #808080;
	height: 30px;
}

ul#social li a {
	display: block;
	line-height: 30px;
	height: 30px;
	color: #fff;
	text-decoration: none;
}

ul#social li a:hover {
	color: #efefef;
}

ul#social li a img {
	float: left;
	margin: 8px 10px 0 5px;
}

.community_subnav #social a,
.groups_subnav #social a {
	color: #000;
}

.community_subnav #social a:hover,
.groups_subnav #social a:hover {
	color: #666;
}

#subnav p.group_info {
	margin: 0 0 0 0;
	font-size: 10px;
	color: #000;
}

/* ........................................................................................ BREADCRUMB STYLES */

#breadcrumb {
	line-height: 24px;
	color: #c1c1c1;
}

#breadcrumb a {
	font-size: 12px;
	text-decoration: none;
	margin: 0 3px;
}

img.blog_big {
	padding: 4px;
	border: 1px solid #ccc;
	margin: 10px 0;
}

#content a.more {
	display: block;
	margin: 10px 0 0 0;
}

/* END Breadcrumb Styles */

/* ........................................................................................ 1 POST STYLES */

.post {
	margin: 0 0 40px 0;
	overflow: hidden;
}

.post a {
	overflow: hidden;
}

.post_info {
	color: #aaaaaa;
	border-top: 1px dotted #cccccc;
	padding: 8px 0 0 0;
	margin: 14px 0 0 0;
	overflow: hidden;
	clear: both;
	font-size: 11px;
}

.post_info p {
	float: left;
}

.post_info .comments {
	display: block;
	float: right;
	padding: 0 15px 0 0;
	background: #fff url('../images/layout/bubble_comments.gif') right 1px no-repeat;
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}

.post_info .comments:hover {
	color: #b1b1b1;
}

.post h2.blog,
.post h2.blog a {
	font-size: 28px;
	color: #ff6600;
	margin: 0 0 7px 0;
	line-height: normal;
	text-decoration: none;
	font-weight: normal;
}
.post h2.blog a:hover {
	color: #cd5403;
}

h2, h2 a {
	line-height: normal;
	text-decoration: none;
	font-size: 28px;
	margin: 0 0 10px 0;
	color: #666;
}

h2 a:hover {color: #cd5403;}

h2.plus {
	background: url('../images/layout/icons/plus_orange_big.png') right 0 no-repeat;
	margin: 0 0 10px 0;
	display: block;
}

h2.plus a {
	display: block;
	padding: 0 30px 0 0;
}

div#content .post h3 {
	color: #555;
	margin: 0 0 15px 0;
	line-height: 23px;
}

.author_info {
	overflow: auto;
	padding: 10px 0 0 0;
	margin: 20px 0;
	border-top: 1px dashed #d1d1d1;
}

#content .author_info p {
	float: left;
	margin: 10px 0 0 10px;
}

/* END 1 Post Styles */


/* ........................................................................................ BLOG COMMENTS STYLES */

#post_comments {
	display: block;
	width: 530px;
	background: #f7f7f7;
	margin: 20px 0 0 0;
	padding: 10px 0;
	overflow: hidden;
}

#post_comments label {
	font-size: 10px;
	display: block;
}

#post_comments p {
	margin: 0 0 0 10px;
}

.single_comment small {
	font-size: 10px;
}

/* END Blog Comments Styles */


.photo_container {
	margin: 0 0 18px 0;
	overflow: hidden;
}

.photo_align_right {
	float: right;
	overflow: hidden;
	margin:  0 0 30px 30px;
	width: 250px;
	text-align: right;
}

.photo_align_center {
	overflow: hidden;
	margin:  0;
	text-align: center;
}

.photo_align_left {
	float: left;
	overflow: hidden;
	margin:  0 30px 0 0;
	text-align: left;
	width: 250px;
	text-align: left;
}

.content .photo_container img,
.photo_container img {
	margin: 0;
}

#content .photo_container p {
	font-size: 0.9em;
	font-style: italic;
	line-height: 1em;
	margin: 8px 0 0 0;
	margin-bottom: 0;
}

#content .photo_align_right p {text-align: right;}
#content .photo_align_center p {text-align: center;}
#content .photo_align_left p {text-align: left;}

/* ........................................................................................ PAGINATION STYLES */

div.pagination {
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #e5e5e5;
	height: 50px;
	text-align: center;
	color: #c1c1c1;
	font-size: 11px;
}

div.pagination a {
	width: 100px;
	color: #999;
	text-decoration: none;
	border: 1px solid #e1e1e1;
	padding: 2px 4px;
	margin: 0 2px;
	font-size: 11px;
	background: #e1e1e1;
}

div.pagination .arrowleft {
	background: url('../images/layout/arrow_left.gif') left 5px no-repeat;
	padding: 0 0 0 15px;
	margin: 0 10px 0 0;
}

div.pagination .arrowright {
	background: url('../images/layout/arrow_right.gif') right 5px no-repeat;
	padding: 0 15px 0 0;
	margin: 0 0 0 10px;
}

.prev_page, .nextpage {
	margin: 10px;
}

div.pagination a:hover {
	color: #fff;
	background: #999;
}

/* END Pagination Styles */


/* ........................................................................................ AVATAR STYLES */

.avatar {
	padding: 2px;
	border: 1px solid #EBEBEB;
}
a:hover .avatar {
	border: 1px solid #dddcdc;
}
.av_30 {
	width: 30px;
	height: 30px;
}
.av_70 {
	width: 70px;
	height: 70px;
}
.thick_border {
	border: 6px solid #e8e8e8;
	margin: 0 10px 10px 0;
	padding: 0;
}
a:hover .thick_border {
	border: 6px solid #dddcdc;
}
#user_login img {
	float: right;
	margin: 0 0 0 10px;
}
#subnav .avatar {
	width: 70px;
	height: 70px;
	margin: 10px 10px 0 0;
	border: 6px solid #fff;
	padding: 0;
}
.right_box .avatar {
	margin: 0 5px 0 0;
}
/* End Avatar Styles */
/* ........................................................................................ USER GRID STYLES */
.item_container {
	float: left;
	width: 105px;
	margin: 0 0 15px 0;
	overflow: hidden;
}
.item_container p {
	clear: both;
	width: 86px;
	padding: 5px 0 0 0;
}
.item_container p input {
	margin: 0 5px 0 0;
}
.item_container a {
	float: left;
	display: block;
	text-align: center;
	clear: both;
	width: 86px;
}
.item_name {
	margin: 10px 0 0 0;
}
.clear {
	clear: both;
}
#friend_list {
}
#friend_list li {/*border:1px solid red;*/
	height:36px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e1e1e1;
}
#friend_list li .item_name {
	float: left;
	margin: 10px 0 0 10px;
}
.check_friend {
	float: left;
	margin: 10px 10px 0 0;
}
/* End User grid Styles */
/* ........................................................................................ MESSAGES STYLES */
div.message {
	padding: 40px 0 40px 0;
}
div.row {
	clear: both;
	overflow: hidden;
	margin: 0 0 15px 0;
}
div.label {
	float: left;
	width: 120px;
	text-align: right;
	font-size: 18px;
	color: #13B3DB;
}
.bigger {
	font-size: 18px;
	color: #555;
}
div.message_info {
	float: left;
	width: 390px;
	margin: 0 0 0 15px;
}
div.message_info p.submit_btn {
	line-height: 25px;
	height: 25px;
}
div.message_info p.submit_btn input {
	margin: 0 10px 0 0;
}
/* End Message Styles */

/* ........................................................................................ VIDEO PLAYER STYLES */
#video_player {
	background: #777 url('../images/layout/video_player_circles_bg.gif') 0 0 repeat-x;
	height: 530px;
}

/*.......... Rating Styles ...*/
#stars {
	background: #efefef;
	height: 30px;
}
#stars p {
	float: left;
	display: inline;
	margin: 7px 5px 0 0;
	font-size: 11px;
}
div.post_comments {
	display: block;
	float: right;
	background: #f1f1f1 url('../images/layout/bubble_comments.gif') right 2px no-repeat;
	margin: 8px 360px 0 0;
	padding: 0 15px 0 0;
}
div.post_comments a {
	color: #666;
	font-size: 11px;
	text-decoration: none;
}
div.post_comments a:hover {
	color: #b1b1b1;
}
.rating {
	margin: 8px 10px 0 0;
	width: 75px;
	height: 15px;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	background: url(/images/layout/star_matrix.gif) no-repeat 0 0;
}
.star_0 {background-position: 0 0;}
.star_1 {background-position: 0 -90px;}
.star_2 {background-position: 0 -105px;}
.star_3 {background-position: 0 -120px;}
.star_4 {background-position: 0 -135px;}
.star_5 {background-position: 0 -150px;}

ul.rating li {/*cursor:pointer;*/
	float:left;/* end hide*/
	text-indent:-999em;
}
ul.rating li a {
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 15px;
	text-decoration: none;
	z-index: 200;
}
ul.rating li.one a {left: 0;}
ul.rating li.two a {left: 15px;}
ul.rating li.three a {left: 30px;}
ul.rating li.four a {left: 45px;}
ul.rating li.five a {left: 60px;}
ul.rating li a:hover {
	z-index: 2;
	width: 75px;
	height: 15px;
	overflow: hidden;
	left: 0;
	background: url('/images/layout/star_matrix.gif') no-repeat 0 0;
}
ul.rating li.one a:hover {background-position: 0 -15px;}
ul.rating li.two a:hover {background-position: 0 -30px;}
ul.rating li.three a:hover {background-position: 0 -45px;}
ul.rating li.four a:hover {background-position: 0 -60px;}
ul.rating li.five a:hover {background-position: 0 -75px;}
/* End Video player styles*/

/* ........................................................................................ RIGHT COL STYLES */
.right_box, .flickr_box {
	margin: 0 0 20px 0;
	overflow: hidden;
	width: 320px;
	clear: both;
	position: relative;
}

#feature {
  background-color:#f7f7f7;
  padding:10px;
  border:1px solid #ccc;
  width:auto;
}
#feature form {
  margin:5px 0;
}

.right_banner {
	margin-bottom: 20px;
  display: block;
}

.right_box p, .flickr_box p {
	font-size: 0.9em;
	margin: 3px 0 0 0;
	line-height: 1.2em;
}
.right_box a.gray, .flickr_box a.gray {
	clear: both;
	margin: 10px 0 0px 0;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
.right_box h3, .flickr_box h3 {
	height: auto;
	margin: 0 0 3px 0;
	font-size: 1em;
	line-height: 1.2em;
}
.right_box ul, .flickr_box ul  {
	margin: 10px 0 0 0;
}
.right_box ul li {
	overflow: hidden;
	width: 320px;
	padding: 8px 0;
	border-bottom: 1px solid #ebebeb;
	clear: both;
}

.flickr_box ul li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.flickr_box ul li.last {
	clear:both;
}

#archive ul li, #author ul li {
  border: 0;
}
#archive ul li {padding: 0 0 2px 0;}

#archive ul li ul {margin:0;padding-left:16px;}

#archive ul li a {
	margin: 0;
}
#archive ul li.year a {
	color: #333;
	font-weight: bold;
	margin: 5px 0 0 0;
	display:inline;
}
a.view_more {
	z-index: 999999;
	position: absolute;
	display: block;
	margin: 0;
	top: 4px;
	left: 265px;
	font-size: 10px;
}
#rss {
	margin: 0 0 20px 0;
	background: #d7faff;
	padding: 8px;
}
#rss a {
	background: url('../images/layout/ico_rss.gif') 0 0 no-repeat;
	display: block;
	padding: 0 0 0 23px;
}
.new_group {
	display: block;
	width: 100%;
	background: #3f403f url('../images/layout/plus_white.gif') 7px 11px no-repeat;
	color: #fff;
	padding: 10px 10px 10px 29px;
	margin-bottom: 20px;
	text-decoration: none;
}
.new_group:hover {
	color: #fff;
	background: #2a2a2a url('../images/layout/plus_white.gif') 7px 11px no-repeat;
	text-decoration: underline;
}

/* ------------- Tag cloud styles ----------------*/
p.tagcloud a {
	text-decoration: none;
	line-height: 19px;
}
.size1 {font-size: 10px;}
.size2 {font-size: 11px;}
.size3 {font-size: 12px;}
.size4 {font-size: 13px;}
.size5 {font-size: 14px;}
.size6 {font-size: 15px;}
.size7 {font-size: 16px;}
.size8 {font-size: 17px;}
.size9 {font-size: 18px;}
.size10 {font-size: 19px;}
/* ------------- End Tag cloud styles ----------------*/


#recent_activity ul li p {
	float: left;
	min-height: 36px;
	width: 200px;
}
* html #recent_activity ul li p {
	height: 36px;
}
#recent_activity a.visit_profile {
	float: right;
	font-size: 11px;
	margin: 20px 0 0 0;
}
#new_users ul li div {
	float: left;
	width: 160px;
}
#new_users ul li div p {
	float: left;
	width: 115px;
	margin: 0;
}
#friends p.title {
	margin: 0 0 10px 0;
}
#friends a {
	float: left;
	margin: 0 3px 3px 0;
	display: block;
}
#friends a .avatar {
	margin: 0;
}
#agenda ul li {
	padding: 5px 0;
}
#agenda ul li.alicante span.date {
	padding: 0 0 15px 0;
	display: block;
	float: left;
	background: url('/images/layout/label_alicante.png') 0 bottom no-repeat;
}
#agenda ul li.madrid span.date {
	padding: 0 0 15px 0;
	display: block;
	float: left;
	background: url('/images/layout/label_madrid.png') 0 bottom no-repeat;
}

#agenda ul li.murcia span.date {
	padding: 0 0 15px 0;
	display: block;
	float: left;
	background: url('/images/layout/label_murcia.png') 0 bottom no-repeat;
}

#agenda ul li.cigarreras span.date {
	padding: 0 0 15px 0;
	display: block;
	float: left;
	background: url('/images/layout/label_alicante.png') 0 bottom no-repeat;
}

#agenda ul li a {
	background: url('../images/layout/icons/plus.gif') right 5px no-repeat;
	display: block;
	float: left;
	width: 240px;
	text-decoration: none;
	color: #999;
	padding: 0 15px 0 10px;
}
#agenda a:hover {
	color: #666;
	background-position: right -78px;
}
#agenda span {
	color: #13B3DB;
}

.subscription {
	text-align:right;
}
table.events_list {
	width: 430px;
	margin: 10px 0 10px 0;
}
table.events_aux {
	width: 320px;
}
#agenda table {
	width: 320px;
	margin: 0 0 20px 0;
}
table.events_list th {
	padding: 5px 0 5px 5px;
	background: #f1f1f1;
	font-weight: bold;
}
table.events_list td {
	padding: 5px 0 5px 5px;
}
table.events_list .icon_link {
	margin: 0 5px 0 0;
	float: none;
	display: block;
}
#agenda table.events_list .icon_link:hover {
	background-position: 0 0;
}
#groups .right,
#projects .right,
#happening_now .right {
	width: 230px;
}
.project_title,
.group_title {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#comments fieldset {
	background: #F7F7F7;
	padding: 10px 0 0 0;
}
#comments fieldset p {
	margin: 0 0 0 10px;
}
#comments fieldset textarea {
	width: 292px;
	height: 50px;
	margin: 10px;
}
#comments fieldset input {
	margin: 0 0 10px 10px;
}
#comments p {
	width: 260px;
}
#comments p span.date {
	display: block;
	margin: 5px 0 0 0;
	color: #d1d1d1;
}
#icon_form {
	border-bottom: 1px dashed #999;
}
#icon_form a {
}
#icon_form p {
	line-height: 25px;
	height: 25px;
	margin: 0 0 10px 0;
}
#icon_form p input {
	margin-top: 0;
}
#chapter_status {
	width: 300px;
	overflow: hidden;
}
/* END Right col Styles */


/* ........................................................................................ AGENDA STYLES */
.event_info {
	float: left;
	width: 430px;
	overflow: hidden;
	margin: 0 0 70px 0;
}
.profile_info {
	float: left;
	width: 430px;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.extra_info {
	border-top: 1px dashed #ebebeb;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	font-size: 11px;
	overflow: auto;
}
.extra_info p {
	float: left;
}
.icon_link {
	padding: 0 0 0 20px;
	float: right;
	color: #666;
	height: 16px;
}
.join {background: url('../images/layout/accept.gif') left 0 no-repeat;}
.already_joined {background: url('../images/layout/icons/checkmark_icon.gif') left 0 no-repeat;}
.leave_group {background: url('../images/layout/icons/x_red_icon.gif') left 0 no-repeat;}
.edit_project {background: url('../images/layout/icons/edit_project_icon.gif') left 0 no-repeat;}
/* END Agenda Styles */

/* .............................................. ADD CONTENT BLUE BOX STYLES */
#add_content {
	display: block;
	background: #d7faff;
	padding: 15px;
	margin: 0 0 10px 0;
}
#add_content p {
	color: #0099cc;
	font-size: 28px;
}
#add_content a {
	display: block;
	color: #006699;
	margin: 10px 0 0 0;
}
/* END Add Content Blue Box Styles */

/* ........................................................................................ HAPPENING NOW STYLES */
#happening_now {
	background: #d6ebf5;
}
#happening_now p.title {
	margin: 10px 0 0 10px;
	background: url('../images/layout/icons/clock.gif') 0 5px no-repeat;
	padding-left: 25px;
	height: 26px;
}
#happening_now ul li {
	background: #d6ebf5;
	margin-left: 10px;
	width: 300px;
}
#happening_now ul li .right {
	width: 210px;
}
/* END Happening Now Styles */

/* ........................................................................................ ERROR MESSAGES STYLES */
#flash p {
	padding: 15px 15px 15px 35px;
	font-size: 12px;
	margin: 20px 0;
}
#flash p.red {
	color: #c70303;
	background: #feff8e url('../images/layout/icons/x_red_icon.gif') 10px center no-repeat;
}
#flash p.green {
	color: #178608;
	background: #feff8e url('../images/layout/icons/checkmark_icon.gif') 10px center no-repeat;
}
div#errorExplanation {
	background: #feff8e;
	padding: 15px 15px 15px 35px;
	color: #666;
}
div#errorExplanation h2 {
	font-size: 18px;
	background: #feff8e url('../images/layout/icons/x_red_icon.gif') 0 center no-repeat;
	padding: 0 0 0 25px;
	margin: 0 0 25px 0;
}
div#errorExplanation ul {
	list-style-type: disc;
	margin: 5px 0 0 10px;
	color: #c70303;
}
/* ........................................................................................ ERROR 404 / 500 STYLES */
#error_page #wrapper {
	background: none;
}
.error {
	margin: 100px 0 0 0;
	height: 200px;
}
.error h1 {
	font-size: 58px;
	height: 40px;
	margin: 0 0 15px 0;
}
/* ........................................................................................ TABS STYLES */
div#tabs {
	background: url('../images/layout/tabs/tabs_bg.png') 0 0 repeat-x;
	height: 53px;
	text-align: center;
}
div#tabs ul {
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
	padding-top: 16px;
	text-align: center;
}
div#tabs ul li {
	float: left;
	display: block;
	margin: 0;
}
div#tabs ul li a {
	background: #fff;
	display: block;
	height: 37px;
	color: #fff;
	text-decoration: none;
	text-indent: -9999px;
}
div#tabs ul li a.home {background: url('../images/layout/tabs/home_tab.png') 0 0 no-repeat;	width: 43px;}
div#tabs ul li a.musica {background: url('../images/layout/tabs/musica_tab.png') 0 0 no-repeat;	width: 76px;}
div#tabs ul li a.ambiente {background: url('../images/layout/tabs/medioambiente_tab.png') 0 0 no-repeat; width: 223px;}
div#tabs ul li a.cine {background: url('../images/layout/tabs/cine_tab.png') 0 0 no-repeat; width: 140px;}
div#tabs ul li a.arte {background: url('../images/layout/tabs/arte_tab.png') 0 0 no-repeat;	width: 135px;}
div#tabs ul li a.tecnologia {background: url('../images/layout/tabs/nuevas_tab.png') 0 0 no-repeat;	width: 157px;}
div#tabs ul li a.alicante {background: url('../images/layout/tabs/alicante_tab.png') 0 0 no-repeat;	width: 83px;}
div#tabs ul li a.fivecc {background: url('../images/layout/tabs/fivecc_tab.png') 0 0 no-repeat;	width: 83px;}
div#tabs ul li a.uaf {background: url('../images/layout/tabs/uaf_tab.png') 0 0 no-repeat;	width: 170px;}
div#tabs ul li a.cigarreras {background: url('../images/layout/tabs/cigarreras_tab.png') 0 0 no-repeat;	width: 170px;}
div#tabs ul li a.conexion {background: url('../images/layout/tabs/conexion_camon_tab.png') 0 0 no-repeat; width: 139px;}

div#tabs ul li a.musica:hover, div#tabs ul li a.ambiente:hover, div#tabs ul li a.cine:hover,
div#tabs ul li a.arte:hover, div#tabs ul li a.tecnologia:hover, div#tabs ul li a.alicante:hover,
div#tabs ul li a.conexion:hover, div#tabs ul li a.fivecc:hover, div#tabs ul li.active a {
	background-position: 0 -37px;
}

div#tabs ul li.active a {
	cursor: default;
}
/* END Tabs Styles */

/* ........................................................................................ HOME STYLES */
.mega_post {
	width: 900px;
	overflow: hidden;
	padding: 20px 0;
	border-top: 2px solid #d6d6d6;
	border-bottom: 2px solid #d6d6d6;
	margin: 0;
	background: #fff;
}
.white {
	width: 900px;
	clear: both;
	height: 30px;
	background: #fff;
}
.mega_post_image {
	float: left;
	margin: 0 20px 20px 0;
}
.big_post {
	padding: 20px 0 0 0;
	border-top: 2px solid #d6d6d6;
	border-bottom: 2px solid #d6d6d6;
	margin: 0 0 15px 0;
}
.mega_post h1,
.big_post h1 {
	visibility: visible !important;
	line-height: normal;
	margin: 10px 0;
	font-size: 24px;
}
.mega_post h1 {
	margin-top: 0;
}
.mega_post h1 a,
.big_post h1 a {
	color: #666;
	text-decoration: none;
	font-weight: lighter;
}
.mega_post h1 a:hover,
.big_post h1 a:hover,
div.medium_post h2 a:hover {
	color: #00CCFF;
}
.big_post p {
	font-size: 12px;
	line-height: 1.2em;
}
.big_post .post_info {
	margin: 10px 0 5px 0;
	padding: 5px 0;
	overflow: hidden;
	width: 530px;
	border-bottom: 2px solid #d6d6d6;
	padding-bottom: 15px;
	margin-bottom: 20px
}
.big_post .post_info.last {
	border: 0px;
	margin: 10px 0 5px 0;
	padding: 5px 0;
}
.big_post .post_info p {
	font-size: 11px;
}
.medium_post {
	float: left;
	width: 255px;
	margin: 0 20px 20px 0;
	display: inline;
	overflow: hidden;
}
.medium_post .post_info p {
	width: 150px;
}
div.last {
	margin: 0 0 20px 0;
}
div.medium_post h2 a {
	font-size: 20px;
}
div.medium_post h2 {
	margin: 10px 0;
}
.small_post {
	float: left;
	margin: 0 20px 20px 0;
	display: inline;
	overflow: hidden;
	width: 540px;
}
.small_post div.description {
	float: left;
	width: 350px;
	font-size: 11px;
}
.small_post .post_info p {
	width: 150px;
}
.small_post img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.small_post h2 a {
	font-size: 16px;
}
div.small_post h2 {
	margin: 10px 0;
}
.banner_spot {
	margin-bottom: 20px;
}
div#register_box {
	background: url('../images/layout/register_box.png') 0 0 no-repeat;
	height: 329px;
	padding: 20px;
	color: #3f403f;
	margin-bottom: 0;
}
div#register_box p.first_line {
	margin: 95px 0 10px 0;
}
div#register_box a {
	display: block;
	color: #3f403f;
}
div#register_box a.register_btn {
	margin: 10px 0 20px 10px;
	padding: 10px 10px;
	background: #ee3e96;
	text-align: center;
	width: 245px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
div#register_box a.register_btn:hover {
	background: #da1a7a;
	text-decoration: underline;
}
div#register_box .sifr {
	height: 24px;
	width: 90px;
}
div#register_box .left {
	width: 130px;
	margin: 0 10px 5px 0;
}
div#register_box .right {
	width: 130px;
	margin: 0 10px 5px 0;
}
div#register_box form {
	margin: 10px 0 0 0;
}
div#register_box form input.left {
	width: 125px;
}
div#register_box p.user_txt {
	margin: 0 17px 0 0;
}
div#register_box a.forgot_password {
	font-size: 11px;
	margin: 10px 0 0 0;
}
div#register_box form input.submit_btn {
	margin: 5px 0 0 35px;
	width: 120px;
	float: none;
}


div#register_box.small {
	height: 120px;
	padding: 5px;
	background: none;
}

#home {
	background: #fff url('../images/layout/camon_circles.png') 300px 20px no-repeat;
	overflow: hidden;
}
#camon {
	background: #fff;
	overflow: auto;
}
div.legal {
	width: 740px;
	margin: 20px 0 0 60px;
	overflow: hidden;
}
div.legal ol {
	margin-left: 25px;
}
div.legal ol li {
	margin-top: 20px;
}
div.legal ol li ul {
	list-style: disc;
	margin-left: 20px;
	margin-top: 10px;
}
div.legal ol li ul li {
	margin-top: 5px;
}
div.legal ul li {
	margin-bottom: 15px
}
* html div.legal {
	margin: 20px 0 0 30px;
}
.about {
	width: 430px;
	margin: 20px 0 0 0;
}
* html .about {
	margin: 20px 0 0 30px;
}
#queescamon, #recopilatorio {margin: 0 0 20px 0;}
.right_element {padding: 0 0 20px 0;}

.about p.section {
	font-size: 20px;
	line-height: 20px;
	clear: both;
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
}


#camon p {
	margin: 0 0 20px 0;
}
#camon img {
	margin: 0;
}
#camon .about h1,
#camon div.legal h1 {
	visibility: visible;
	font-size: 16px;
	margin: 25px 0 20px 0;
	color: #0099cc;
	font-weight: bold;
	line-height: 20px;
}

#camon h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#camon .top {
	margin-top: 43px;
	padding: 0 0 0 70px;
	width: 400px;
}

#camon ul {list-style: disc; padding: 0 0 20px 30px;}
#camon ul ul {padding: 0 0 0 20px;}
#camon ul li {list-style: disc; padding: 0 0 5px 0;}
#camon ul li.nodisc {list-style: none;}

#home .form {
	margin: 20px 0 0 0;
	width: 390px;
}
.forms_container {
	width: 225px;
}
#home img {
	margin: 0 0 20px 0;
}
#home p {
	font-size: 11px;
}
#home a.video_link {
	font-size: 11px;
	display: block;
	margin: 15px 0 0 140px;
}
#home .form p {
	width: 160px;
	float: left;
}
.forms_container fieldset {
	margin: 0 0 40px 10px;
	width: 215px;
	float: right;
	overflow: auto;
}
#home form label {
	display: block;
	clear: both;
	margin: 0 0 5px 0;
	font-weight: bold;
}
#home input {
	clear: both;
	width: 170px;
	margin: 0 0 10px 0;
}
#home .ya_eres {
	margin: 70px 0 0 0;
}
#home form #user_login {
	float: none;
	display: inline;
}
#home form .left,
#home form .right {
	margin: 0;
}
#home input.home_btn {
	width: 27px;
	height: 27px;
	margin: 70px 0 0 0;
}

/* ................................... SEARCH STYLES ..................... */

#filters {margin: 0 0 20px 0; overflow: hidden;}
#filters ul { overflow: hidden;}
.loading {float: right;}
#filters ul li {clear: both; padding: 5px 0;}
#filters ul li input {float: left;}
#filters ul li label {float: left; margin: 3px 0 0 5px; font-weight: normal; font-size: 14px;}
div.results_title {font-size: 16px; padding: 8px 5px; border-bottom: 1px solid #efefef; background: #DBF7FF; color: #0099cc; margin: 0 0 10px 0; overflow: hidden; width: 520px;}
#content div.results_title p {margin: 0; float: left;}
div.results_title p a {text-decoration: none; color: #0099cc;}
div.results_title a img {padding: 0 5px 0 0;}
div#all_results {margin: 0 0 50px 0;}
div#all_results h2 {margin: 0;}
div#all_results h2 a {font-size: 16px; color: #13B3DB;}
div#all_results h2 a:hover {color: #10A0C4;}

div#all_results #users_ul ul li {float: left; overflow: hidden; width: 105px;}
div#all_results #users_ul ul li.first {clear: both;}
div#all_results div#chapters_ul, div#all_results div#users_ul, div#all_results div#groups_ul {margin: 0 0 20px 0;}
div#all_results div#chapters_ul div.pagination, div#all_results div#users_ul div.pagination, div#all_results div#groups_ul div.pagination {height: 30px;}
div.line {border-top: 1px solid #efefef; height: 20px; clear: both;}


#groups_ul li {overflow: hidden; padding: 10px 0; border-bottom: 1px solid #efefef;}
#groups_ul li .right {width: 430px;}
.results div.pagination {border: none;}

.search_box_advanced {border: 1px solid #DBF7FF; margin: 0 0 30px 0; padding: 20px; background: #E9FAFF; clear: both;}
.search_box_advanced .title {float: left; margin: 0 20px 0 0; height: 30px; font-size: 20px; padding: 2px 0 0 0;}
.search_box_advanced input.group_search_btn {margin: 0;}
.search_box_advanced input#search {width: 450px;}

/* ........................................................................................ CREDITS STYLES */
#credits {
	width: 900px;
	overflow: hidden;
	padding-top: 40px;
	background: #fff;
}
#credits h1 {
	font-size: 17px;
	height: 18px;
	color: #666;
	margin-bottom: 15px;
}
#credits #direction {
	width: 300px;
	overflow: hidden;
	margin-bottom: 50px;
}
#credits #direction img {
	display: block;
	float: left;
	padding: 0 12px 25px 0;
}
#credits #interfacedesign,#credits #contentsdesign {
	float: left;
	width: 210px;
	padding-right: 75px;
	margin-bottom: 55px;
}
#credits #contentsdesign {
	width: 540px;
}
#credits #interfacedesign img,#credits #contentsdesign img {
	display: block;
	float: left;
	padding: 0 30px 20px 0;
}

/* ........................................................................................ FOOTER STYLES */
#footer {
	border-top: 1px solid #cccccc;
	clear: both;
	height: 320px;
}
#footer img.cam_footer_logo {
	float: left;
	margin: 25px 40px 0 0;
}
#footer_nav {
	float: left;
	overflow: hidden;
	margin: 20px 0 0 0;
	width: 662px;
}
/*#footer_nav .navigation li.inicio a {width: 44px;	background: url('../images/layout/nav/inicio_white_btn.gif') 0 0 no-repeat;}
#footer_nav .navigation li.blog a {width: 36px;	background: url('../images/layout/nav/blog_white_btn.gif') 0 0 no-repeat;}
#footer_nav .navigation li.camon a {width: 109px;	background: url('../images/layout/nav/camon_white_btn.gif') 0 0 no-repeat;}
#footer_nav .navigation li.comunidad a {width: 83px; background: url('../images/layout/nav/comunidad_white_btn.gif') 0 0 no-repeat;}
#footer_nav .navigation li.grupos a {width: 51px;	background: url('../images/layout/nav/grupos_white_btn.gif') 0 0 no-repeat;}
#footer_nav .navigation li.canales a {width: 57px; background: url('../images/layout/nav/canales_white_btn.gif') 0 0 no-repeat;}
#footer_nav .navigation li.agenda a {width: 55px; background: url('../images/layout/nav/agenda_white_btn.gif') 0 0 no-repeat;}
#footer_nav .navigation li.perfil a {width: 45px;	background: url('../images/layout/nav/perfil_white_btn.gif') 0 0 no-repeat;}
#footer_nav .navigation li.ayuda a {width: 45px; background: url('../images/layout/nav/ayuda_white_btn.gif') 0 0 no-repeat;}

#footer_nav .navigation li.inicio a:hover, #footer_nav .navigation li.blog a:hover, #footer_nav .navigation li.camon a:hover,
#footer_nav .navigation li.comunidad a:hover, #footer_nav .navigation li.grupos a:hover, #footer_nav .navigation li.agenda a:hover,
#footer_nav .navigation li.perfil a:hover, #footer_nav .navigation li.ayuda a:hover,
#footer_nav .navigation li.legal a:hover {
	background-position: 0 -14px;
}*/
#footer_nav .navigation li.active a,
#footer_nav .navigation li.active a:hover {
	background-position: 0 -28px;
	cursor: default;
}
#footer_nav a.a_credits {}
#footer_nav ul {
	margin: 0 0 10px 0;
}
.sub_footer {
	margin-bottom: 10px;
	height: 12px;
}
.sub_footer li {
	border-right: 1px solid #999;
	height: 12px;
}
.sub_footer li.last {
	border: none;
}
.sub_footer li.mapa {
	border-right: none;
}
/*.sub_footer li.press a {width: 80px; background: url('/images/layout/nav/sala_prensa_white_btn.gif') 0 0 no-repeat;}
.sub_footer li.legal a {width: 63px; background: url('/images/layout/nav/aviso_legal_white_btn.gif') 0 0 no-repeat;}
.sub_footer li.conditions a {width: 111px; background: url('/images/layout/nav/condiciones_uso_white_btn.gif') 0 0 no-repeat;}
.sub_footer li.policy a {width: 155px; background: url('/images/layout/nav/politica_datos_white_btn.gif') 0 0 no-repeat;}
.sub_footer li.creditos a {width: 48px;	background: url('/images/layout/nav/creditos_btn.gif') 0 0 no-repeat;}

.sub_footer li.cames a {width: 44px; background: url('/images/layout/nav/cames_btn.gif') 0 0 no-repeat;}
.sub_footer li.corporativa a {width: 166px; background: url('/images/layout/nav/informacion_btn.gif') 0 0 no-repeat;}
.sub_footer li.camjoven a {width: 61px; background: url('/images/layout/nav/camjoven_btn.gif') 0 0 no-repeat;}
.sub_footer li.obrasocial a {width: 95px; background: url('/images/layout/nav/obras_sociales_btn.gif') 0 0 no-repeat;}
.sub_footer li.servicam a {width: 59px; background: url('/images/layout/nav/servicam_btn.gif') 0 0 no-repeat;}
.sub_footer li.aguacam a {width: 57px; background: url('/images/layout/nav/aguacam_btn.gif') 0 0 no-repeat;}
.sub_footer li.prensacam a {width: 80px; background: url('/images/layout/nav/sala_prensa_white_btn.gif') 0 0 no-repeat;}

.sub_footer li.press a:hover, .sub_footer li.policy a:hover, .sub_footer li.conditions a:hover, #footer_nav .sub_footer li.legal a:hover,
.sub_footer li.creditos a:hover, .sub_footer li.cames a:hover, .sub_footer li.corporativa a:hover, .sub_footer li.camjoven a:hover,
.sub_footer li.obrasocial a:hover, .sub_footer li.servicam a:hover, .sub_footer li.aguacam a:hover,
.sub_footer li.prensacam a:hover {
	background-position: 0 -12px;
}
*/
#footer address {
	display: block;
	width: 576px;

	background: #fff ;
	font-family: Georgia;
	font-size: 11px;
	color: #999;

	margin-top: 4px;
}

#footer div .horario{
	background: #fff ;
	font-family: Georgia;
	font-size: 11px;
	color: #adadab;
	margin-left: 20px;
	margin-bottom: 3px;
}

#footer a#ccl {
	margin-top: -3px;
}

/* ........................................................................................ sIFR STYLES */
.right_box p.title, .flickr_box p.title {
	font-size: 18px;
	height: 20px;
	width: 320px;
	margin: 0 0 10px 0;
}
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* Hide Adblock Object tab:the text should show up just fine,not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
.sifr {
	visibility: hidden;
}
.sIFR-hasFlash h1 {
	visibility: hidden;
}
.sIFR-hasFlash h3.sifr {
	visibility: hidden;
}
.sIFR-hasFlash p.section {
	visibility: hidden;
}
.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
div.fieldWithErrors {
	display: inline;
}
/* ........................................................................................ CREATE CONTENT STYLES */
body.yui-skin-sam #wrapper {
	background: none;
}
body.yui-skin-sam form #content {
	width: 630px;
	float: left;
	clear: both;
	background: none;
}
body.yui-skin-sam form #aux {
	float: left;
	overflow: hidden;
	width: 220px;
	padding: 0 0 0 50px;
}
body.yui-skin-sam form input,
body.yui-skin-sam form textarea {
	padding: 2px;
}
body.yui-skin-sam form input.inputfield,
body.yui-skin-sam form textarea {
	width: 622px;
}
body.yui-skin-sam form h4 {
	width: 618px;
	color: #F2F2F2;
	background: #777777;
	padding: 10px 5px;
	font-weight: lighter;
	font-size: 16px;
	letter-spacing: 1px;
}
body.yui-skin-sam input.title {
	font-size: 20px;
}
div#publish_settings {
	float: left;
	background: #d7faff;
	padding: 20px 10px;
	margin: 50px 0 0 0;
	text-align: center;
}
div#publish_settings input {
	background: #333333;
	border: 1px solid #555555;
	color: #FFFFFF;
	cursor: pointer;
	float: none;
	margin: 15px 0 10px;
	padding: 5px 20px;
	width: 180px;
}
div.publish_status {
	text-align: left;
	background: #fff;
	padding: 10px;
}
div.publish_status select {
	width: 150px !important;
}
div.publish_status p {
	font-size: 16px;
	color: #555;
	margin: 0 0 10px 0;
}
div.publish_status p.publish,div.publish_status p.unpublish {
	color: #444;
	display: block;
	margin: 15px 0 0 0;
	padding: 5px 0 0 25px;
	font-size: 12px;
	text-decoration: none;
}
div.publish_status p.publish {
	background: url('../images/icons/lightbulb_on.png') 0 3px no-repeat;
}
div.publish_status p.unpublish {
	background: url('../images/icons/lightbulb_off.png') 0 3px no-repeat;
}
a.preview {
	background: #333333;
	border: 1px solid #555555;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 197px;
	float: none;
	margin: 0 0 10px;
	padding: 7px 0;
}
/* ........................................................................................ UNDEFINED STYLES */
div.header .tab_container h1 {
	float: left;
	font-size: 15px;
}
.community_name {
	margin: 0 0 0 0;
	font-size: 10px;
}
#news {
	border: 1px dashed #ebebeb;
	border-left: none;
	border-right: none;
	padding: 10px 0;
	margin: 0 0 20px 0;
}
#news ul li {
	overflow: auto;
	margin: 0 0 4px 0;
}
#news ul li .label {
	float: left;
	width: 375px;
}
#news ul li .date {
	float: left;
}
#flash_subnav {
	height: 200px;
}
#spot_subnav {
	height: 260px;
}
#filter {
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #ebebeb;
	padding: 1px 0 10px 0;
	overflow: auto;
	width: 530px;
}
#filter p {
	float: left;
	margin: 0 15px 0 0;
	font-size: 15px;
}
#filter ul {
	float: left;
	margin: 2px 0 0 5px;
}
#filter ul li {
	margin: 0 30px 0 0;
	display: inline;
	float: left;
}
#filter a {
	display: block;
	padding: 0 0 0 18px;
	background: url('/images/layout/icons/filter_checkmark_icon.gif') 0 1px no-repeat;
	color: #999;
	text-decoration: none;
	font-size: 15px;
	line-height: 14px;
}
#filter li.last {
	margin: 0 0 0 10px;
}
#filter a:hover,
#filter a.active {
	background: url('/images/layout/icons/filter_checkmark_icon.gif') 0 -29px no-repeat;
	text-decoration: underline;
}
#discussions {
	overflow: auto;
	width: 530px;
	border-bottom: 1px solid #999;
	margin: 0 0 20px 0;
}
#discussions table {
	width: 530px;
	line-height: 20px;
	border-bottom: 1px dashed #999;
	margin: 0 0 8px 0;
}
#discussions table th {
	color: #666;
	font-weight: bold;
	line-height: 24px;
}
#discussions table td strong a {
	font-weight: bold;
}
.center {
	text-align: center;
}
.total {
	float: left;
	font-size: 11px;
}
#new_discussion {
	font-size: 11px;
	float: right;
	display: block;
	margin: 0 0 10px 60px;
	text-align: right;
	width: 185px;
	background: url('../images/layout/icons/new_discussion_icon.gif') 0 0px no-repeat;
	color: #666;
}
#new_discussion:hover {
	color: #999;
}
.leave_group {
}
.right_box #recent_activity,
.right_box #my_agenda,
.right_box #my_gropus,
.right_box #friends {
	background: url('../images/layout/icons/plus_orange_small.png') right 5px no-repeat;
}
#profile_form .row {
	overflow: hidden;
	width: 528px;
}
#profile_form label {
	float: left;
	display: block;
	width: 170px;
	line-height: 23px;
	margin: 0 20px 0 0;
	text-align: right;
}
#profile_form input {
	float: left;
	margin: 0;
	width: 250px;
	padding: 4px;
	border: 1px solid #a9a9a9;
}
#profile_form textarea {
	float: left;
	width: 330px;
	margin: 0 0 10px 0;
	border: 1px solid #a9a9a9;
}
#profile_form p {
	line-height: 18px;
	margin: 0 0 10px 0;
	overflow: auto;
	float: left;
}
#profile_form p.disabled {
	color:#aaa;
}
#profile_form p input {
	width: 20px;
	float: left;
	clear: both;
	margin: 3px 0 10px 0;
	font-size: 18px;
}
#profile_form p label {
	float: left;
	width: auto;
	display: auto;
	text-align: left;
	margin: 0 8px 10px 3px;
	line-height: auto;
}
#profile_form p.avisos {
	margin: 0 0 0 155px;
}
* html #profile_form p.avisos {
	margin: 0 0 0 80px;
}
#profile_form p.avisos input {
	margin: 2px 10px 10px 0;
	border: 0;
}
div.submit_btn {
	margin: 20px 0 0 0;
	text-align: center;
}
#profile_form div.submit_btn input {
	float: none;
	margin: 0 0 10px 0;
	background: #333333;
	border: 1px solid #555555;
	color: #FFFFFF;
	cursor: pointer;
	padding: 5px 20px;
	width: auto;
}
#imagen_avatar2 {
	display: block;
	clear: both;
}
#imagen_avatar2 img {
	margin: 0 0 10px 0;
}
#imagen_avatar2 p {
	margin: 20px 0 0 0;
	padding: 15px;
	background: #d7faff;
}
div.profile_info span.user_info_span {
	display: block;
	clear: both;
	text-align: right;
	font-weight: bold;
	width: 100px;
	margin: 0 10px 0 0;
}
div.profile_info .row p {
	margin: 0;
	display: block;
	width: 420px;
}

div#options {
	display: block;
	overflow: hidden;
}

.group_search_btn {
	background: #333333 none repeat scroll 0 0;
	border: 1px solid #555555;
	color: #FFFFFF;
	cursor: pointer;
	float: none;
	margin: 0 0 10px;
	padding: 5px 20px;
	width: auto;
}

form ul li label {
	font-weight: bold;
	display: block;
	font-size: 16px;
	margin: 0 0 5px 0;
	color: #666;
}

form ul li p label {
	font-weight: normal;
	display: inline;
}

form ul li #user_login {
	float: none;
	display: inline;
	overflow: none;
	margin: 10px 0 0 0;
}

#video_form_container span {
  display: block;
  margin: 10px 0;
  font-size: 14px;
}

#video_form_container span p {
  display: inline;
  text-decoration: underline;
  cursor: pointer;
  color:#00CCFF;
  font-size: 11px;
  margin: 0 0 0 8px;
}

#video_form_container form {margin: 10px 0;}

#video_form_container form textarea {margin: 10px 0;}

#video_form_container form .editor_cancel_link {margin: 0 0 0 10px;}

#video_form_container #delete_video {
  display: block;
  margin: 10px 0;
}

/* -------------------------------------------------------------------------------- */
/*ESTILOS TEMPORALES PARA EL CALENDARIO*/
/* -------------------------------------------------------------------------------- */
table.calendar {
	border: none;
	width: 320px;
	margin: 5px 0 0 0;
}
table.calendar td {
	background-color: #f7f7f7;
	margin: 0;
	text-align: center;
	color: #b1b1b1;
	width: 45px;
}
table.calendar th {
	padding: 8px 0 7px 0;
}
table.calendar td p {
	padding: 8px 0 7px 0;
	font-size: 12px;
	margin: 0;
}
table.calendar td.today a {
	font-weight: bold;
	color: #333;
}
table.calendar td.today {
	color: #636363;
	font-weight: bold;
}
table.calendar td.otherMonth,
table.calendar td.past {
	color: #dfdfdf;
}
table.calendar th.monthName {
	text-align: center;
}
table.calendar th {
	text-align: center;
}
table.calendar .selected,
table.calendar .selected a {
	font-weight: bold;
	color: #fff;
	background: #ff9900;
	padding: 5px 0 4px 0;
}
table.calendar td a {
	color: #ff9900;
	display: block;
	text-decoration: none;
	padding: 5px 0 4px 0;
}
table.calendar td a:hover {
	text-decoration: underline;
}
div.video {
	margin: 10px 0;
	text-align: center;
}
.notice {
	clear: both;
	width: 700px;
	margin: 10px auto;
	padding: 5px;
	color: #000;
	line-height: 1.7em;
	font-size: 0.9em;
	text-align: left;
}
.warning-message {
	background: #FEF6A8;
	border: solid 1px #FFFA00;
}
.error-message {
	background: #FF7B6D;
	border: solid 1px #FF0000;
}
.notice .content {
	float: left;
	width: 690px;
}
.notice .options {
	float: left;
	width: 10px;
	text-align: right;
}
/* -------------------------------------------------------------------------------- */
/*ESTILOS PARA EL PERFIL*/
/* -------------------------------------------------------------------------------- */
#profile_title {
	display: block;
	padding: 15px;
	margin: 0 0 10px 0;
}
#profile_title p {
	color: #0099cc;
	font-size: 28px;
}
#profile_personal_info,#profile_personal_tastes {
}
#profile_personal_info label,#profile_personal_tastes label {
}
#profile_personal_info p.title,#profile_personal_tastes p.title {
	font-size: 20px;
	line-height: 30px;
	clear: both;
	margin: 0 0 20px 0;
}
/*-------------------------------------------------
FOROS DE AYUDA
-------------------------------------------------*/
#content.wide {
	width: 900px;
	background: #fff;
}
table.message_list {
	width: 100%;
	margin-bottom: 30px;
}
table.message_list td {
	vertical-align: top;
	padding: 10px 10px 5px 10px;
	font-size: 11px;
	border-bottom: 1px solid #ddd;
}
table.message_list th {
	color: #fff;
	background-color: #333;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 5px;
}
table.message_list th.alignleft {
	text-align: left;
	padding-left: 17px;
	padding: 5px 10px;
}
table.message_list td.info {
	background-color: #f1f1f1;
	color: #333;
	width: 150px;
}
table.message_list td.icon {
	vertical-align: middle;
	padding: 20px;
	background-color: #f1f1f1;
	width: 16px;
	text-align: left;
}
table.message_list td.topic {
	width: 634px;
	border-right: 1px dotted #f1f1f1;
}
table.message_list td.themes,
table.message_list td.messages {
	text-align: center;
	width: 40px;
}
table.message_list td.topic a {
	font-size: 16px;
}
table.message_list td.topic small a {
	font-size: 9px;
}
table.message_list td.topic p {
	font-size: 12px;
	padding: 0;
}
input.submit_btn {
	background: #333333;
	border: 1px solid #555555;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	margin: 0 282px 0 0;
	padding: 5px 20px;
}
table.message_list td.avatar {
	padding: 10px;
	width: 170px;
	text-align: left;
}
table.message_list td.avatar a {
	color: #000;
}
table.message_list td.avatar.gray {
	background-color: #fff;
}
table.message_list td.avatar img {
	width: 48px;
	float: left;
	padding-right: 5px;
	padding-bottom: 10px;
}
table.message_list div.options {
	font-size: 9px;
}
table.message_list div.footer {
	font-size: 9px;
	margin-top: 10px;
	padding: 5px 0;
	color: #333;
	text-align: right;
}
table.message_list div.footer a {
	color: #333;
	font-size: 10px;
}
table.message_list td.admin {
	background-color: #fff;
}
table.message_list td.avatar.admin {
	background: #F1F1F1;
}
table.message_list td.answered {
	background-color: #FFD9CC;
}
table.message_list p {
	margin-bottom: 10px;
}
form.forum_form {
}
form.forum_form label {
	float: left;
	display: block;
	width: 100px;
	margin: 0 10px 0 0;
	line-height: 24px;
	text-align: right;
}
form.forum_form input[type="text"],form.forum_form textarea {
	margin: 0;
	width: 500px;
}
form.forum_form input.submit {
	margin: 0 0 0 40px;
}
#content p.breadcrumb,
#content p.breadcrumb a {
	text-transform: uppercase;
	text-decoration: none;
	margin: 10px 0;
}
#content p.breadcrumb a {
	background: url('../images/layout/breadcrumb_arrow.gif') right center no-repeat;
	padding: 0 14px 0 0;
	margin: 0 8px 0 0;
}
div#images,
form.photo_form {
	text-align: left;
	margin: 10px;
}
div#images ul {
	overflow: hidden;
	margin: 20px 0 0 0;
}
div#images ul li {
	float: left;
	width: 100px;
	height: 130px;
	text-align: center;
}
div#images ul li div {
	display: block;
}
div#images ul li div p {
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 3px 0 0 0;
}
div#images ul li div a {
	font-size: 10px;
}
form.photo_form label,
form.edit_form label {
	display: block;
	width: 80px;
	margin: 0 0 10px 0;
}
form.photo_form input.submit_btn,
form.edit_form input.submit_btn {
	float: left;
}
form.edit_form {
	/*clear: both;*/
}
form.edit_form img {
	margin: 10px 0;
}
div.search_box {
	background: url('../images/layout/search_box.png') 0 0 no-repeat;
	padding: 20px 0 20px 20px;
	color: #3f403f;
}

div.search_box input#searchbox_input {
  width: 170px;
  height: 19px;
  margin: 0 5px 0 0;
  border: 1px solid #a1a1a1;
  clear: none;
  float: left;
}

div.search_box .group_search_btn {
	margin: 0 0 10px;
	padding: 5px 20px;
	width: auto;
	height: 27px;
}

p.description {
	margin: 20px 0;
}

ul.archive_upload {
	margin-bottom: 20px;
}

div.upload_archive {	
	margin-bottom: 20px;
}
div.upload_archive input[type="text"] {	
	width: 190px;
}
div.upload_archive input {	
	margin-bottom: 10px;
}
div.upload_archive input.submit_btn {
	width: 120px;
	float: none;
}
div.upload_archive label {
	display: block;
}

/* COMPARTIR */
#share {
	clear: both;
	overflow: hidden;		 
	padding: 3px 10px;
	margin-top: 12px;
	/*margin-bottom: 35px;*/
	margin-bottom: 10px;
	background: #efefef;
	width: 510px;
}

#share_options {
	float: left;
	width: 250px;
}

#share_links {
	float: left;
	/*width: 500px;*/
	width: 255px;
	overflow: hidden;
}

#share_links a, #share_links p, #share_links span {
	display: block;
	float: left;
	color: #9f9f9f;
	padding-left: 4px;
	font-size: 11px;
}

#share_links p, #share_links span#credits_link {
	padding-top: 7px;
	padding-right: 4px;
	margin: 0;
}

#share_links a.license {
	padding-top:7px;
	padding-right:8px;
}

#share_links span.separator {
	padding-right:4px;
	padding-left:9px;
}

#share_links span {
	padding-top: 7px;
}

/* COMPARTIR ENLACE */
#share_article {
	float: right;
	width: 250px;
	overflow: hidden;
}
	#share_article label {
		display: block;
		float: left;
		font-size: 11px;
		padding-top: 7px;
		text-align: right;
		width: 25px;
		color: #9f9f9f;
	}
	#share_article input {
		float: right;
		width: 212px;
		color: #999;
		border-top: 1px solid #9f9f9f;
		border-left: 1px solid #9f9f9f;
		border-right: 1px solid #dedede;
		border-bottom: 1px solid #dedede;
		background: #f4f4f4;
		font-size: 11px;
		margin-top: 2px;
	}


/* CREDITOS DE UNA NOTICIA */
#credits {
	width: 784px;
	clear: both;
	padding: 8px 0 12px 0;
	background: #efefef;
}

/* ESTILO TEMPORAL CHAT */
#wrapper.welcome.directo4 div#container, #wrapper.welcome.directo3 div#container, #wrapper.welcome.directo2 div#container, #wrapper.welcome.directo div#container, #wrapper.welcome.privado_madrid div#container, #wrapper.welcome.privado_alicante div#container, #wrapper.welcome.directo_mad div#container, #wrapper.welcome.directo_murcia div#container {width:680px;float:left;}
#chat_room {float:right;width:245px;}
#chat_room input#chat_line_content {width:180px;margin-right:10px;}
#chat_room p.sifr {font-size:20px;line-height:30px;margin-bottom:10px;}
ul#chat_lines {width:245px;margin:20px 0;padding:0;border-bottom:0;height:385px;overflow:auto;}
ul#chat_lines li {border-bottom:1px solid #ccc;padding:7px;}
ul#chat_lines li strong {color:#333;}
ul#chat_lines li strong a {font-weight:bold;}
ul#chat_lines li span.chat_line {float:left;width:220px;}
ul#chat_lines li span.time {float:right;color:#aaa;font-size:10px;}
ul#chat_lines li.mod {background-color:#fafafa;}
#chat_room #loading {float:right;margin-right:150px;}

/* TWITTER */
#twitter {
	width: 320px;
	overflow: hidden;
	
}
	#twitter a#twitter_avatar {
		display: block;
		float: left;
		width: 50px;
	}
	#twitter ul#tweets {
		float: right;
		width: 260px;
		margin-top: 0;
	}
		#twitter ul#tweets li {
			width: 260px;
			padding-top: 0;
			margin-bottom: 10px;
			font-size: 10px;
			color: #666;
		}
	#twitter ul#tweets li a {
		display: block;
		font-size: 13px;
		width: 245px;
		color: #999;
		padding-right: 15px;
		background: url('../images/layout/icons/plus.gif') right 5px no-repeat;
		text-decoration: none;	
	}
		#twitter ul#tweets li a:hover {
			color: #666;
			background-position: right -78px;
		}
		#twitter ul#tweets li a.more_tweets {
			color: #13b3db;
			font-size: 11px;
			padding: 0;
			width: 260px;
			background: transparent;
		}