/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
	font-family:Arial, Helvetica, sans-serif;
	color:#FF6B09;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;
	color:#FFFFFF;  
}
h2,h3 {
	/* top & bottom margin based on font size */
	margin:0.3 em 0;
	text-align:center;

}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}

th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;

	
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

.blanco{
color:#ffffff;
}
.texto_recuadro {
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left:14px;	
}
a{ color:#000000; text-decoration:underline}
a:hover{text-decoration:none;}

input.inputclientes {
 border:1px solid #cccccc;
font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 height: 15px;
 width: 110px;
 margin-left:12px;
 margin-top:3px;
 margin-bottom:8px;
}
/*input {
 border:1px solid #cccccc;
font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 height: 15px;
 width: 110px;
}*/

input.inputlargo {
 border:1px solid #cccccc;
font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 height: 18px;
 width: 250px;
}

textarea {
 border:1px solid #cccccc;
font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 height: 100px;
 width: 250px;
}

.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #FF6B09;
	height: 20px;
	width: 110px;
	font-weight:bold;
	padding-bottom:2px;
	border: 1px solid #000000;	
	margin-left:13px;
	margin-right:0px;
}

#contenedor {


	width: 940px;
	}


#left {
	position: absolute;
	top: 220px;
	left: 30px;
	margin: 0px;
	padding: 10px;
	border: 0px;
	width: 190px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 170px;
	}
html>body #left {
	width: 170px; /* ie5win fudge ends */
	}
#middle {
	padding: 10px;
	border: 0px;
	margin: -20px 190px 0px 190px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	margin-top: 0px;
	}
html>body #middle {
	margin-top: 0px; /* ie5win fudge ends */
	}
#right {
	position: absolute;
	top: 220px;
	right: 20px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 0px;
	padding: 10px;
	border: 0px;
	width: 190px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 170px;
	}
html>body #right {
	width: 170px; /* ie5win fudge ends */
	}

p { 

font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
.texto { 

font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
.borderimage{

border:2px solid #000000; 

padding:4px;

}


