﻿body {
	margin:0px;
	background-image: url(Imagenes/bg-pixel.jpg) ;
	background-repeat: repeat;
	font-family: Arial, Tahoma, Verdana, Arial;
	font-size:12px;
}
a {
	color: #2082AC;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
}
a:hover
{
    text-decoration: underline;
}


/*Alex*/
#cuerpo:after, #cuerpo_principal:after, #panel:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#cuerpo 
{
    padding-top: 15px;
    background-color: #fff;
}

.LabelNegro_bold
{
    color: Black;
    font-weight: bold;
}

.LabelErrorPeq
{
	color:#ff003c;
}

.logotipo
{
    margin-top:16px 0 5px 10px; 
}

.boton 
{
    /*border:none;*/
    padding:1px 10px 1px 10px;
    color:black;
    background:#FFC226;
    cursor: pointer;
    border: outset 1px #FFD15C;
    font-size: 11px;
    font-weight: bold;
}

.boton:hover
{
    background-color: #FFD15C;
    border: outset 1px #BF9D45;
    color: Black;
}

div#formulario
{
    background-color: White;
    height: 210px;
}

.acceder
{
    background: white;
}

.visitar
{
    background: white;
    vertical-align: bottom;
}

.panel_visitar
{
    width: 100%;
    height: 40px;
    /*margin-bottom: -14px;*/
    background: #e7e7e7;
    border-top: solid 2px white;
    border-bottom: solid 2px white;
    /*float: left;*/
}

.panel_visitar .LabelNegro_bold
{
    float: left;
    margin-top: 10px;
}

.panel_visitar .boton
{
    float: right;
    margin-top: 8px;
    margin-right: 85px;
}

td.input
{
    border: solid 1px #e7e7e7;
}

td.input input
{
    border: none;
    border-color: White;
}

#barra_izq /*Esta es la exterior*/
{
    position:absolute;
    top:50%;
    left:50%;
    width:940px;
    margin-left:-470px;/* half elements width*/
    margin-top:-250px;/* half elements height*/
     border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 5px 0 #999999;
   padding-left: 11px;
   background-color: White;
   background-image:  url(Imagenes/bg-barras-laterales.jpg);
   background-repeat: repeat-y;
   background-position: left top;
   /*margin:20px auto;*/
}

#barra_der /*y esta va dentro de barra_izq, por eso le quito el margen*/
{
   padding-right: 11px;
   background-color: white;
   background-image:  url(Imagenes/bg-barras-laterales.jpg);
   background-repeat: repeat-y;
   background-position: right top;
   /*margin:20px auto;*/
    border-radius: 10px 10px 10px 0px;
    box-shadow: 5px 0p5x 0 0 #999999;
}
.LabelNegro_bold
{
    margin-left: 20px;
}
/******/