body{
margin: 0;
font-family:'Trebuchet MS', Georgia, Sans-serif;
font-size: 85%;
vertical-align: top;
color: #000;
line-height: 1.5em;
background: #F9F9F9;
}

a{color:#0074b7;text-decoration:none}
a:hover{text-decoration:underline}

#status{
     display: none;
     position: fixed;
     width: 100%;
     height: 100%;
     top: 0px;
     left: 0px;
     background: #000000;
     filter: alpha(opacity=60);
     -moz-opacity: 0.6;
     opacity: 0.6;
     z-index:2000;
	 text-align:center;
	 padding-top:300px;
	 color:#fff;
	 font-size:21px;
}

h2 a:link, h2 a:visited {
color: #fff;
text-decoration: none;
margin:0;
padding:0;
}

h2 a:hover {
color: #0478a7;
text-decoration: none;
}
.loading_img{
	background: url('../images/loader_.gif') no-repeat center;
}
img{
border: none;
}

p
{ 
letter-spacing: 0.2px;
}

.round{
-webkit-border-radius:6px;
-moz-border-radius:6px;
-khtml-border-radius:6px;
 border-radius:6px;
}

.title_all{
-webkit-border-radius:6px;
 -moz-border-radius:6px;
 -khtml-border-radius:6px;
 border-radius:6px;
 background:#097F97;
 margin:5px;
 padding: 5px 10px 5px 10px;
 color:#fff;
 line-height:25px;
 height:25px;
 font-size:18px;
}

.title_all2{
-webkit-border-radius:6px;
 -moz-border-radius:6px;
 -khtml-border-radius:6px;
 border-radius:6px;
 background:#097F97;
 margin:5px;
 padding: 5px 10px 5px 10px;
 color:#fff;
 line-height:20px;
 height:20px;
 font-size:12px;
}

hr{
margin:1px;
}

h3{
 color:#31414b;
 font-size:18px;
 margin-top:5px;
 margin-bottom:10px;
}

#intro{
font-family: Georgia, Serif;
font-style: italic;
font-size: 16px;
line-height: 1.6em;
margin: 10px 0 0 0;
}

ul{
margin: 0;
padding: 0;
list-style:none;
}

/*
##### Navigation #####
*/

.nav {
list-style-type: none;
padding: 0;
margin: 0;
}

#nav-menu{
width: 700px;
height: 30px;
margin: 100px 3px 10px 0;
float: right;
vertical-align: bottom;
} 

#nav-menu ul{
list-style-type: none;
}

#nav-menu li{
height: auto !important;
display: inline;
margin: 0;
} 
a.button {
display: inline-block;
width: 85px;
height: 20px;
padding: 5px 10px 5px 10px;
margin: 0 0 0 6px;
color:#333;
text-decoration: none;
background:url('../images/button.png') no-repeat 0px 0px;
font-weight:bold;
}

a.button:hover {
color:#fff;
background:url('../images/button.png') no-repeat 0px -30px;
}
/*
################### MENU TOP ################### 
*/
#top-bar-sup{
	width:100%;
	height:40px;
	display:block;
	text-align:center;
	position:fixed;
	z-index:20;
	top:0;
	left:0;
	}

#top-bar-bg{
box-shadow:0 1px 2px #076F84;
-moz-box-shadow:0 1px 2px #076F84;
-webkit-box-shadow:0 1px 2px #076F84;
*zoom:1;
*position:relative;
width:100%;
height:100%;
top:0;
left:0;
background:#087C94;
background:-webkit-gradient(linear,left top,left bottom,from(#087C94),to(#087C94));
background:-moz-linear-gradient(top,#087C94,#076F84);
background:transparent\9;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#087C94',endColorstr='#076F84');
}

#top-bar{margin:0 auto;width:990px;text-align:left;}

#top-bar .top-bar-inside{margin:0 5px;position:relative; padding:10px 10px;}

.top-bar-inside a{
color:#fff;
text-decoration:none;
}
.top-bar-inside a:hover, .top-bar-inside a:visited{
text-decoration:none;
color:#fff;
}

.top-bar-inside h1
{
font-family: Georgia, Serif;
color:#fff;
font-size:17px;
float:left;
padding:0;
margin:0;
}
.top-bar-inside h1 a:link, .top-bar-inside h1 a:visited {
color:#fff;
text-decoration: none;
}

.nav_register{
color: #fff;
text-decoration: none; 
font-size: 12px; 

}
.nav_onsession{
color: #fff;
text-decoration: none; 
font-size: 12px; 

}
.nav_offsession{
color: #fff;
text-decoration: none; 
font-size: 12px; 

}
.nav_publicar{
color: #fff;
text-decoration: none; 
font-size: 12px; 

}
.nav_panel{
color: #fff;
text-decoration: none; 
font-size: 12px; 

}
.nav_mjs{
color: #fff;
text-decoration: none; 
font-size: 12px; 
}
/*
### Msj Error ###
*/
#login_error {
    background: url('../images/error.png') no-repeat 0 center ;
	color: #FF0000;
	font-size:15px;
	padding-left: 5px;
	padding-top:10px; 
	margin: 0 10px 0 10px;
	height:40px;
	display:none;
}

/* ##### Header ##### */

#header{
width: 980px;
height: 100px;
margin:0 auto;
display:block;
margin-top:50px;
}

