body {
	margin: 0;
	color: #cc3300;
	background: #E0D8CD url(../imagenes/bg.gif) repeat-y;
	background-position: center;
	text-align: center;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 12px;
}

/**	CONTENEDORES **/
#principal {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #F4F6F1;	
	border: solid 1px #222;
	font-size: 12px;
}
#cabecera {
	height: 211px;
	padding: 0;
	border-color: #222;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	background: #fff /*url(../imagenes/banner.jpg) no-repeat*/;
}
#menu {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #cc3300;
	text-decoration: none;
	margin: 0 5px 0 0;
	padding: 5px 5px 15px 5px;
	width: 155px;
	text-align: center;
	background: #F4F6F1;
}
#menu-der {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #cc3300;
	text-decoration: none;
	margin: 0 0 0 5px;
	padding: 5px 5px 15px 5px;
	width: 155px;
	text-align: center;
	background: #F4F6F1;
}
#contenido {
/*	margin-left: 180px;
	margin-right: 10px;*/
	float: left;
	width: 410px;
	font-size: 12px;
	color: #444;
	text-decoration: none;
/*	width: 540px;*/
	text-align: justify;
	padding: 5px 5px 5px 5px;
	border-color: #303030;
	background: #fff;
}
#pie {
	font-size: 11px;
	color: #333;
	padding: 0;
	text-align: center;
	clear: left;
	border-top: 1px solid #222;
	/*background: #F4F6F1 url(../imagenes/pie.png) repeat-x;*/
}
#validar{
	text-align: right;
	padding-right: 15px;
	margin: 0 0 0 0;
}

/** LINKS **/
a {
	color: #F18930;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}
a:hover {
	color: #555;
	text-decoration: underline;
}
a.pie {
	color: #F18930;
	text-decoration: none;
	font-weight: bold;

}
a.pie:hover {
	color: #000;
	text-decoration: underline;
}
a.menu {
	color: #F18930;
	height: 20px;
	border: none;
	/*border-width: 0px 1px 1px 1px;
	border-color: #666;
	border-style: solid;
/*	border: solid 1px #666;*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	padding: 5px 0px 2px 5px;
	margin: 0;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	background: none;
}
a.menu:hover {
	color: #222;
	text-decoration: none;
	background: #eee;
}
a.img {
	text-decoration: none;
}
a.img:hover {
	text-decoration: none;
	position: relative; top: +1px; right: -1px;
}

a.validar {
	color: #c00;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
a.validar:hover {
	color: #555;
	text-decoration: none;
}
/** VARIOS **/
hr {
	width: 100%;
	height: 0px;
	text-align: center;
	border-color: #cc3300;
	font-size: 13px;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
}
h1 {
	color: #F18930;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	padding: 5px;
	/*padding: 2px 30px 2px 0px;*/
	border-bottom: 1px solid #F18930;
	/*border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #F18930;*/
}
h1.titulo {
	color: #F18930;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	padding: 5px;
	border: none;
}
h2 {
	color: #333;
	font-size: 15px;
	text-decoration: none;
	text-align: justify;
	font-weight: bold;
	padding: 3px 3px 1px 1px;
	margin: 0;
	border-width: 0px 0px 0px 0px;
	border-style: dashed;
	border-color: #cc3300;
}
h3 {
	color: #c00;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-weight: BOLD;
	padding: 2px 2px 2px 2px;
}
h4 {
	color: #222;
	height: 25px;
	font-size: 13px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	padding: 10px 3px 0px 7px;
	margin: 0;
	/*border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #222;*/
	border: none;
	background: #F4F6F1 url(../imagenes/menu.jpg) no-repeat;
	background-position: right;
}
img {
	border: 0;
}
.img-izq {
	float: left;
	margin: 5px 10px 5px 5px;
	border: 2px solid #ccc;
}
.img-der {
	float: right;
	margin: 5px 5px 5px 10px;
	border: 2px solid #ccc;
}
.left {
	float: left;
	margin: 2px;
}
.right {
	float: right;
	margin: 2px;
}
input{
	width: 250px; 
	color: #555;
	font: bold 12px 'Courier New';
	border: 1px solid #F18930;
}
textarea{
	width: 250px;
	height: 120px;
	color: #555;
	font: bold 12px 'Courier New';
	border: 1px solid #F18930;
	overflow: auto;
}
input.boton {
	font: bold 11px Verdana;
	color: #fff;
	width: 100px;
	text-decoration: none;
	padding: 0;
	margin: 0;
	border: solid 1px #222;
	background: #F18930;
}