.smalltext {
    font-size: 10px;
    font-family: arial;
}
.clear { clear: both }
.checkbox {
    vertical-align: text-bottom;
    margin-right: 6px;
}
.input {
    background-color: #fff;
    border: 1px solid #CCD7ED;
    padding: 7px;
    color: #333;
    font-family: Verdana, Arial;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.textarea {
    margin: 2px 0 0 0;
    background-color: #fff;
    border: 1px solid #CCD7ED;
    padding: 7px 0 0 7px;
    color: #333;
    font-family: Verdana, Arial;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.button {
    padding: 5px 15px 7px 15px;
    background: #D2691E;
    border: 1px solid #BC601B;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#D2691E), to(#BC601B));
    background: -moz-linear-gradient(top, #D2691E,  #BC601B);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D2691E', endColorstr='#BC601B');
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    text-shadow: #A8561A 1px 1px 0px;
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.button:hover {
    background: #BC601B;
    color: #fff;
}
.forumpath {
    border: 1px #CCD7ED solid;
    font-size: 11px;
    padding: 6px 6px 6px 15px;
    color: #0018a5;
    background-color: #e5ecf9;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: tahoma, verdana;
}
.forumpath a {
    font-size: 11px;
    font-weight: bold;
    color: #0018a5;
}
.forumpath a:hover {
    color: #0018a5;
    text-decoration: underline;
}
.linkbutton { }
.linkbutton:hover { text-decoration: underline }
.inputtextbox {
    background-color: #fff;
    border: #bbb 1px solid;
    padding: 3px;
    color: #666666;
    font-weight: bold;
    font-family: Verdana, Arial;
    font-size: 11px;
}
.inputbutton {
    height: 24px;
    margin: 0px;
    font-weight: bold;
    font-family: verdana, tahoma, arial;
    font-size: 11px;
    padding-bottom: 1px;
}
.navtable {
    font-family: tahoma, verdana, arial;
    border: 1px #CCD7ED solid;
    background-color: #e5ecf9;
    display: table;
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}
.navtable td { padding: 3px }
.logtable {
    font-family: tahoma, verdana, arial;
    font-size: 12px;
    border-spacing: 0px;
    border-collapse: collapse;
    margin:0px 0 15px 0;
    border: 0px solid #ccc;
    width: 100%;
}

.formstyle {
    font-family: tahoma, verdana, arial;
    margin: 0px;
    padding: 0px;
    display: inline;
}
.formfield {
    font-family: tahoma, verdana, arial;
    font-size: 11px;
    background-color: #e5ecf9;
    border: #fff 1px solid;
    text-align: right;
    color: #000;
    width: 20%;
    font-weight: bold;
}
.formcell0 {
    font-family: tahoma, verdana, arial;
    font-size: 12px;
    background-color: #F5F7FB;
    border: #fff 1px solid;
    text-align: left;
}
.formcell0 a {
    font-family: tahoma, verdana, arial;
    color: #D2691E;
}
.formcell1 {
    font-family: tahoma, verdana, arial;
    font-size: 12px;
    background-color: #F5F7FB;
    border: #fff 1px solid;
    text-align: left;
}
.formcell1 a {
    font-family: tahoma, verdana, arial;
    color: #D2691E;
}
.formtable {
    font-family: tahoma, verdana, arial;
    display: table;
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    border: 1px #CCD7ED solid;
}
.formtable td {
    font-family: tahoma, verdana, arial;
    padding: 5px 15px;
}
.formtitle {
    font-family: tahoma, verdana, arial;
    border: 1px #fff solid;
    background-color: #349AA9;
    color: #fff;
    padding: 4px;
    font-size: 11px;
    font-weight: bold;
    padding-left: 10px;
}
.formtitle a {
    font-family: tahoma, verdana, arial;
    color: #fff;
}
.error {
    padding: 5px;
    margin: 0px 0px 15px 0px;
    color: red;
    background-color: #efefef;
    border: #ccc 1px dashed;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    font-family: arial;
}
.message {
    padding: 20px;
    margin: 5px;
    color: #D2691E;
    background-color: #e5ecf9;
    border: #eee 1px dashed;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    font-family: arial;
}
.message a {
    text-decoration: underline;
    font-family: arial, verdana, tahoma;
    font-size: 12px;
    color: #D2691E;
}
.forumtable {
    font-family: tahoma, verdana, arial;
    display: table;
    width: 100%;
    border: 1px #CCD7ED solid;
}
.forumtitle {
    font-family: tahoma, tahoma, verdana, arial;
    border-right: 1px #fff solid;
    background-color: #349AA9;
    color: #fff;
    padding: 8px 10px 8px 10px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}
.forumtitle2 {
    font-family: tahoma, tahoma, verdana, arial;
    border-right: 0px #fff solid;
    background-color: #349AA9;
    color: #fff;
    padding: 8px 10px 8px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}
.forumcell {
    font-family: tahoma, verdana, arial;
    padding: 5px 5px 5px 15px;
    font-size: 11px;
    border-right: 1px #CCD7ED solid;
}
.forumcell2 {
    font-family: tahoma, verdana, arial;
    padding: 5px 5px 5px 15px;
    font-size: 11px;
    border-right: 0px #CCD7ED solid;
    border-top: 1px #fff solid;
}
.forumcat {
    font-family: tahoma, verdana, arial;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    padding: 5px 5px 5px 15px;
    background-color: #2B7C88;
    font-size: 11px;
    font-weight: normal;
    color: #fff;
}
.forumcat a {
    font-family: tahoma, verdana, arial;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
.forumlink {
    font-family: arial, tahoma, verdana, arial;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
}
.forumrow0 { background-color: #F5F7FB }
.forumrow1 { background-color: #F5F7FB }
.pagination {
    font-family: Verdana;
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    color: #000;
}
.pagination a {
    font-family: Verdana;
    font-size: 11px;
    text-decoration: underline;
    color: #000;
}
.bbbuttons {
    font-family: times new roman, arial, verdana;
    border: 1px #fff solid;
    background-color: #F5F7FB;
}
table td .bbbuttons { padding: 10px }
.bbbuttons a {
    font-family: times new roman, arial, verdana;
    padding: 2px 5px 2px 5px;
    font-size: 12px;
    border: 1px #fff solid;
    background-color: #2B7C88;
    color: #fff;
    text-decoration: none;
}
.smiliesbar {
    margin: 5px 5px 5px 0px;
    font-family: arial, verdana;
    border: 1px #fff solid;
    background-color: #F5F7FB;
}
.smiliesbar a {
    font-family: tahoma, verdana, arial;
    margin: 2px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #D2691E;
}
.smiliestable {
    display: table;
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    border: 1px #CCD7ED solid;
}
.smiliecell {
    padding: 5px 5px 5px 30px;
    border: 1px #CCD7ED solid;
    background-color: #F5F7FB;
}
.code {
    border: 1px #000 solid;
    background-color: #000;
    color: #80FF80;
    padding: 10px;
    margin: 15px;
    font-size: 11px;
    font-family: verdana;
}
.quote {
    border: 1px #000 solid;
    background-color: #FEFEFE;
    color: #000;
    padding: 10px;
    margin: 15px;
    font-size: 11px;
    font-family: verdana;
}
.subforums {
    font-family: tahoma, verdana, arial;
    padding-left: 5px;
}
.subforums a { font-size: 11px }
.topiclink {
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
    text-decoration: underline;
    color: #D2691E;
}
sup .topiclink {
    font-family: arial, tahoma;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}
.topictable {
    font-family: tahoma, verdana, arial;
    display: table;
    width: 100%;
    border: 1px #CCD7ED solid;
}
.topictitle {
    border-right: 1px #fff solid;
    background-color: #349AA9;
    color: #FFF;
    padding: 8px 10px 8px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    font-family: verdana;
}
.topictitle2 {
    border-right: 0px #fff solid;
    background-color: #349AA9;
    color: #FFF;
    padding: 8px 10px 8px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    font-family: verdana;
}
.topiccell {
    padding: 5px;
    border-right: 1px #CCD7ED solid;
    border-top: 1px #CCD7ED solid;
    font-size: 11px;
}
.topiccell2 {
    padding: 5px;
    border-right: 0px #CCD7ED solid;
    border-top: 1px #CCD7ED solid;
    font-size: 11px;
}
.topicrow0 { background-color: #F5F7FB }
.topicrow1 { background-color: #F5F7FB }
.topiccommands {
    font-family: tahoma, verdana, arial;
    font-size: 11px;
    text-align: center;
    background-color: #349AA9;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}
.topiccommands a {
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}
.posttable {
    font-family: tahoma, verdana, arial;
    display: table;
    width: 100%;
    border-spacing: 0px;
    margin-bottom: 5px;
    border: 1px #CCD7ED solid;
}
.posttitle {
    background-color: #349AA9;
    color: #fff;
    padding: 4px;
    font-size: 11px;
}
.posttitle a { color: #fff }
.postauthor {
    background-color: #2B7C88;
    padding: 2px 10px 2px 10px;
    font-size: 11px;
    color: #FFFFFF;
}
.postrow0 { background-color: #F5F7FB }
.postrow1 { background-color: #F5F7FB }
.posttext {
    width: 730px;
    padding: 10px;
    font-family: verdana, arial, verdana;
    font-size: 11px;
    border: 1px #fff solid;
    line-height: 18px;
}
.memberbutton {
    display: inline;
    overflow: visible;
    border: 0px inset;
    background-color: transparent;
    font-family: arial, verdana;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
}
.selectbox {
    font-size: 12px;
    font-family: arial;
}
.footer {
    font-family: tahoma, verdana, arial;
    font-size: 11px;
    text-align: center;
    margin-top: 10px;
}
.footer a {
    font-size: 11px;
    color: #0018a5;
}
.statstable {
    font-family: tahoma, verdana, arial;
    display: table;
    width: 100%;
    margin-bottom: 15px;
    border: 1px #CCD7ED solid;
    margin-top: 15px;
}
.statstitle {
    font-family: verdana, arial;
    background-color: #aaa;
    color: #fff;
    padding: 8px 10px 8px;
    font-size: 11px;
    font-weight: bold;
}
.statscell {
    font-family: tahoma, verdana, arial;
    font-size: 11px;
    background-color: #F5F7FB;
    padding: 10px;
}
/* ---------------------------- */
body {
    position:relative;
    background: url(../../imagenes/bg.png) repeat-x #E8F7F9;
    font-family: Verdana, Arial, Tahoma;
    font-size: 62.5%;
    color: #222222;
}
body.nieve {
    background: url(../../imagenes/bg2.png) top repeat-x #A6C9E5;
}
* {
    margin: 0;
    padding: 0;
}
img { border: 0 }
p { margin-bottom: 1.75em }
a {
    text-decoration: none;
    color: #D2691E;
}
a:hover {
    text-decoration: none;
    color: #aaa;
}
textarea {
    font-family: Verdana, Arial;
    font-size: 11px;
    border: 1px solid #ccc;
    background-color: #FFFFFF;
    padding: 5px;
    color: #666;
}
#envoltura {
    margin: 0 auto;
    width: 900px;
    background: #ffffff;
    font-size: 1.20em;
    overflow-x: hidden;
}
#cabecera {
    position: relative;
    height: 100px;
    width: 100%;
    background: #B2CC33 url(../../imagenes/bgcabecera.png) repeat-x;
}
#banners {
    position: absolute;
    top: 20px;
    right: 20px;
}
#menu {
    height: 35px;
    background: url(../../imagenes/bg-menu.png) repeat-x;
    padding: 0px;
}
#contenido {
    float: left;
    width: 900px;
    min-height: 400px;
    border: 0px solid #000;
}
#pie {
    clear: both;
    height: 230px;
    background:#ABC229 url(../../imagenes/bg-pie.jpg) top repeat-x;
	color: #336600;
	overflow:hidden;
}
#pie a {
	color: #336600;
}
.entrada {
    padding: 5px 20px;
    text-align: justify;
    line-height: 1.3em;
    color: #333;
}
.input-menu {
    float: right;
    padding: 5px 30px 0 0;
    margin: 0;
}
.im1 {
    float: left;
    padding: 1px 10px 0 0;
    margin: 0;
}
.im2 {
    float: left;
    padding: 2px 0 0 0;
    margin: 0;
}
.nuevo {
    color: #FF0000;
    margin-right: 5px;
}
.color1 { color: #fff }
.txtmini { font-size: 10px }
/* Menu */
#menu { position: relative }
#menu ul {
    list-style-type: none;
    line-height: 35px;
    font-family: Arial, Tahoma, "Trebuchet MS", Arial;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}
#menu li {
	position:relative;
	float:left;
	display:inline;
    border-right: 1px solid #555;
}
#menu li a {
	position:relative;
    padding: 0 20px;
    display: block;
    color: #ddd;
    text-shadow: #111 0px 1px 0px;
}
#menu li.registrate a {
	padding-left:45px;
	background: url(../images/ico_registrate.png) no-repeat 10px 4px;
}
#menu li a:hover {
    text-shadow: #444 0px 1px 0px;
	background-color:#272727;
}
#menu li img { margin-top: -4px }
#menu li:hover a { background-color:#222; }
#menu ul li ul.sub-menu {
	visibility:hidden;
	display:block;
	position:absolute;
	left:0;
	top: 35px;
	width:190px;
	height:auto;
	list-style-type:none;
	background-color:#222;
	z-index:10;
}
#menu ul li:hover ul.sub-menu {visibility:visible;}
#menu ul li ul.sub-menu li {
	display: block;
	width:100%;
	line-height:30px;
	border-bottom:1px solid #111;
}
#menu ul li ul.sub-menu li a {
	display:block;
	height:auto;
	padding:0 20px;
}
#menu ul li ul.sub-menu li a:hover {
	color:#fff;
}