#header #botones_share{
width: 400px;
float:left;
height: 40px;
}

#header .banner{
float:left;
width:500px; 
}

/*#botones_share{text-align:left; width: 500px; margin-top:5px; float: left;}*/
.posts_tweet_button, .posts_fb_like_widget, .posts_gshare_button { float: left; display: inline;}

/*
#### Grid ###
*/
#wrapper{
margin: 0 auto;
padding: 5px;
width: 995px;
text-align: left;
height: auto;
color:#000;
overflow: hidden;
margin-bottom:10px;
background-color:#F8F8F8;
background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(207, 207, 207)));
-webkit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;
background:-moz-linear-gradient(top,rgb(255, 255, 255),rgb(207, 207, 207));
background:transparent\9;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#D0D0D0');

border: solid 1px #CCC;
-moz-box-shadow: 1px 1px 5px #999;
-webkit-box-shadow: 1px 1px 5px #999;
box-shadow: 1px 1px 5px #999;
}

#posts{
width:830px;
float: left;
}

#box_publi{
width:300px;
height:250px;
float:left;
margin-right:4px;
}

#box_min{
width:180px;
height:235px;
float:left;
text-align:center;
padding:8px 8px 8px 8px;
margin:4px;
}

#box_min .title{
text-align:left;
vertical-align:bottom;
height:20px;
}


#box_min .img{
height:177px;
}

#box_min img{
max-width:160px;
width: expression(this.width > 160 ? 160: true);
background-color:#fff;
-webkit-border-radius: 8px;
border-radius: 8px; 
-moz-border-radius: 8px;

border: solid 1px #CCC;
-moz-box-shadow: 1px 1px 5px #999;
-webkit-box-shadow: 1px 1px 5px #999;
box-shadow: 1px 1px 5px #999;
}
#box_min a:link ,#box_min a:visited{
text-decoration: none;
color: #222;
font-weight: bold;
font-size:11px;
margin:0;
padding:0;

}
#box_min a:hover{
text-decoration: underline;
color: #A00000;
font-weight: bold;
}

/*
################### Sidebar ################### 
*/

#sidebar{
float: right;
width: 160px;
text-align:right;
display: inline;
margin-top:50px;
}

#sidebar ul{
list-style-type: none;
margin: 0;
padding: 0;
}

#sidebar ul li{
padding: 0 0 10px 0;
margin-bottom: 5px;
}

#sidebar ul li ul li{
padding: 0 0 0 5px;
margin: 0;
background: none;
}


#sidebar p{
margin: 0;
padding: 0;
}

.creador{
	text-align: center;
	font-size:14px;
	font-weight:bold;
	clear:both;
}

.img p {
text-indent:-9999px;
color:#fff;
}
.peliculas-completas{
background: url('../images/peliculas.png') no-repeat 0 center ;
padding-left: 20px;
margin-left:5px;  
}
.series-tv{
background: url('../images/series-tv.png') no-repeat 0 center ;
padding-left: 20px;
margin-left:5px;  
}
.celulares-moviles{
background: url('../images/celulares-moviles.png') no-repeat 0 center ;
padding-left: 20px;
margin-left:5px;  
}
.software-programas{
background: url('../images/programas.png') no-repeat 0 center ;
padding-left: 20px; 
margin-left:5px; 
}
.musica{
background: url('../images/musica.png') no-repeat 0 center ;
padding-left: 20px; 
margin-left:5px; 
}
.juegos{
background: url('../images/juegos.png') no-repeat 0 center ;
padding-left: 20px;
margin-left:5px;  
}

