@charset "utf-8";
/* CSS Document */

/*RESET*/
/*---------------------------------------------------------------------------------------------------------------------------*/
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, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, 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-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

:focus { outline: 0;}
a, a:link, a:visited, a:hover, a:active{text-decoration:none}

table {	border-collapse: separate;border-spacing: 0;}
th, td {text-align: left; font-weight: normal;}

img, iframe {border: none; text-decoration:none;}

ol, ul {list-style: none;}

input, textarea, select, button {font-size: 100%;font-family: inherit;}
select {margin: inherit;}

hr {margin: 0;padding: 0;border: 0;color: #000;background-color: #000;height: 1px}
/*--------------------------------------------------------------------------------------------------------------------------------*/


* {
	margin: 0px;
	padding: 0px;	
}

a {
	color:#C00;
}

a:hover {
	text-decoration:underline;
}

p {
	text-align:justify;	
}

h1 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
}

h2 {
	font-size:14px;
	font-weight:bold;
}

img {
	border:0px;
}

body {
	background-color:#C7F1FD;
	font-size: 13px;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(/resources/default/img/bg.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	overflow:visible;
	position:relative;
	width:825px;
	margin:0px auto 0px auto;
}

#header {
	clear:both;
}

#toolbar {
	clear:both;
}

#sidebar_right {
	position:relative;
}

input {
	border: 1px solid #CCC;	
}

input:focus {
	border: 1px solid #333;
	background-color: #CEEFFF;
}

input:hover {
	background-color: #CEEFFF;
}

input[type="submit"] {
	background-color:#FFF;
}

button {
	border: 1px solid #CCC;	
	padding:2px;
	padding-left:8px;
	padding-right:8px;
}

button:focus {
	border: 1px solid #333;
	background-color: #CEEFFF;
}

button:hover {
	background-color: #CEEFFF;
}

textarea {
	border: 1px solid #CCC;	
}

textarea:focus {
	border: 1px solid #333;
	background-color: #CEEFFF;
}

textarea:hover {
	background-color: #CEEFFF;
}

select {
	border: 1px solid #CCC;	
}

select:focus {
	border: 1px solid #333;
	background-color: #CEEFFF;
}

select:hover {
	background-color: #CEEFFF;
}

/* Next Button */

.order_next {
	float:right;	
	margin-right:10px;
}

.order_next a {
	margin-top:-10px;
	color:#000;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}

.order_next a:hover {
	color:#000;
	font-weight:bold;
	font-size:16px;
	text-decoration:underline;
}

.order_next img {
	margin-top:5px;
	display:inline;
}

.div_siguiente {
	float:left;
	margin-top:7px;
	margin-right:3px;
}

.icon_siguiente {
	margin-top:10px;
	background-image:url(/resources/default/img/costumer_login/icon-siguiente.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:25px;
	height:20px;
	float:left;
}

/* Previous Button*/

.order_previous {
	float:left;	
	margin-left:10px;
}

.order_previous a {
	margin-top:-10px;
	color:#000;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}

.order_previous a:hover {
	color:#000;
	font-weight:bold;
	font-size:16px;
	text-decoration:underline;
}

.order_previous img {
	margin-top:5px;
	display:inline;
}

.div_previous {
	float:left;
	margin-top:7px;
	margin-left:3px;
}

.icon_previous {
	margin-top:10px;
	background-image:url(/resources/default/img/costumer_login/icon-previous.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:25px;
	height:20px;
	float:left;
}

.div_flash_center {
	margin:20px;
	margin-left:20px;	
}	
