@charset "utf-8";
body {
	background: url(../img/fondo_doc.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

img
{
	border: none;
}

#contenedor {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 840px;
	padding: 20px;
}

/*formulario */

.contact_form h2 {
	background: none repeat scroll 0 0 #F3F3F3;
	border-radius: 5px;
	color: #5CD053;
	display: block;
	font-family: sans-serif;
	font-size: 15px;
	padding: 5px;
	text-shadow: 1px 1px 1px #CCCCCC;
	width: 433px;
}
*--- estilos para los ul y li del formulario ---*/

.contact_form ul 
{
    width:400px;
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.contact_form ul {
	list-style-type: none;
	text-align: left;
	border: thin solid #9BB;
	padding: 15px;
	width: 400px;
}


.contact_form li
{
	padding:8px;
	position:relative;
}

.contact_form label {
	color: #555555;
	display: inline-block;
	float: left;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 70px;

}

contact_form input {
	height:50px;
	width:50px;
	padding:5px 8px;
}

.contact_form textarea {
    padding:8px; 
    width:300px;
}
.menu {
	background-image: none;
}


.contact_form button {
	margin-left:150px;
}

/*----- estilos visuales de los elementos --------*/

.contact_form input, .contact_form textarea{ 
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
    color: #888;
    font-size: 12px;
    padding-right:30px;
    -moz-transition: padding .25s; 
    -webkit-transition: padding .25s; 
    -o-transition: padding .25s;
    transition: padding .25s;

}

.contact_form input:focus, .contact_form textarea:focus {
	background: #fff;
	border:1px solid #555;
	box-shadow: 0 0 3px #aaa;
}

/* === Estilos de Validacion === */


.contact_form input:required:valid, .contact_form textarea:required:valid {

    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}

.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {

    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}
 
 
/* === Estilos del boton de Envio === */

button.submit {
	padding: 9px 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #444;
	border: none;
	text-shadow: none;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
	background-image: -moz-linear-gradient(0% 100% 90deg, #BBBBBB, #FFFFFF);
	background-color: #FFF;
	border: 1px solid #f1f1f1;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);

}

button.submit:hover {
	opacity:.55;
	cursor: pointer;
	color: #000;
}

button.submit:active {

    border: 1px solid #222;
    box-shadow: 0 0 10px 5px #444 inset; 
}

.cab {
	height: 150px;
	width: 100%;
	background-color: #FFF;
	background-image: url(../historico.patgenlab.com.es/img/logo.png);
	background-repeat: no-repeat;
	background-position: 60px;
	font-family: "Squada One";
	font-size: 50px;
	color: #000;

}
.cab span {
	width: 200px;	
	
}
.cab .titulo {
	position: absolute;
	left: 180px;
	top: 10px;
}

#logout
 {
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 8px;
	background: rgba(0, 0, 0, 0.15);
	
}

#logout_link a{
	color: #000;
	text-decoration: none;
	background-image: url(../img/cerrar_sesion.png);
	background-repeat: no-repeat;
	padding-left: 28px;
	vertical-align: middle;
	height: 30px;
	display: block;
	width: 200px;
}

#dir_link 
{
	color: #000;
	text-decoration: none;
	background-image: url(../img/dir.png);
	background-repeat: no-repeat;
	padding-left: 28px;
	vertical-align: middle;
	height: 30px;
	display: block;
	width: 200px;
}

#logout_link a:hover {
	color: #000;
	text-decoration: underline;
}


#flash {
	color: #000;
	padding-top: 40px;
	text-align: center;
}
#flash a {
	font-weight: bolder;
	color: #000;
}
#contenedor #comunidad_info {
	width: 350px;
	float: left;
	background-image: url(../img/casas.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color:  #9BB;
	border-right-color:  #9BB;
	border-bottom-color:  #9BB;
	border-left-color:  #9BB;
	padding-bottom: 50px;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-right: 10px;
	
}
#contenedor #formulario_v {
	float: left;
}
#contenedor #formulario_act {
	float: left;
}

#contenedor #change_pass {
	float: left;	
}

#contenedor #nuevaimagen {
	float: left;
	margin-top: 16px;
}


#contenedor #comunidad_info .comunidad_titulo {

	height: 80px;
	margin-left: 100px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	
}
#contenedor #comunidad_info ul {
	list-style-type: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	
	font-style: normal;
}

#contenedor #comunidad_info .change_medico {
	list-style-type: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	margin-left: 20px;
	margin-top: 20px;
	
}

#contenedor #change_pass .ico_doc {
	margin-left: 10px;
	height: 80px;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;

}


#contenedor #resultado {
	width: 800px;
	clear: both;
}

/*menu_boton*/

#menu_back {
	height: 30px;
	margin-top: 5px;
	background-image: url(../img/menu_button.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}

#menu_back span
{
  position: absolute;
  top: -999em;
}

#menu_back:hover
{ 
  background-position: 0 -30px;
}


#formulario_cambio_pass
{ 
  width: 350px;
  height: 350px;
}

/* "Winter Blues" CSS theme for CSS Table Gallery (http://icant.co.uk/csstablegallery/) by Gunta Klavina (http://www.klavina.com) */

table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	color: #000;
	background: #F3F5F7;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-size: 85%;
	font-weight: bold;
}

table a {
	color: #000000;
	text-decoration: none;
}  

table a:visited {color: #777;}

table a:hover {color: #000;}  

table caption {
	text-align: left;
	text-transform: uppercase;
	font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	padding: 10px;
}

table thead th {background: #3A4856; padding: 15px 10px; color: #fff; text-align: left; font-weight: normal;}

table tbody, table thead {border-left: 1px solid #EAECEE; border-right: 1px solid #EAECEE;}

table tbody {border-bottom: 1px solid #EAECEE;}
                      
table tbody td, table tbody th {padding: 5px; background: url("td_back.gif") repeat-x; text-align: left;}

table tbody tr {background: #F3F5F7;}

table tbody tr.odd {background: #F0F2F4;}

table tbody  tr:hover {background: #EAECEE; color: #111;}

table tfoot td, table tfoot th, table tfoot tr {text-align: left; font: 120%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase; background: #fff; padding: 10px;}
