/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/fondo.jpg);
	background-repeat:repeat-x;
}
.formularios-field {
width:580px; height:30px; font-size:14px; color:#666; border:solid; border-width:1px; padding:3px; }
.formularios-select {
width:588px; height:38px; font-size:14px; color:#666; border:solid; border-width:1px; padding:3px; }
.formularios-area {
width:580px; height:88px; font-size:14px; color:#666; border:solid; border-width:1px; padding:3px; }
.option-1 {
width:580px; height:30px; font-size:14px; color:#666; border:solid; border-width:1px; padding:3px; background-color: #E6E6E6; }
.option-2 {
width:580px; height:30px; font-size:14px; color:#666; border:solid; border-width:1px; padding:3px; background-color:#fff; }
.texto-gris-14-bold {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#999;
}
.texto-gris-14-gris {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#333;
}
.texto-gris-20-gris {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:20px;
	
	line-height:20px;
	color:#333;
}
a.texto-gris-20-gris {
	color:#333;
	text-decoration:none;
	}
a.texto-gris-20-gris:hover {
	color: #F30;
	text-decoration:none;
	
	}
.texto-gris-12 {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	line-height:25px;
	color:#999;
}
.texto-gris-12-interna {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	line-height:16px;
	color: #666;
}
a.texto-blanco-12-fijo {
	width:84px;
	height: 54px;
	padding-top:25px;
	text-align:center;
	display:block;
	background-color:#f35923;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
.texto-blanco-12 {
	width:84px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
a.texto-blanco-12 {
	width:84px;
	height: 54px;
	padding-top:25px;
	text-align:center;
	display:block;
	text-decoration:none;
}
a.texto-blanco-12:hover {
	width:84px;
	height: 54px;
	padding-top:25px;
	text-align:center;
	display:block;
	background-color:#f35923;
}
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li {
	/* these are required, but the values are up to you (must be pixel) */
	width: 241px;
	height: 339px;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */
	float: left;
}
.kwicks.vertical li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */
}
#kwick1 {
	background-color: #d3d3d3;
}
#kwick2 {
	background-color: #878787;
}
#kwick3 {
	background-color: #3a3a3a;
}
#kwick4 {
	background-color: #bf7cc7;
}
.kwicks.horizontal #kwick4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}
