body {
    margin: 0;
    font-size: 12px;
    background: #DDEEF6 url(/images/bg_theme_2.png) fixed top center;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1{
	font-size:18px;
	margin:0 0 10px 0
}

h2{
	font-size:15px;
	margin:0 0 5px 0
}

a {
    color: #AF2D31;
    text-decoration: none;
}

.hide {
    display: none
}

a:hover {
    text-decoration: underline;
}

img {
    border: none
}

.clear {
    height: 1%;
}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.radius {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.inputText {
    background: url(../images/form.gif) repeat-x 0 0;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #E7EDEB;
    border-right: 1px solid #E7EDEB;
}

.button {
    background: #3B5998;
    color: #fff;
    padding: 4px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.button:hover {
    background: #fff;
    color: #3B5998;
}

#wrapper {
    width: 978px;
    margin: 0 auto;
    background: #fff;
}

#header {
    padding: 10px 10px 10px 10px;
    /*background:#FFDFDF*/
}

.loginForm {
    padding: 5px;
    float: right;
    background: #DDEEF6;
    color: #3B5998;
    width:340px;
}

.loginForm fieldset {
    border: none;
}

.loginForm .button {
    margin: 15px 0 0 0;
    font-size: 10px;
}

.loginForm .inputText{
	width:130px;
}

.loginForm ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: red;
}

.loginForm ul li {
    float: left;
    display: inline;
    margin: 0 0 0 10px;
}

.loginForm ul li label {
    display: block;
}

.loginForm .type02 li{
	width:40%;
	font-size:10px;
}

.loginForm .type02 li label {
    display: inline;
	
}
.loginForm .type02 li .checkbox {
    float:left;
	margin:1px 2px 0 0;
}



#logo {
    float: left;
    padding-bottom: 10px;
}

#menu {
    clear: both;
    padding: 5px;
    margin: 0;
    list-style-type: none;
}

#menu li {
    display: inline;
}

#menu li a {
    text-decoration: none;
    margin: 0 15px;
    color: #1B496F;
}

#menu li a:hover, #menu li.active a {
    text-decoration: underline;
}

#sideBar01 {
    /*background:#83AF83;*/
    width: 420px;
    padding: 0 10px 10px 10px;
    float: left;
}

#sideBar02 {
    /*background: #AFB0FF;*/
    width: 538px;
    float: right;
}

.module {
    padding: 10px;
    margin: 0 0px 15px 0px;
}

.module.type01 {
    background: #fdf2de;
}

.module.type01 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

.module.type01 ul li {
    margin: 0 0 5px 0;
    color: #2F1800;
}

.module.type01 li span {
    font-size: 130%;
    color: #000;
}

.module.type02 {
    background: #eaf9e8;
}


.module.type02 h2{
    color:#4E7F47;
	text-align:center;
	padding:0 0 2px 0;
	font-size:12px;
	margin:0 0 8px 0;
	border-bottom:1px solid #9FBF9B     
}


.module.type02 ul {
	float:left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.module.type02 li {
    float: left;
    margin: 0 0 3px 10px
}

.module.type02 .more {
    line-height: 30px;
    text-decoration: none;
    color: #000;
    padding: 0 0 0 5px;
}

.module.type02 .more:hover {
    text-decoration: underline;
}

.module.type03 {
}

.module.type03 img {
    display: block;
    margin: 0 auto;
}

#googleMaps {
    display: inline;
    margin: 0 10px 0 0;
}

#register {
    list-style-type: none;
    padding: 0 0 0 15px;
    margin: 0;
}

#register li {
    float: left;
}

#register li .registerButton {
    background: url(../images/registrarse.png) no-repeat 0 0;
    display: block;
    height: 64px;
    width: 240px;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    text-indent: 70px;
    line-height: 55px;
}

#register li .registerButton:hover {
    background: url(../images/registrarse.png) no-repeat 0 -64px;
    text-indent: 73px;
    line-height: 60px;
}

#register li .movilButton {
    margin: 13px 0 0 30px;
    background: url(../images/movil.png) no-repeat 0 0;
    display: block;
    height: 27px;
    width: 100px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    text-indent: 28px;
    line-height: 26px;
}

#register li .movilButton:hover {
    background: url(../images/movil.png) no-repeat 0 -26px;
    text-indent: 29px;
    line-height: 27px;
}

#footer {
    float: left;
    clear: both;
    background: #DDEEF6;
    padding: 10px  0;
	margin:20px 0 0 0;
    width: 100%;
}