/* pie */

#pie .info {
	margin:35px 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
	font-style:italic;
    text-align: center;
}
#pie .info a { color: #336600 }
#pie .info a:hover { text-decoration: none }
#pie .afiliados{
	margin-bottom:10px;
	text-align:center;
}
#pie .rss{
	text-align:center;
	font-size:12px;
}
#pie .rss { height:30px; }
#pie .rss img{ width:1px; height:1px; }
#pie .rss a.feedburner{ padding:10px 0 10px 22px; background: url(../images/feedburner.png) no-repeat 0 center; }
#pie .rss a.rss{ padding:10px 0 10px 37px; background: url(../images/xml_rss.gif) no-repeat 0 center; }
#pie .copyright {
    text-align: center;
	font-size:11px;
    color: #ffffff;
}
#pie .copyright a {
    color: #ffffff;
    text-decoration: none;
}
#pie .copyright a:hover {
    color: #ffffff;
    text-decoration: underline;
}
/* tema fotos */
.temafotos {
    list-style: none;
    overflow:hidden;
}
.temafotos li {
    float: left;
    margin:10px 10px 0 0;
}
.temafotos a img {
    padding: 3px;
    background: #fff;
    border: 1px solid #CCD7ED;
}
.temafotos a:hover img { border: 1px solid #2B7C88 }
.temafotos li p {
    margin: 5px 0 0 0;
    text-align: center;
}
.previfotos {
    padding: 5px;
    margin: 11px 0 0 0;
    background: #C00;
    color: #fff;
}
.firma{
    margin:15px 0 0 0;
    padding:10px 0 0 0;
    border-top:1px solid #CCD7ED;
    font-family:Arial;
    font-size:11px;
    color:#2B7C88;
}
.bannercriador{
    margin:15px 0 0 0;
}
.rs {
    position: relative;
    float: right;
    width: 340px;
    height: 68px;
    margin: 0;
    text-align: right;
}
.rs img { vercical-align: middle }
.rs .comparte {
    position: absolute;
    top: -10px;
    width: 225px;
    height: 80px;
    background: url(../images/bgcomparte.png) no-repeat top left;
}
.rs .comparte img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.megusta {
    position: relative;
    float: left;
    width: 450px;
    height: 30px;
    margin: 4px 0 0 0;
}
.online { margin: 6px 0 0 0 }
.alias {
    margin-left: 4px;
	font-family:Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 14px;
}
.stars { margin: 5px 1px 0 0 }
.awards {
    margin: 3px 0 0 0;
    cursor: pointer;
}
.awards:hover { opacity: .7 }
/* BUSCADOR */
.cse-branding-bottom {
    position: absolute;
    top: 4px;
    right: 20px;
}
.cse-branding-form {
    position: relative;
    width: 174px;
    height: 27px;
    margin-bottom: 10px!important;
    background: #fff url(../../imagenes/bginputformu.png) repeat-x top;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}
.inputbuscar {
    float: left;
    display: block;
    width: 137px;
    height: 27px;
    margin: 0;
    padding-left: 10px;
    border: none;
    line-height: 27px;
    color: #333;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: normal;
    background: none;
}
.btbuscar {
    float: right;
    width: 27px;
    height: 27px;
    border: none;
    background-color: transparent;
    background-image: url(../images/ico_lupa.png);
    background-position: center;
    background-repeat: no-repeat;
    text-indent: 666em;
    cursor: pointer;
    border: 0px solid red;
}
.btbuscar:hover { color: #fff }
/* Captcha */
.imgcaptcha{
    margin:4px 0 0 0;
    border:1px solid #CCD7ED;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/* Publicidad */
.publi1{ margin:13px 0; padding:10px 0 0 5px; background:#F5F7FB; border:1px solid #CCD7ED; text-align:left; }
/* Twitter */
#twitter{
    position:fixed;
    bottom:0;
    right:50px;
   width:128px;
   height:110px;
}
#twitter a{
    display:block;
    width:128px;
    height:110px;
    text-indent:-666em;
    background: url(../images/twitter.png) no-repeat left top;
   overflow:hidden;
}
#twitter a:hover{
    background-position: left bottom;
}

#masgoogle{ float:right; margin:5px -8px 0 0; }