.infop{
text-align:left;
margin-top:5px;
margin-bottom:5px;
}


#sidebar-left{
width:790px;
float:left;
text-align:left;
margin-bottom:10px;
}


#sidebar-left p{
padding:5px;
}
#post{
width:790px; 
float:left;
margin-bottom:10px;
}
#post h1{
-webkit-border-radius:6px;
 -moz-border-radius:6px;
 -khtml-border-radius:6px;
 border-radius:6px;
 background:#097F97;
 margin:5px;
 padding: 5px 10px 5px 10px;
 color:#fff;
 line-height:25px;
 height:25px;
 font-size:18px;
}
#coments{
width:790px; 
float:left;
margin-bottom:5px;
}
#comentario{
margin:4px;
font-size:12px;
}
#f_coment{
margin-left:20px;

}
#f_coment textarea{
width:400px;
height:80px;
}

#aviso_error{
margin: 0 auto 0 auto;
padding: 5px;
width: 980px;
height: 300px;
color:#fff;
}

.caja{
margin: 0 auto;
border:#fff solid 1px;
margin-top:15px;
width: 400px;
height: 150px;
color:#000;
text-align:center;
font-size:18px;
background-color:#fff;
}
.caja h2{
color:#000;
}
.caja a:link{
	height:35px;
	padding: 0.35em;
	background-color:#098098;
	color: #fff;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
	margin-top:10px;
}
.caja a:visited{
	height:35px;
	padding: 0.35em;
	background-color:#098098;
	color: #fff;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
	
}
.caja a:hover{
	height:35px;
	padding: 0.35em;
	background-color:#076D82;
	color: #fff;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
}

#post_detalle{
text-align:center;
padding:5px;
font-size:16px;
margin-bottom:40px;
}
#post_detalle a:link, #post_detalle a:visited{
text-decoration:none;
font-size:15px;
}
#post_detalle a:hover{
text-decoration: underline;
}
#centro_post{
padding:5px;
}
#div-completo{
padding:5px;
background:#fff;
}

/*
################### Estadisticas General ################### 
*/
#column_bottom_bg{
clear:both;
width:990px;
margin: 0 auto;
height: 230px;
}
#column_bottom{

margin-left:15px;
margin-top:15px;
width: 980px;
text-align: left;
color: #3E3E3E;

font-size: 11px;
}
#column_bottom a:link, a:visited{
color:#055465;
text-decoration:none;
}
#column_bottom a:visited{
color:#666;
text-decoration:none;
}
#column_bottom a:hover{
color:#000;
text-decoration:underline;
}
#column_bottom ul li{
padding: 0 0 0 0;
margin-bottom: 0px;
list-style-type: none;
}

.tops{
float: left;
width: 220px;
height: auto;
margin-left: 5px;
margin-bottom: 10px;
}
.tops h2{
color:#fff;
}

.ultimos_coments{
float: left;
width: 435px;
background:#fff;
margin-bottom: 10px;
padding:5px;
}

.ultimos_coments h2{
-webkit-border-radius:6px;
 -moz-border-radius:6px;
 -khtml-border-radius:6px;
 border-radius:6px;
 background:#097F97;
 margin:5px;
 padding: 5px 10px 5px 10px;
 color:#fff;
 line-height:25px;
 height:25px;
}

.nuve{
float: right;
width: 515px;
height: auto;
margin-left: 5px;
background:#fff;
margin-bottom: 5px;
padding:5px;
}
.nuve h2{
-webkit-border-radius:6px;
 -moz-border-radius:6px;
 -khtml-border-radius:6px;
 border-radius:6px;
 background:#097F97;
 margin:5px;
 padding: 5px 10px 5px 10px;
 color:#fff;
 line-height:25px;
 height:25px;
}

.nuve ul li a {
    margin:3px; 
    color:#000; 
    text-decoration:none;
    float:left;
	
}
.nuve ul li a:hover {
    text-decoration: underline;
}

/*
################### Estadisticas Post ################### 
*/
#post_info{
float:left;
width:760px;
background:#097F97;
margin:5px;
line-height:25px;
  height:25px;
  padding: 5px 10px 5px 10px;
}
.editpost:link,.editpost:visited{
background: url('../images/editar.png') no-repeat 0 center ;
padding-left: 20px; 
margin: 0 10px 0 5px;
color:#fff;
}

