﻿

@import url(http://fonts.googleapis.com/css?family=Muli:400,300,300italic,400italic);

body {
	margin:0px;
	background:#e3e0D6;
	font-family: 'Muli', Arial, Tahoma, Verdana, sans-serif;
	font-size:13px;
	color:#4d4d4d;
	 border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 5px 0 #D0CCBb;
}
a {
	color: #0b6692;
	text-decoration: none;
	font-weight: normal;
	font-size:12px;
	text-transform:uppercase;
	padding-left:20px;
	font-family: 'Muli', Arial, Tahoma, Verdana, sans-serif;
}
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;
	font-family: 'Muli', Arial, Tahoma, Verdana, sans-serif;
}

.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:white;
    background:#FDCA17;
    cursor: pointer;
    border: none;
    font-size: 14px;
    font-weight: normal;
	font-family: 'Muli', Arial, Tahoma, Verdana, sans-serif;
}

.boton:hover
{
    background-color: #FFD15C;
    border: none;
    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: #e3e0d6;
    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 #D0CCBb;
   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;
   border-radius: 0px 10px 10px 0px;
    box-shadow:  5px 5px 5px 0px #D0CCBb;
   /*margin:20px auto;*/
}
.LabelNegro_bold
{
    margin-left: 20px;
}
/******/

