/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
* {margin:0px;padding:0px;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul,li {list-style-type:none;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {border:0;}

#bloque_1401{
height:31px;	
}

#bloque_1405{
height:31px;	
}

#bloque_1420{
height:31px;	
}

#bloque_1435{
height:31px;	
}

.tooltip {
	display:none;
	background:url(./imagenes/tooltip/black_arrow_big.png);
	height:163px;
	padding:30px 30px 10px 30px;
	width:310px;
	font-size:12px;
	color:#000;
	text-align:left;
}

.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#F15A24;
	font-size:12px;
	font-weight:bold;
}

a:link{
	color: #42210B;
	text-decoration:none;
}
a:visited{
	color: #42210B;
	text-decoration:none;	
}
a:hover{
	color: #F15A4B;
	text-decoration:none;	
}
a:active{
	color: #42210B;
	text-decoration:none;	
}

input{
	height:16px; border:#9C836B solid 1px; font-size:12px; -moz-border-radius: 5px;
	background-color:#F3D95C;
	-webkit-border-radius: 5px;	
	padding:2px;
	width:220px;
}

.input_peque{
	height:16px; border:#9C836B solid 1px; font-size:12px; -moz-border-radius: 5px;
	background-color:#F3D95C;
	-webkit-border-radius: 5px;	
	padding:2px;
	width:50px;
}

.button{
	height:16px; border:#9C836B solid 1px; font-size:12px; -moz-border-radius: 5px;
	background-color:#C6B199;
	-webkit-border-radius: 5px;	
	padding:2px;
	width:50px;
	height:23px;
	cursor:pointer;

}

textarea{
	border:#9C836B solid 1px; font-size:12px; -moz-border-radius: 5px;
	background-color:#F3D95C;
	-webkit-border-radius: 5px;	
	padding:2px;
	width:220px;
}

.input{
	border:#9C836B solid 1px; font-size:12px;
	cursor:pointer;	
	background-color:#F3D95C;
	width:20px;
	
}

.input_image{
	cursor:pointer;	
	width:134px;
	height:34px;
	padding:0px;
	border:0px;
	
	
	
}

td{
	padding:3px;
	vertical-align:top;	
}

.boton {
	text-align:center;
	background:#E6C891;
	border:2px solid#000;
	min-height:30px;
}