.delpost{
background: url('../images/borrar.gif') no-repeat 0 center ;
padding-left: 20px; 
margin: 0 10px 0 5px;
}
.coment {
    background: url('../images/coment.png') no-repeat 0 center ;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding-left: 20px; 
	margin: 0 10px 0 5px;
	height:22px;
}

.visita {
	background: url('../images/view.png') no-repeat 0 center ;
	padding-left: 20px; 
	margin: 0 10px 0 5px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	height:55px;
}
.fecha{
	background: url('../images/clock.png') no-repeat 0 center ;
	padding-left: 20px; 
	margin: 0 10px 0 5px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
.favorito:link,.favorito:visited{
	background: url('../images/favorites.png') no-repeat 0 center ;
	padding-left: 20px; 
	margin: 0 10px 0 5px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
.email{
	background: url('../images/email.png') no-repeat 0 center ;
	padding-left: 26px; 
	margin: 0 10px 0 5px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
/*
################### Bookmarks ################### 
*/
#box_left{
float: left;
width: 310px;
height: auto;
margin-bottom:10px;
padding:5px
}

#box_right{
float: left;
width: 450px;
height: auto;
margin-bottom: 10px;
margin-left:10px;
padding:5px;
}
/*
################### Relativos ################### 
*/


#previa{
display:none;
color:#000;
text-align:center;
}

#content_index{
float: left;
width:460px;
}

#content_shop{
float: left;
width:680px;
}

#previewcoment{
color:#000;
text-align:center;
}

#content{
float: left;
width:680px;
}

.column{
float: left;
width: 220px;
margin-right: 5px;
margin-bottom: 10px;
border:#CCC 1px solid; 
}

.column h2{
height: 20px;
color: #fff;
background-image: none;
width: 200px;
padding: 5px 10px 5px 10px;
margin-bottom: 10px;
}

#forum{
float:left;
width:910px;
}



/*
################### Sidebar Post################### 
*/

#sidebar2{
float: right;
width: 180px;
display: inline;
font-size:11px;
padding:5px
}
#sidebar2 ul{
list-style-type: none;
margin: 0;
padding: 0;
}
#sidebar2 ul li{
padding: 0 0 10px 0;
margin-bottom: 10px;
}


#sidebar2 ul li ul li{
padding: 0 0 0 10px;
margin: 0;
background: none;
}
#sidebar p{
margin: 0;
padding: 0;
}
/*
################### Images ################### 
*/
#image{
 max-width:780px;
}

#avatar{
 max-width:100px;
 vertical-align:top;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(207, 207, 207)));
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  padding:4px;
  -webkit-box-shadow:0px 0px 20px #6F5F4C;
  -moz-box-shadow:0px 0px 20px #6F5F4C;
  box-shadow:0px 0px 20px #6F5F4C;
  -webkit-transition:all .3s linear;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#6F5F4C')";
 /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#6F5F4C');
 vertical-align:top;
 margin:4px;
 display:block;
}

.alignright {
float: right;
}

.alignleft {
float: left
}



/*
################### Search ################### 
*/
#search{
float:left;
margin-bottom:5px;
margin-left:7px;
margin-right:5px;
}
.searchinput{
	background: #f3f3f3 url(../images/search.png) no-repeat 5px 5px;
	width: 150px;
	height: 15px;
	border: 1px solid #a8a8a8;
	padding-left: 20px;
	padding-top: 3px;
	margin-right:2px;

}
/*
################### Footer ################### 
*/

#footer_bg{
width: 1000px;
clear:both;
margin-top: 10px;
margin: 0 auto;
overflow:hidden;
}

#footer{
margin: 0 auto;
padding: 0 10px 0 10px;
text-align:center;
color: #3E3E3E;
height: auto;
font-size: 11px;

}
#footer a:link, a:visited{
color:#3E3E3E;
text-decoration:none;
}
#footer a:hover{
color:#666;
text-decoration:underline;
}
#footer ul li{
padding: 0 0 0 0;
margin-bottom: 0px;
list-style-type: none;
}

/*
################### comentarios ################### 
*/

.box_center{
margin-top: -10px;
background-image: url('../images/25_white.png');
overflow:hidden;
}
.box_center a:link, a:visited{
color: #055465;

}
.box_center a:visited{
color: #666666;
text-decoration:none;
}
.box_center a:hover{
color:#000;
text-decoration:underline;
}
.box_center_coment{
margin-top: -10px;
background-image: url('../images/25_white.png');
overflow:hidden;
padding-left:5px;
}

