* {
margin:0;
padding:0;
font-family: "Trebuchet MS", "arial","helvetica", sans-serif;
}

/* General Style Info */
body {
	color: #666666;
	font-size: 11px;
	background-color:#7D7D7D;
}

a, a:visited, a:active {
	color:#3D520D;
	text-decoration: underline;
}
a:hover {
	color:#003300;
	text-decoration:underline;
}
a img {
	border:none;
}
a.hand{
	cursor:pointer;
}
em {
	font-size: 12px;
}
h1, h2, h3, h4 {
	font-weight:normal;
}
h1 {
	color: #003d4c;
	font-size: 180%;
}
h2 {
	color: #425A0E;
	font-size: 140%;
	font-weight:bold;
	background:url(../img/public/h3-bg.gif) no-repeat ;
	background-position: 0px 5px;
	text-indent:15px;
	padding-bottom:10px;
}
h3 {
	color: #425A0E;
	font-size: 140%;
	margin-bottom:0.3em;
}
h4 {
	color: #003d4c;
	font-size: 120%;
	font-weight: normal;
}
h5 {
	color: #425A0E;
	font-size: 80%;
	font-weight:normal;
}
h6 {
	color: #000000;
	font-size: 120%;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:15px;
}

.displaynone{
	display:none;
}

.clear{
	clear:both;
}

.separator{
	clear:both;
	padding-top: 10px;
}
.separator5{
	clear:both;
	padding-top: 5px;
}
.separator10{
	clear:both;
	padding-top: 10px;
}
.separator20{
	clear:both;
	padding-top: 20px;
}
.separator30{
	clear:both;
	padding-top: 30px;
}
.negrita{
	font-weight:bold;

}
.small{
	font-size:85%;

}
/******************** FORMULARIOS **********************/

fieldset{
	border:0;
}

div.form{
	margin-bottom: 0.7em;
	padding:0.4em;
}
div.form fieldset{
	margin-top:0.8em;
	margin-bottom: 0.8em;
	border: 1px solid #cccccc;
	background-color:#fff;
	padding:1em;
}

div.form fieldset legend{
	font-size:100%;
	background-color:#fff;
	color:#999999;
	font-style:italic;
	padding: 0.1em 0.3em;
	border: 1px solid #cccccc;
}
div.form p{
	margin-bottom: 0.4em;
}

div.form label {
	float:left;
	width:100px;
}
div.form input {
	border: 1px solid #999999;
	font-size:11px;
}

div.form textarea {
	border: 1px solid #999999;
	font-size:11px;
}
div.form select {
	font-size:11px;
}

div.form div.required {
	/*color:#FF0000;*/
}
/******************** VALIDACIONES **********************/

div.form input.form-error{
	background-color:#FFFFCC;
}

div.error-message{
	clear:both;
	padding: 0.3em;
	margin-top:0.3em;
	background-color:#FFFF66;
	color:#000000;	
	border:1px solid #999999;
	font-weight:normal;	
}


/*********************** TABLAS ***************************/
table{
	width:100%;
	background-color:#FFFFFF;
	margin:0;
}

table th{
	background-color:#f6f6f6;
	padding:0.3em;
}

table td{
	border:0px;
	border-top:1px solid #cccccc;
	padding:0.5em;

}

#capa-tallas {
	width:545px;
	height:550px;
	overflow:auto;
}
#tabla-tallas td {
	font-size:10px;
	width:38px!important;
}

#header-aviso {
	background-color:#000;
	border-bottom:4px solid #668B15;
	color:#FFF;
	font-weight:bold;
	padding:10px;
	text-align:center;
}
#header-aviso a {
	color:#7DAA1A;
	text-decoration:none;
}
#header-aviso a:hover {
	color:#4D6D07;
}
