/*Comienza estilos generales*/
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #2a2a2a;
	font: 12px/1.4em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Tahoma, sans-serif;
	;
	color: #3A3A3A;
}

form {
	margin: 0px;
	padding: 0px;
}
p {
	font: 12px/1.4em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Tahoma, sans-serif;
	color: #3A3A3A;
	margin-top: 0px;
	padding-top: 0px;
	text-align: justify;
}
ul, li, ol { font: 12px/1.4em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Tahoma, sans-serif; 
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 0.4em;
	padding-bottom: 0.4em;
	line-height: 1.8em;
	padding-top: 0.4em;
}
h1 {
	font-size: 1.8em;
	color: #035589;
}

h2 {
	font-size: 1.7em;
	color: #319ED9;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #319ED9;
	border-bottom: 1px dotted #B2B2B2;
	padding-bottom: 5px;
	margin-bottom: 6px;
	padding-top: 3px;
}
h4 {
	font-size: 1.3em;
	font-weight: normal;
	color: #075A8E;
}
a {
	text-decoration: underline;
	color: #1F7AAC;
}
a img { border-style: none; }

a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #1E1E1E;
}
a:visited { color: #333; 
}
blockquote {
	background: #D3D3D3;
	padding: 1.5em;
	margin: 2em;
}
input[type="text"] {
	font: 13px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Tahoma, sans-serif;
	color: #333333;
	width: 30em;
	padding: 0.7em;
	border: 1px solid #CCC;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	background: #FFF;
}
input.small {
	font: 13px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Tahoma, sans-serif;
	color: #333333;
	width: 8em;
	padding: 0.7em;
	border: 1px solid #CCC;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	background: #FFF;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	font: 13px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Tahoma, sans-serif;
	color: #FFF;
	padding: 0.7em 1.5em;
	margin-right: 0.2em;
	background: #464646 url(../layout/fondos/menu.png) repeat-x bottom;
	border: 1px solid #2A2A2A;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
textarea {
	font: 13px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Tahoma, sans-serif;
	color: #333333;
	width: 30em;
	padding: 0.7em;
	border: 1px solid #CCC;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	background: #FFF;
}
pre {
	font-size: 100%;
}
select {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Tahoma, sans-serif;
	color: #333333;
	width: 34em;
	padding: 0.7em;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border: 1px solid #CCC;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.boldItalic {
	font-style: italic;
	font-weight: bold;
}
.underLine {
	text-decoration: underline;
}
/*Finaliza estilos generales*/.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.clearFloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.imgFloatRight {
	float: right;
	margin-bottom: 1em;
	margin-left: 1.4em;
}
.imgFloatLeft {
	float: left;
	margin-bottom: 1em;
	margin-right: 1.4em;
}
.alert {
	background: #FFF url(../layout/graficos/1313526264_alert.png) no-repeat center 14px;
	padding: 55px 20px 10px;
	border: 1px solid #FFB028;
	font-size: 12px;
	color: #CC5B00;
	text-align: center;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
.notificacion {
	background: #FFF url(../layout/graficos/1313588195_button_ok.png) no-repeat center 10px;
	border: 1px solid #3FBE95;
	font-size: 12px;
	color: #096;
	text-align: center;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	padding-top: 40px;
	padding-bottom: 10px;
	margin-top: 10px;
}
