#contenedor_pagina{
  padding: 10px;
  position:relative;
}

#contenedor_cabecera{
  height:40px;
  line-height: 40px;
  padding:10px;
  font-size:24px;
  border-bottom:0px;
}
#contenedor_contenido{
  min-height: 500px;
  height:auto;
  border-top:0px;
  padding-bottom:40px;
  position:relative;
}

#contenido {
  padding:10px;
  overflow:hidden;
}

#contenedor_menu {
  padding:0px;
  border:0px;
}

#contenedor_pie{
  height:40px;
  line-height:40px;
  padding:10px;
}

div.contenedor_formulario {
  float:left;
  padding:20px;
  border:1px solid;
  margin-top:20px;
}

#formulario-identificarse{
  text-align:center;
}

.izquierda{
  float:left;
}

.derecha{
  folat:right;
}

div.error {
  font-size:20px;
  line-height: 30px;
  padding:20px;
  width:100%;
  height:200px;
  text-align: center;
}

div.error span {
  margin-top:60px;
  display:block;
  vertical-align:middle;
}

img {
  border:0px;
}

div.busqueda {
  width: 100%;
  height:35px;
  line-height:35px;
}

div.busqueda_inline {
  height:20px;
  line-height:20px;
}

/* Estilos de los roles */
.submodulo_rol
{
  float:left;
  width:200px;
  margin:8px;
  text-align:justify;
}

.submodulo_rol label
{
  text-align:left;
  margin-left:10px;
  width:130px;
  float:none;
}

.submodulo_rol .fila_submodulo_rol
{
  padding:3px;
}

.submodulo_rol h3
{
  padding: 10px 20px;
  margin-bottom:0px;
  margin-top:0px;
  text-align:center;
  font-weight: normal !important;
  font-size:13px;
}
/* Fin de los estilos de los roles */

/* Estilos de las fotos */
.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
  font-size: 0;
  position: absolute;
  background: white url('/t2vfw/images/Jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
  font-size: 1px;
  width: 7px !important;
  height: 7px !important;
  border: 1px #eee solid;
  background-color: #333;
  *width: 9px;
  *height: 9px;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
  background: yellow;
}
.custom .jcrop-handle
{
  border-color: black;
  background-color: #C7BB00;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#contenedor-foto{
  margin-top:50px;
  width:100%;
  float:left;
}

#contenedor-crop{
  padding:20px;
  float:left;
}

#contenedor-crop-imagen{
  float:left;
}
#contenedor-crop-resultado{
  margin-top:200px;
  margin-left:50px;
  float:left;
}
#contenedor-imagen-previa{
  float:right;
  width:240px;
  height:240px;    
  text-align:center;
  padding:5px;
}
#contenedor-subfotos{
  float:left;
  width:500px;
  text-align:center;
  padding:5px;
}
/* Fin Estilos de las fotos */