/* @override 
	http://ev.cromatia.com/css/cromatizador.css
	http://www.estudiosdelavega.com/css/cromatizador.css
*/

body {
	margin: 0;
	padding: 0;
	color: #444;
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
}

#Main {
	background: #d4d4d4 url(../pix/bk-trans.png) no-repeat fixed center center;
}

#MainContainer {
	width: 700px;
	height: 580px;
	margin-top: -290px;
	margin-left: -350px;
	position: absolute;
	top: 50%;
	left: 50%;
}

#Header {
	height: 35px;
	width: 700px;
	margin-bottom: 20px;
}

#Estudio {
	width: 200px;
	height: 35px;
}

#Botones {
	width: 460px;
	height: 35px;
	text-align: right;
}

#Botones p {
	margin: 0;
	line-height: 35px;
}

#Botones a {
	text-decoration: none;
	font-size: 14px;
	color: #787878;
	display: inline-block;
	padding-left: 7px;
	padding-right: 5px;
	background: url(../pix/divisor-trans.png) no-repeat;
	height: 35px;
}

#Botones a:hover {
	color: #444;
}

#Botones p span a.last {
	color: #d4d4d4;
	padding-right: 0;
	overflow: hidden;
	width: 2px;
	padding-left: 0;
}

#Box {
	width: 700px;
	height: 465px;
}

object#slideshow {
	margin-top: -20px;
}

#Footer {
	margin-top: 10px;
	height: 50px;
	width: 700px;
}

#ShoeBox {
	width: 340px;
	height: 50px;
}

#Logo {
	width: 50px;
	height: 50px;
}

#Slogan {
	width: 270px;
	height: 50px;
}

#ShoeBox.right {
	text-align: right;
}

#ShoeBox p {
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 4px;
}

.mini {
	font-size: 10px;
}

li .mini {
	font-size: 12px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.contacto {
	border: 1px solid #a7a7a7;
	overflow: hidden;
}

#Row {
	width: 100%;
	overflow: hidden;
	margin-top: 8px;
}

#Tag {
	width: 150px;
	padding: 5px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

#Txt {
	width: 500px;
	padding: 5px;
	font-size: 14px;
}

#Txt p {
	margin: 0;
}

/* @group Donas, Tripas ya se fue */

#Donas {
	width: 300px;
	margin-left: -215px;
	margin-top: -55px;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 30px 30px 30px 100px;
	height: 50px;
	background-image: url(/pix/mensaje-trans.png);
}

#Donas a {
	color: #787878;
	text-decoration: none;
}

#Donas p {
	margin: 0;
}

.donas {
	font-size: 23px;
}

/* @end */

/* @group Validacion */

input.required {
	font-size: 12px;
	display: inline;
	border: 1px solid #a7a7a7;
	color: #444;
	padding: 4px;
	height: 10px;
	width: 320px;
	background-color: #fff;
}

input.no-required {
	font-size: 12px;
	display: inline;
	border: 1px solid #a7a7a7;
	color: #444;
	padding: 4px;
	height: 10px;
	width: 320px;
	background-color: transparent;
}

input.required:focus {
	background-color: #fefdd6;
	color: #2949a5;
}

input.no-required:focus {
	background-color: #fefdd6;
	color: #2949a5;
}

input.validation-passed {
	color : #444;
	border: 1px solid #444;
}

input.validation-failed {
	color: #bb4b43;
	background-color: #f4d5d4;
	border: 1px solid #bb4b43;
}

textarea.required {
	width: 320px;
	font-size: 12px;
	display: inline;
	border: 1px solid #a7a7a7;
	padding: 4px;
	color: #444;
	background-color: transparent;
	height: 70px;
}

textarea.required:focus {
	background-color: #fefdd6;
	color: #2949a5;
}

textarea.validation-passed {
	border: 1px solid #444;
	color : #444;
}

textarea.validation-failed {
	border: 1px solid #bb4b43;
	color: #bb4b43;
	background-color: #f4d5d4;
	margin-bottom: -2px;
}

.form-row {
	clear: both;
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

label {
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #444;
}

.validation-advice {
	font-size: 11px;
	width: 153px;
	min-height: 15px;
	color : #bb4b43;
	float: left;
	background: rgba(255,255,255,0.5) url(../pix/waring_20.png) no-repeat 5px 2px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: dotted;
	font-weight: bold;
	margin: 0 0 2px;
	padding: 5px 5px 5px 30px;
}

#Contacto .validation-advice {
	width: 293px;
}

/* @group Vacias */

.field-label {
}

.field-widget {
}



/* @end */



/* @end */

/* @group Forma */

#FormBox {
	width: 100%;
	overflow: visible;
}

.label {
	text-align: right;
	width: 120px;
	float: left;
}

.field {
	float: right;
	width: 370px;
}

.row {
	overflow: hidden;
	width: 100%;
	margin-top: 10px;
}

#Solicitud .validation-advice {
	width: 433px;
}

/* @end */

#Paquetines {
	height: 465px;
	overflow-y: scroll;
	width: 700px;
	overflow: auto;
}

#Palomas {
	width: 280px;
	height: 200px;
	background-image: url(../pix/palomas-trans.png);
}

#Expertos {
	background-image: url(../pix/slg_expertos-trans.png);
	width: 270px;
	height: 50px;
	margin-left: 60px;
	margin-top: 100px;
}

#Ramo {
	background-image: url(../pix/ramo-trans.png);
	width: 350px;
	height: 150px;
}

#Paquetines h2 {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px dotted #a7a7a7;
	border-top-style: double;
	border-top-color: #787878;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 40px;
}

#Paquetines p {
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 15px;
}

#Paquetines h3 {
	padding-left: 20px;
	font-size: 18px;
	text-align: center;
	color: #787878;
	margin-top: 40px;
	margin-bottom: 40px;
}

ul {
	list-style-position: outside;
	list-style-image: url(../pix/bll.png);
	font-size: 15px;
	padding-right: 20px;
}