/*////////////////FORM REGISTRO////////////////////////////*/
form#registro{
 margin:10px 15px; padding: 0;
}
form#registro label{
 display:block;
 margin:5px 0;
}
form#registro input {
        padding: 2px;
        border:1px solid #eee;
        font: normal 1em 'Trebuchet MS', verdana, sans-serif;
        color:#777;
		
}

/*////////////////POPUP////////////////////////////*/
#pop_overlay
{
     display: none;
     position: fixed;
     width: 100%;
     height: 100%;
     top: 0px;
     left: 0px;
     background: #000000;
     filter: alpha(opacity=60);
     -moz-opacity: 0.6;
     opacity: 0.6;
     z-index:200;
}

#pop_container
{
     display: none;
     position: fixed;
     width: 100%;
     height: 100%;
     top: 0px;
     left: 0px;
     background: transparent;
     z-index:300;
   
}

#pop_inner
{
	display: block;
	width:317px;
	padding:20px 60px;
    margin: 100px auto 0 auto;
    background:#fff;
    height:321px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
    
}
#pop_inner #popup_inner_header, #pop_inner #popup_inner_header_login 
{
	display:none;
	float:left;
	height:317px;
	background:#fff;
	margin:0;
	
}
#pop_inner #popup_inner_header, #pop_inner #popup_inner_header_login h2
{
	font-size:21px;
	color:#ea002c;
	
}

#pop_inner #popup_inner_header .left, #pop_inner #popup_inner_header_login .left
{
   	width:235px;
	float:left;
	position:relative;
	top:30px;
	left:-130px;

}
#pop_inner #popup_inner_header .right, #pop_inner #popup_inner_header_login .right
{ 
	width:80px;
	float:right;
	position:relative;
	top:-10px;
	right:-70px;
	height:40px;
}
#popup_inner_header_login a{
color:#000;
font-size:12px;
text-decoration: none;
}
#popup_inner_header_login a:hover{
color:#000;
font-size:12px;
text-decoration:underline;
}

#popup_inner_header_login form .submit input {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	padding: 9px ;
	border: none;
	font-size: 14px;
	cursor:pointer;
	background-color:#ccc;
}
#popup_inner_header_login p { 
    margin-bottom: 8px;
	font-size:18px;
	
}
#loginform{
padding-top:45px;
border:#fff solid 1px;
}


#popup_inner_header_login label {
	color: #000;
	font-weight:bold;
	font-size: 15px;
	padding:2px;
}


#user_pass, #user_login, #user_email {
	font-size: 15px;
	width: 97%;
	padding: 2px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}

#respuesta{
width:390px;
margin:0 auto;

}
button.preview {
	background: url(../images/bton-preview.png) no-repeat 0 0;
	border: 0;
	height: 37px;
	margin: 0;
	padding: 0;
	width: 105px;
	cursor:pointer;
}

button.previewComent{
	border: 0;
	height: 33px;
	margin: 0;
	padding: 0;
	width: 191px;
	cursor:pointer;
}

button.close-preview2{
	background: url(../images/bton-close-preview2.png) no-repeat 0 0;
	border: 0;
	height: 32px;
	margin: 0;
	padding: 0;
	width: 171px;
	cursor:pointer;
}
button.send-coment{
	background: url(../images/bton-send-coment.png) no-repeat 0 0;
	border: 0;
	height: 32px;
	margin: 0;
	padding: 0;
	width: 147px;
	cursor:pointer;
}
button.publicar {
	background: url(../images/bton-publicar.png) no-repeat 0 0;
	border: 0;
	height: 37px;
	margin: 0;
	padding: 0;
	width: 120px;
	cursor:pointer;
}
button.close-preview
{
	background: url(../images/bton-close-preview.png) no-repeat 0 0;
	border: 0;
	height: 37px;
	margin: 0;
	padding: 0;
	width: 172px;
	cursor:pointer;
}
button.register
{
	background: url(../images/bton-register.png) no-repeat 0 0;
	border: 0;
	height: 35px;
	margin: 0;
	padding: 0;
	width: 115px;
	cursor:pointer;
}
button.send
{
	background: url(../images/bton-send.png) no-repeat 0 0;
	border: 0;
	height: 31px;
	margin: 0;
	padding: 0;
	width: 84px;
	cursor:pointer;
}


