@charset "utf-8";
/* ---------------- RESETEA ESTILOS ----------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* ---------------- GENERAL ---------------- */
* {
	font-family: "Trebuchet MS", Georgia, Times, serif;
}
body, html {
	font-size: 14px;
	color: #333333;
	min-height: 100%;
	height: 100%;
	background-color: #ced7e1;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
/* ---------------- ANCLAS ---------------- */
a.e1:link, a.e1:visited, a.e1:active {
	color: #0D1E3C;
	text-decoration: underline;
}
a.e1:hover {
	color: #326AD3;
	text-decoration: underline;
}
/* ---------------- CAJAS -------------- */
#cabecera {
	width: 850px;
	position: relative;
	background-color: #EEEEEE;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#principal {
	width: 850px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
}
.margen20 {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.centrada {
	position: relative;
	width: 467px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	width: 810px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.historial {
	background-color: #EEEEEE;
	padding: 5px;
	width: 800px;
	border: 1px dashed #999999;
	margin-top: 10px;
}
.legal {
	font-size: 12px;
	color: #999999;
	text-align: center;
	width: 850px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
}
.tuspuntos {
	font-size: 18px;
	color: #FF6600;
	text-align: center;
	width: 810px;
	margin-top: 10px;
	clear: both;
	float: left;
	margin-bottom: 10px;
}
#login {
	width: auto;
	position: relative;
	top: 90px;
	right: 70px;
}
/* --------------- TEXTOS --------------- */
h3 {
	font-size: 20px;
	color: #003366;
	margin-bottom: 10px;
}
.p0 {
	text-align: justify;
	margin-bottom: 5px;
	font-size: 12px;
	color: #666666;
}
.msg {
	font-weight: bold;
	color: #FF0000;
	width: auto;
	padding: 10px;
	border: 1px dashed #FF0000;
	background-color: #FFF2F2;
	text-align: center;
	margin-top: 10px;
	margin-right: 20%;
	margin-bottom: 10px;
	margin-left: 20%;
}
.detalle {
	font-weight: bold;
	color: #339933;
	width: auto;
	padding: 10px;
	border: 1px dashed #339933;
	background-color: #F1FAF1;
	text-align: center;
	margin-top: 10px;
	margin-right: 20%;
	margin-bottom: 10px;
	margin-left: 20%;
}
.rojo {
	color: #FF0000;
}
/* --------------- FORMULARIOS --------------- */
input, textarea {
	border: 1px solid #006699;
	background-color: #F0FAFF;
}
input.button {
	color: #006699;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #EEEEEE;
}
/* --------------- IMAGENES --------------- */
.mg5izq {
	margin-left: 5px;
}
.imgcent {
	display: block;
	margin: auto;
}
.igaleria {
	border: 1px solid #ced7e1;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	text-align: center;
	font-size: 12px;
	background-color: #E8ECF0;
}
/* --------------- TABLAS --------------- */
.tablaform {
	border-collapse:collapse;
	border-spacing:0;
	font-size: 14px;
}
.tablaform td{
	padding: 3px;
}
.tablaform2 {
	border-collapse:collapse;
	border-spacing:0;
	font-size: 14px;
	border: 1px solid #0099CC;
}
.tablaform2 td{
	padding: 3px;
}
.tablaform td.izq{
	text-align: right;
}
.tablaform2 {
	border-collapse:collapse;
	border-spacing:0;
	font-size: 14px;
	border: 1px solid #ced7e1;
}
.tablaform2 td{
	padding: 10px;
}
