﻿html, body {
	height:100%;
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
}
* html #wrap {
	height:100%;
}
body
{
	background:url(../imagenes/fndIntro1.gif) #E38E07 repeat;
	padding: 0px;
	margin: 0px;
}
#wrap {
	margin: 0px auto;
	text-align: center;
	min-height: 100%;
}
#head {
	width: 100%;
	height: 110px;
	margin: 0px auto;
	text-align: left;
	background: url(../imagenes/fndoHead1.gif) #BA3200 repeat-x;
}
#logo
{
	float:left;
	width:200px;
}
#imgLogo
{
	background: url(../imagenes/logoSyH.jpg) #BA3200 no-repeat;
	width:139px;
	height:110px;
}
#titulo
{
	float:right;
	width:400px;
	text-align:right;
	padding: 50px 10px 0px 0xp;
	margin: 80px 10px 0px 0px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}
#consulta
{
	background: #BA3200;
	width:100%;
	text-align:center;
	margin: 0px auto;

}
#resultado
{
	margin:0px auto;
	text-align:center;
}
#registro{
	width:450px; 
	padding:10px; 
	margin:15px; 
	border: 2px dashed #D2D2D2;
	background: #F0960A;
	text-align:center;
	margin:0px auto;
}
.deleteColumns{
	clear: both;
}
#registro h1, #consulta h1
{
	color:#BA3200;
	font-size:14px;
	padding:0px;
	margin:0px;
}
#registro label
{
	float: left;
	width: 33%; 
	text-align:right;
	padding:5px;
}
#consulta label, #registro label
{
 
	color:#FFFFFF;
	font-size: 12px;
}
#registro .line
{
	width:90%;
	margin: 0px;
	padding: 0px;
}
#consulta input[type='text']
{
	background-color:#FFFFFF;
	width:100px;
	border: solid 1px #FFFFFF; 
}
#consulta input[type='submit'], input[type='submit']
{
	background: #F0960A;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	width:100px;
	font-family: Arial;
}

div table
{
	background: #F0960A;
	text-align: left;
	font-size: 12px;
	border: 0px;
}
div table tr th
{
	background: #BA3200;
	color: #FFFFFF;
	padding:5px 10px 5px 10px;
	border: 0px;
}
div table tr td
{
	background: #FFFFFF;
	padding:0px 10px 0px 10px;
}
/* footer */
#footer
{
background: url(../imagenes/fndoFooter1.gif) #BA3200 repeat-x;
height: 40px;
margin-top: -40px;
}
#footerIn {
	height: 25px;
	margin: 0px auto;
	text-align: center;
}
#footerIn h1 {
	margin: 0px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	padding-top:10px;
	line-height: 1.4em;
	font-size:9px;
}
#footerIn h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
#footerIn h1 a:hover {
	color: #F2F2F2;
}
p{
	font-size: 12px;
	color:#FFFFFF;
}
a{
	color:#BA3200;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