.aviso-error{
font-size:14px;
font-style:italic;
background: url('../images/error.png') no-repeat 0 center ;
padding-top: 10px;
padding-left:30px;
font-weight: bold;
}
.aviso-ok{
font-size:14px;
font-style:italic; 
background: url('../images/ok.png') no-repeat 0 center ;
padding-left: 30px; 
font-weight: bold;
}

.btn{
color:#000;	
width: auto;
display: inline-block;
text-align: center;
padding: 7px 10px;
border-radius: 3px;
background: #ddd;

background: -moz-linear-gradient(top, #fff, #ddd); /* FF3.6 */
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #ddd)); /* Saf4+, Chrome */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#dddddd'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#dddddd')"; /* IE8 */

text-shadow: 0 1px 0 #fff;
border: 1px solid #aaa;
cursor: pointer;
}

.btn:hover,.btn:focus {
text-decoration:none;
background: #ccc;

background: -moz-linear-gradient(top, #fff, #ccc); /* FF3.6 */
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #ccc)); /* Saf4+, Chrome */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#cccccc'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#cccccc')"; /* IE8 */
}

.btn:active {
background: #bbb;
background: -moz-linear-gradient(#bbb, #ddd);
background: -webkit-linear-gradient(#bbb, #ddd);
background: linear-gradient(#fff, #ddd);
cursor: pointer;
}

/*////////////////FORM PUBLICACIONES////////////////////////////*/
#frp p{
color:#000;
margin:10px;
}
#frp{
color:#000;
}
#frp .input{
width:490px;
height:25px;
font-size:15px;

}

#cuerpo{
width:680px;
height:380px;
font-size:15px;

}


#frp .boton_enviar{
	height:35px;
	border: 2px solid #b00000;
	border-top-color: #b00000;
	border-left-color: #b00000;
	padding: 0.35em;
	background-color:#A00000;
	color: #fff;
	font-weight:bold;
	cursor:pointer;
}
/*//////////////// PERFIL ////////////////////////////*/
#perfil .rows{
display:table-row;
width:360px;
}
#perfil li{
display:table-row;
width:360px;
padding:3px;
}
#perfil .column1 {
display:table-cell;
width:150px;
font-weight:bold;
}

#perfil .column2{
display:table-cell;
width:175px;
}

/* form*/

#fr input[type=text], #fr input[type=password] , #fr textarea{width:400px;-moz-border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;border-radius:4px 4px 4px 4px;border:1px solid #e5e4db;background:#ffffff;padding:10px 10px 10px 10px;color:#bababa;font-weight:normal;font-size:15px;font-family:Tahoma, Geneva, sans-serif;}

#fr input[type=text]:focus, #fr input[type=password]:focus, #fr textarea:focus, #fr select:focus,#fr input[type=text]:hover, #fr input[type=password]:hover, #fr textarea:hover, #fr select:hover{border:1px solid #ccc;color:#70705b;}

#fr td{vertical-align:top;padding:7px;}
#fr select{width:260px;-moz-border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;border-radius:4px 4px 4px 4px;border:1px solid #e5e4db;background:#ffffff;padding:12px 12px 12px 5px;color:#bababa;font-weight:bold;font-size:12px;font-family:Tahoma, Geneva, sans-serif;}

/*css paginacion*/
.pagination {
	margin: 5px;
	padding:10px;
	text-align:center;
	clear:both;
}

.pagination a{
	padding: 5px;
	margin: 2px;
	color: #fff;
	text-decoration: none; 

	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
	background-color: #097F97;
}

.pagination a:hover,.pagination a:active {
	color: #fff;
	background:#29649C;
}
.pagination .current {
	padding: 5px;
	margin: 2px;
	font-weight: bold;
	background-color: #29649C;
	color: #fff;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
}
.pagination .disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
}

blockquote {
    width: 745px;
	padding:10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(207, 207, 207)));
 -webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
background:-moz-linear-gradient(top,rgb(255, 255, 255),rgb(207, 207, 207));
background:transparent\9;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#D0D0D0');
    margin: 5px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    text-indent: -1.3em;
}
.ads_text {
	color: #666;
	font-size: 0.7em;
	margin-bottom: 4px;
	text-align:left;
	padding:0;
	display:block;
	margin-left:230px;
}