#footer ul {
    text-align: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer ul li {
    display: inline;
    margin: 0 0 0 9px;
}

#footer ul li a {
    color: #1B496F;
    text-decoration: none;
}

#footer ul li a:hover {
    text-decoration: underline;
}

#listadoPicoteosPortada {
    margin: 20px 0 0 0;
    margin: 10px 0 0 0
}

.widgetPicoteo01 {
    height: 1%;
    font-size: 12px;
    margin: 0;
    position: relative;
    padding-bottom: 0px;
    background: url(/images/border-bottom.png) repeat-x bottom left
}

.widgetPicoteo01.picoteoCanal img {
    width: 48px;
    height: 48px;
}

.widgetPicoteo01 .subContent {
    padding: 5px;
}

.widgetPicoteo01:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.widgetPicoteo01 .imageDetallePicoteo {
    float: left;
    height: 50px;
    padding: 0 10px 10px 0px;
    position: relative
}

.widgetPicoteo01 .imageDetallePicoteo .picoteoType {
    position: absolute;
    bottom: 8px;
    right: 8px;
}

.widgetPicoteo01 .imageDetallePicoteo .picoteoType01 {
    position: absolute;
    top: -2px;
    right: 8px;
}

.widgetPicoteo01 .imageDetallePicoteo .picoteoType02 {
    position: absolute;
    bottom: 8px;
    left: -3px;
}

.widgetPicoteo01 .imageDetallePicoteo .picoteoType03 {
    position: absolute;
    top: -2px;
    left: -3px;
}

.widgetPicoteo01 .text {
    float: left;
    width: 430px;
    overflow: hidden;
}

.widgetPicoteo01 .text .date {
    display: block;
}

.widgetPicoteo01 .text .date a {
    text-decoration: none
}

.widgetPicoteo01 .text .date a:hover {
    text-decoration: underline;
}

.widgetPicoteo01 .grupoAvatar {
    float: right;
}

.widgetPicoteo01 .grupoAvatar img {
    width: 30px;
    height: 30px;
}

.widgetPicoteo01 .accionesPicoteo {
    position: absolute;
    right: 0;
    bottom: 0px;
    overflow: hidden;
    padding-top: 0px;
}

.widgetPicoteo01 .subContent .accionesPicoteo {
    height: 0px;
    width: 0px;
}

.widgetPicoteo01 .subContent.onHover .accionesPicoteo {
    height: auto;
    width: auto;
}

.widgetPicoteo01 .accionesPicoteo li {
    margin: 0 3px 4px 3px;
    float: left;
}

.widgetPicoteo01 .accionesPicoteo a {
    display: block;
    float: left;
    height: 13px;
    width: 14px;
    font-size: 0px;
    text-indent: -9999px;
}

.widgetPicoteo01 .moreInfo {
    clear: both;
    height: 1%;
    padding: 10px 0 0 0
}

.widgetPicoteo01 .moreInfo:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.widgetPicoteo01 .moreInfo .votosPicoteo {
    float: left;
    font-size: 10px;
    font-weight: bold;
    margin: 0 20px 0 0
}

.widgetPicoteo01 .moreInfo .date02 a {
    float: left;
    font-size: 10px;
    font-weight: bold;
    margin: 0 20px 0 0
}

.registroContent {
    padding: 10px;
    text-align: justify;
}

.registroContent .img02 {
    float: right;
    margin: 0 0 5px 10px
}

.registroContent .img {
    float: left;
    margin: 0 10px 5px 0px
}

.registroContent ul {
    list-style-type: none;
    padding: 0;
}

.registroContent ul li {
    margin: 0 0 5px 0;
}

.registroContent ul li.last {
    text-indent:5px;
}

.registroContent ul li img{
    height:30px;
}

.registroContent .imageDetallePicoteo img{
	height:auto;
}

.registroContent p {
    margin: 0 0 10px 0
}

#snapshot {
    padding: 5px;
    position: absolute;
    color: #000;
    background-color: #fff;
    border: 2px solid #8DBBD8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.activeUsersList {
   float:left;
   width:100%;
   clear:both;
}

.activeUsersList li {
    float: left;
}

.languageWidget{
    float:right;	
	list-style-type:none;
	margin:0 50px 0 0 ;
}
.languageWidget li{ 
   float:left;
   margin:0 0 0 5px;
}
.languageWidget a{
   color:#1B496F;	
}


.userInfo{ width:250px; color:#1B496F}
.userInfo table{ text-align:center; width:100%;}
.userInfo p{ font-style:italic; }
