
* {

	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #3E3E3E;
}
.logo_t {
	color: #C4CBD2;
}
.copp_a {
	color: #5DA1E1;
}


a {
	color: #0955AE;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
.head_line{
	color: white;
	font-size: 20px;
	font-weight: bold;
	background-image: url(img/head-line2.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	vertical-align:text-bottom;
	height:20px;
}



/* menu -------------------------------------------------------------*/
.menu_link {
	color: #676767;
	font-size: 13px;
	text-decoration:none;
	font-weight: bold;
}
.menu_link:hover {
	color: #676767;
	text-decoration:none;
	font-size: 16px;
	font-weight: bold;
}
.client_menu_link {
	font-size: 13px;
	text-decoration:none;
	font-weight: bold;
	color:black;
}
.client_menu_link:hover {
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	color:black;
}
.menu_options {
	color: #2B3137;
	font-size: 13px;
	font-weight: bold;
}

/* Background Graphics --------------------------------------------- */
body {
	background-color: white;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background-image: url(img/guitarra.jpg);
	background-repeat:no-repeat;
	
	overflow:visible;
	background-position: top center;
	height: 100%;

}
html {
	height: 100%;
}

/* Main Table ---------------------------------------------------- */
.back_table {
	background-color: transparent;
	width: 843px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	/*border-collapse:collapse;
	border-spacing:1px 1px;*/
}
.main_table {
	background-color: transparent;
	width: 843px;
	height: 100%;

	/*margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-style: outset;
	border-color: #cdced0;
	border-width: 1px;*/
}

.main_header {
	background-color: transparent;
	width: 100%;
	height: 110px;
	
}

.main_menu {
	background-color: white;
	width: 228px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.main_body {
	background-color: white;
	width: 90%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	border-spacing:3px 3px;
}

.main_footer {
	
	width: 100%;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/footer-gradient.png);
	background-repeat: repeat-x;
	background-position: top;
}
/*main div -------------------------------------------------*/
.a1 {
	padding:0; margin:0 auto; 
	width:100%;
	height:100%;
	
}

/*form -----------------------------------------------------*/
input{
	background:white url(img/fondo_caja_texto.png) repeat-x scroll 0pt -28px; 
	border:1px solid #444444;
	color:#444444;
}
textarea{
	background:white url(img/fondo_caja_texto.png) repeat-x scroll 0pt -28px; 
	border:1px solid #444444;
	color:#444444;
}
select{
	background:white url(img/fondo_caja_texto.png) repeat-x scroll 0pt -28px; 
	border:1px solid #444444;
	color:#444444;
}

.error_msg{
	color: #b22525;
	font-size: 13px;
	font-weight: bold;
}
.sucess_msg{
	color: #336633;
	font-size: 13px;
	font-weight: bold;
}

/*list tables ----------------------------------------------------------------*/
.table_list {
	border:0px;
	background-color:#C1C1C1;
	
	
}
.head_list_td {
	font-size:11px;
	font-weight: bold;
	color:#353535;
	text-align:center;
	background-color:#C1C1C1;
	background-image: url(img/menu_degradado2.png);
	background-repeat: repeat-x;
	padding-left:10px;
	padding-right:10px;
	border-collapse:collapse;
	border-spacing:1px 1px;

}
.body_list_td{
	font-size:12px;
	color:black;
	background-color:white;
	padding-left:10px;
	padding-right:10px;
	border-collapse:collapse;
	border-spacing:1px 1px;
}
