@charset "utf-8";
/* ©2008 Borias - Xpiral Group */
body {
	background: #fff url('design/cielo.jpg');
	font:12px Trebuchet MS, Tahoma, Verdana, Helvetica;
	margin: 0; 	padding: 0;
	text-align: center;
	color: #000;
}
#contenedor{
	background: url(design/welcome-cuerpo.jpg) repeat-y center top;
	margin: 0 auto;
	width: 770px;
	text-align:left;
}
#contenido{
	padding: 10px 160px 0 160px;
}
#header{
	height: 200px;
	background:url(design/welcome-header.jpg) no-repeat center top;
	margin: 0; padding: 0;
	text-align:center;
}
#banner{
	padding: 25px 0 0 275px;
}
.barra{
	width: 150px;
	color: #000;
	padding: 0 5px 5px 5px;
}
#footer{
	clear:both;
	background-image: url(design/welcome-footer.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #fff;
	font-size:small;
	height: 62px;
	padding:0;
}
h1, h2, h3, p{margin: 0; padding: 0 1em; font-size:12px; font-weight:normal;}
h1 {font-size:24px;font-weight:bold;}
h2 {font-weight:bold;}
img {border: 0;	padding: 0 5px;}
.titulo {
	padding: 5px 0;
	color:#036;
	font-size:12px;
	font-weight: bold;
}
.subTitle {
	color:#000; width:400px;
	background: url(design/h2.jpg) repeat-x;
	font-size:16px; font-weight: bold;
}
.subTitle2 {
	color:#000; width:180px;
	background: url(design/h2.jpg) repeat-x;
	font-size:14px; font-weight: bold;
}
table, td {border: #fff 0px solid;}
/* Form */
.txtin, select, textarea {
	color: #060; background-color: #F8FEEB; border: #060; border-style: solid; border-top-width: 1px;
	border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
	padding-left: 3px;margin-left: 5px;
}
.borde{
	position:relative;
	top:-11px;	left:-5px;
	width:22px;	height:18px;
	background:url(design/borde.jpg) no-repeat;
}
.cajaN {background:url(design/back01.jpg) repeat-y top left; margin:5px;}
.cajaB {background:url(design/back02.jpg) repeat-y top left; margin:5px;}
.img1 {border:thin solid #fff;}
.btnR a{background:url(design/boton1.gif) no-repeat center top; width:100px; height:25px; display:block; text-decoration:none; padding-top:2px; color:#666; font-weight:bold; position:relative; left: 250px;}
.btnR a:hover{background:url(design/boton2.gif) no-repeat center top; text-decoration:underline; color:#000;font-weight:bold;}
.cred a{text-decoration:none; color:#fff;}
.cred a:hover{text-decoration:underline; color:#fff;}
.frmTop{background:url(design/frmTop.gif) top center no-repeat; width:500px;}
.frmMid{background:url(design/frmMid.gif) top center repeat-y;}
.frmBot{background:url(design/frmBot.gif) bottom center no-repeat;}
/* GENERAL */
.width100 {width: 100%;}
.width98 {width: 98%;}
.width25 {width: 25%;}
.width50 {width: 50%;}
.floatIzq {float: left;}
.floatDer {float: right;}
.alignIzq {text-align: left;}
.alignDer {text-align: right;}
.alignCenter {text-align:center;}
.alignJust {text-align:justify;}
