/* //////////////////////////////////////////////////////CSS Document////////////////////////////////////// */

html {

}
body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #014ea2;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #333333;
}
buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}
ul
{
	list-style-type: square;
	color: #F15431;
	font-weight: bold;
}
li
{
	line-height: 15px;
}
a{
	text-decoration: underline;
	color: #014EA2;
}
a:link, a:visited {
	
}

a:hover {
	color: #F1502D;
}
h3 {
	color: #E63726;
	font-size: 12px;
	white-space: normal;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-left: 0px;
}
h1 {
	color: #666666;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.titular {
	font-size: 14px;
	font-weight: bold;
	color: #E63726;
}
.marco_foto {
	border: 1px solid #CCCCCC;
}

.copy {
	background-repeat: no-repeat;
	background-position: left 5px;
	text-indent: 20px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.txt_bco {
	color: #FFFFFF;
}


.pie {
	color: #FFFFFF;
	background-color: #003399;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}




input {
	border:solid 1px #cccccc;
	background-color: #ffffff;
	color: #15488a;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
  }
.checkbox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F0F0F0;
}

.button {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #cccccc;
	height: 18px!important;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #333333;
}
.form_select {
	font-size: 11px;
	border: 1px solid #CCCCCC;
	scrollbar-face-color: #acc8e5;
	scrollbar-arrow-color: #15488b;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*///////////////////////////////////////////////////Fin estilos Genericos//////////////////////////////////////////////////////////*/

.back {
	background-repeat: no-repeat;
	background-position: left top;
	height: 505px;
	text-align: left;
	vertical-align: top;
	padding-left: 250px;
	padding-right: 70px;
	margin-top: 100px;
	padding-top: 50px;
	background-color: #FFFFFF;
}
.menu_privado {
	background-image: url(../img/bar_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	color: #FF6600;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
.contenido {
	background-color: #FFFFFF;
	background-image: url(../images/top_contenido.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: justify;
	vertical-align: top;
	padding: 20px;
	height: 450px;
	width: 390px;
	
}
.fdo_blanco {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
.pastilla_cancion {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
}
.bt_izq {
	background-image: url(../images/bt_grey_01.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 5px;
	background-position: left top;
}
.bt_dch {
	background-image: url(../images/bt_grey_03.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 17px;
	width: 5px;
}
.bt_centro {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #8E8E8E;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	display: block;
	padding-top: 2px;
	height: 15px;
	width: 110px;
}
.bt_centro:hover {
	color: #E63726;
	text-decoration: none;
}
.foto_mini {
	background-color: #f0f0f0;
	text-align: center;
	vertical-align: top;
	height: 120px;
	padding: 4px;
	display: block;
}
.foto_album_mini {
	height: 90px;
}

.base_foto_mini {
	vertical-align: top;
	padding-top: 5px;
	width: 130px;
	text-align: center;
	background-color: #E5E5E5;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-bottom: 5px;
}

.link_orange {
	color: #F1602B;
	text-decoration: underline;
	font-size: 12px;
}
.link_blanco {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

.link_grey {
	color: #CCCCCC;
	text-decoration: underline;
}

.error {
	color: #FFFFFF;
	background-color: #E63726;
	padding: 5px;
}
.base_pop {
	background-color: #E5E5E5;
	color: #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
.base_buscador {
	background-color: #f0f0f0;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.layer_color{
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #cccccc;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #E5E5E5;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #E5E5E5;
}.justify {
	color: #333333;
	font-size: 11px;
	text-align: justify;
}
.txt_orange {
	color: #EA4124;
	line-height: 12px;
}
.foto_album_big {
	height: 290px;
}
.paginado {
	color: #666666;
	text-align: center;
	letter-spacing: 3px;
	display: block;
	font-size: 12px;
}
.compress {
	line-height: 12px;
}
.rep_display {
	background-image: url(../images/rep_05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px;
}
.rep_foto {
	height: 40px;
}
.txt_blanco {
	color: #FFFFFF;
	line-height: 12px;
}
.base_voto {
	background-color: #E5E5E5;
	padding: 5px;
}
.imput_song {
	background-color: #5F1745;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #CC99CC;
}
.fdo_blalnco {
	background-color: #FFFFFF;
}
.reg {
	margin: 0px;
	padding-bottom: 10px;
	background-image: url(../image/reg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.line_spacer {
	line-height: 12px;
}
