body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	background-image: url(../imag/f_formularios.jpg);
	background-repeat: repeat-x;
}
#contenido {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#menu {
	float: left;
	width: 250px;
	height: 210px;
}
#bottom {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
}

#texto {
	float: right;
	width: 745px;
}


#pie {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 20px;
	font-size: 12px;
	clear: both;
	float: none;
	background-image: url(../imag/f_pie.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
#pie ul {
	margin: 0px;
	padding: 0px;
}
#pie li {
	display: inline;
	list-style-type: none;
}
#pie a {
	padding-right: 8px;
	padding-left: 8px;
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main {
	position: relative;
	background-color: #F7E9BF;
	background-image: url(../formularios/img/backgroundmain.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}
#mainform {
	position: relative;
	width: 650px;
	margin-right: 50px;
}
#mainform h2 {
	font-size: 14px;
	color: #670001;
	padding-bottom: 10px;
}
#mainform ul {
	margin-left: 15px;
	list-style-type: none;
	margin-right: 15px;
	margin-bottom: 15px;
}
#mainform li {
	list-style-type: circle;
	text-align: left;
	padding-bottom: 2px;
}
#mainform p {
	font-size: 11px;
	padding-bottom: 10px;
}
#mainform p.importante {
	font-size: 11px;
	font-weight: bold;
}
#mainform table.llegadasalida {
	background-color: #E0E0E0;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
#mainform .llegadasalida td {
	padding: 5px;
}
#mainform td.encabezado {
	color: #FFFFFF;
	background-color: #670001;
	font-size: 12px;
	font-weight: bold;
}
#mainform td.casillaclara {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
	text-align: left;
}
#mainform td.casillaoscura {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#mainform td.casillaoscura1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: left;
}
#mainform td.casillaroja {
	background-color: #670001;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-right: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#mainform td.casillenviar {
	background-color: #670001;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 4px;
}
#mainform td.casilladatospersonales {
	text-align: left;
}
#mainform td.casillatop {
	vertical-align: top;
}
#mainform a {
	text-align: left;
	display: block;
}
#mainform   a.habespecial {
	background-color: transparent;
	background-image: url(../formularios/img/discapacitados.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 24px;
}
#mainform select {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-size: 11px;
	margin-right: 2px;
	margin-left: 2px;
}
#mainform input {
	font-size: 11px;
}
#mainform input.casillainput {
	border: 1px solid #666666;
	padding: 1px;
	text-align: center;
}
#mainform input.casilladpersonales {
	border: 1px solid #666666;
	padding: 1px;
	text-align: left;
}
#mainform input.enviar_borrar {
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#mainform textarea {
	height: 120px;
	width: 100%;
	border: 1px solid #999999;
}
p {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
