@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	background:#FFF url(../imagenes/bg_lydia.png) left top repeat-x;
	font-family:Tahoma,"Trebuchet MS", Arial;
	font-size:12px;	
	color:#000000;	
}
a:focus{
	outline:0px;
}
a{
	text-decoration: none;
	}
	
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */

.left{
	float:left;
	}
.right{
	float:right;
	}
/************************************************************************************************/
#header{
	margin:0 auto;
	width:707px;
	padding-top:30px;
	}
.contenedor{
	margin:15px auto;
	width:707px;
	background:url(../imagenes/bg_caprichoza.png) left top no-repeat;
}
.contenedor2{
	margin:30px auto 0 auto;
	width:700px;
}
#sep{
	width:581px;
	margin:30px auto 40px auto;
	}
#tabs{
margin-left:-50px;
margin-bottom:20px;
	}
.tit_index{
	padding:10px 20px 15px 20px;
	width:465px;
	font-size:14px;
	color:#000000;
	}
.items{
	font-size:11px;
	color: #6e99b0;
	}
.user input{
padding:5px;
	}
.style1 {
	color: #134E88;
	font-weight: bold;
}
.intro{
	font-family:Tahoma,"Trebuchet MS", Arial;
	font-size:14px;
	color:#006666;
}
.boton{
	width:100px;
	height:30px;
	border:3px solid #F0F0F0;
	color:#000000;
	background:#A3DDFA;
	font-size:12px;
	font-weight:bold;
}
.campos{
	width:250px;
	height:16px;
	border:1px solid #A3DDFA;
	color:#000000;
	background:#FAFAFA;
	font-size:12px;
	margin:2px 0 5px 0;
	padding:2px;
	font-family:"Courier New", Courier, monospace;
}
.campos_g{
	width:660px;
	height:75px;
	border:1px solid #A3DDFA;
	color:#517B87;
	background:#FAFAFA;
	font-size:12px;
	margin:2px 0 5px 0;
	padding:2px;
	font-family:"Courier New", Courier, monospace;	
}

label{
	width:200px;
	font-family:Tahoma,"Trebuchet MS", Arial;
	font-size:12px;	
	color:#000000;
}
.pie{
	font-size:11px;
}
#footer{
	margin-top:30px;
	padding-top:20px;
	background:#A3DDFA;
	height:60px;
	}
#footer #footerCont{
	width:700px;
	margin:0 auto;
	}
