﻿body
{
	font: 12px Verdana,Arial,Helvetica,sans-serif;
	text-align:center;
	margin: 0 auto;
}

p
{
 text-align:justify;
 margin-top: 0;
 margin-bottom:10px;
}

h1 
{
	text-align: left;
	font-family: verdana,arial,helvetica;
	font-size: 13pt;
	border-bottom:1px solid #AFB2B3;
	margin-bottom:14px;
	margin-top:5px;
	width:100%;
	clear:both;
}

.ContenedorPpal
{
	margin: 0 auto;
	text-align:left;
	width:900px;
	margin-top:15px;
}

.Encabezado
{
	clear:both;
	width:100%;
}

.ContenedorMenu
{
	width:100%;
	clear:both;
	font-family:Verdana !important;
	margin-bottom:15px;
	margin-top:7px;
}

div.HomeVertical
{
	width:400px; 
	height:350px; 
	/*border:solid 1px black;*/
	padding:10px;
	margin-right:15px;
	background-image: url(../Imagenes/fondo_blanco-gris.jpg);
	background-repeat:no-repeat;
	background-position: left top;	
}

div.HomeHorizontal
{
	width:440px; 
	padding:10px;
	margin-bottom:15px;
	background-image: url(../Imagenes/fondo_blanco-gris.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}


div.Titulo
{
	background-image: url(../Imagenes/FondoNaranja.jpg);
	background-repeat:repeat-x;
	background-position: left bottom;
	font-weight:bold;
	padding:5px;
	font-family: 'Georgia', Times, Serif !important;
	font-size:  130%;
	margin-bottom:10px;
	text-align:center;
	border-bottom: solid 4px Orange;
}

.IconoHome
{
	float:left;
	border: solid 1px Gray;
	padding:3px;
	margin-right:7px;
	margin-bottom:3px;
}

div.campoFormulario {
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
	position: relative;
	z-index:4;
}

div.campoFormulario input 
{
	vertical-align:middle;
}
	
/** Contenedor del botón de los formularios */
div.botonFormulario 
{
	margin: 10px 4px 4px 4px;
	width: inherit;
	text-align:center;	
	clear: both;
}

div.botonFormulario input, input.botonFormularioInline 
{
	text-align:center;	
	padding: 2px 2px 2px 2px;
	font-weight:bold;
	background-image: url( ../Imagenes/headerBg2.gif );
	background-repeat:repeat-x;
}	

div.botonFormulario input:hover {
	color: #009900;
}

input.botonFormularioInline:hover {
	color: #009900;
}

input,textarea  {
	font: inherit;
	background: #F4F8FB;
	border: 1px solid Gray;
	color: #444444;
}

span.label, label {
	display: inline;
	float: left;
	width: 90px;
	padding: 3px 10px;
	text-align: right;
	font-size: 12px;
	z-index:4;
}

div.MsgInformacion
{
	padding:8px; 
	border:dashed 1px orange; 
	background-color: #FFFFCC; 
	margin-top:5px; 
	margin-bottom:5px;
	font-size:13px;	
	vertical-align:middle;
}

div.MsgInformacion span
{
	display:inline;
	color: Gray;
	font-size: 120%;
	margin: 4px 0px 1px 10px;
	width:90%;
	display: inline;
}

div.MsgInformacion img
{
	z-index: 4;
	display:inline;
	border: none 0px;	
	float:left;
	margin: 1px 4px 1px 4px;
}

.Errores
{
	text-align:left;
	border: solid 1px blue;
	padding: 0px 5px 0px 5px;
	color: #FF0000;
	background: #FFEAEA;
	vertical-align: middle;
	font-weight:  lighter;
	list-style-type:  disc;
	list-style-image: url( ../Imagenes/vinetaError.gif);
	list-style-position:  outside;
	position: relative;
	margin-bottom:10px;
}

div.login
{
	/*width: 550px;*/
	margin-top:100px;
}

div.PiePag
{
	border-top: solid 1px Black; 
	padding-top:5px; 
	margin-top:50px;
	font-size:12px; 
	font-family:Verdana; 
	text-align:center;
	background-image: url( ../Imagenes/BarraGrisClara.png);
	background-repeat:repeat-x;	
	height:30px;
}

div.PiePag a
{ 
	color: Black;
	text-decoration: underline;
}