/* CSS Document */
/*
 * Design to Interface User, General code from correct vista to browser
 * 30/05/2008
 */
body {
	margin: 0;
	padding: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/backend/fondo_site.gif);
	background-repeat:repeat-x; 
}
form{
	display:inline;
	margin-bottom:0;
}
a {outline:0;}
/*
 * Design to LOGIN - Interface User, based in CSS 2.0 specifications
 * 30/05/2008
 */
div#container_login{
	width:900px;
	height:480px;
	
}
div#head_login{
	width:900px;
	height:21px;
}
div#content_login{
	width:900px;
	height:400px;
	
}
div#overview{
	width:400px;
	height:300px;
	padding-top:150px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	text-align: justify;
}
div#line{
	width:20px;
	height:400px;
	float:left;
	background-image:url(../images/backend/bg4.jpg);
	background-repeat:repeat-y;
	background-position: center top;
}
div#access{
	width:340px;
	height:200px;
	padding-top:170px;
	padding-left:20px;
	padding-right:50px;
	float:left;
	text-align:left;
}
div#footer_login{
	width:900px;
	padding-top:100px;
	height:20px;
	text-align:left;
}
/*
 * DIV MENUS VERTICALES
 */
div#menu{
	width:160px;
	margin-right:2px;
	float:left;
}

div#menu_admin_tools{
	width:158px;
	height:48px;
	margin-bottom:2px;
	text-align:left;
}
div#menu_admin_sesion{
	width:158px;
	height:24px;
	margin-bottom:2px;
	text-align:left;
}

/*
 * LISTAS MENUS VERTICALES
 * MENU HERF LINKS A
 */

.link_menu{
    color: #000000;
	text-decoration:none;
}

.link_menu:hover{
    color: #FF0000;
}

/*
 * LISTAS MENUS VERTICALES
 * MENU ADMIN
 */

.menu_admin{
	width:158px;
	height:170px;
	margin-bottom:2px;
	text-align:left;
	background-color:#FFFFFF;
	border:#C0933C 1px solid;
}

.home_btn {
    height:30px;
	background:url(../images/backend/icons/home.gif) no-repeat;
	color:#000000;
	padding-top:10px;
	padding-left:40px;
}

.admi_btn {
    height:30px;
	background:url(../images/backend/icons/admin.gif) no-repeat;
	color:#000000;
	padding-top:10px;
	padding-left:40px;
}

.tool_btn {
    height:30px;
	background:url(../images/backend/icons/tool.gif) no-repeat;
    color:#000000;
	padding-top:10px;
	padding-left:40px;
}

.sesion_btn {
    height:30px;
	background:url(../images/backend/icons/disconnect.gif) no-repeat;
    color:#000000;
	padding-top:10px;
	padding-left:40px;
}

/*
 * MENU TOOLS
 */
div#menu_admin_tools ul, li {
	list-style-type: none;
}
div#menu_admin_tools ul {
	margin: 0;
	padding: 0;
}
div#menu_admin_tools a {
	text-decoration:none;
	color:#000000;
	display:block;
	font-family:Verdana;
	font-size:11px;	
	padding-top:4px;
	padding-left:4px;
	height:20px;
}
div#menu_admin_tools ul li a span{
	text-indent:20px;
	display:block;
	line-height:1.5em;
}
div#menu_admin_tools a:hover {
	background: #c7d7f1;
}
div#menu_admin_tools ul li a span.user_btn{
	background:url(..images/backend/icons/user.gif) no-repeat;
}
div#menu_admin_tools ul li a span.tool_btn{
	background:url(..images/backend/icons/tool.gif) no-repeat;
}
div#menu_admin_tools ul li a span.sesion_btn{
	background:url(..images/backend/icons/disconnect.gif) no-repeat;
}
/*
 * MENU SESION
 */
div#menu_admin_sesion ul, li {
	list-style-type: none;
}
div#menu_admin_sesion ul {
	margin: 0;
	padding: 0;
}
div#menu_admin_sesion a {
	text-decoration:none;
	color:#000000;
	display:block;
	font-family:Verdana;
	font-size:11px;	
	padding-top:4px;
	padding-left:4px;
	height:20px;
}
div#menu_admin_sesion ul li a span{
	text-indent:20px;
	display:block;
	line-height:1.5em;
}
div#menu_admin_sesion a:hover {
	background: #c7d7f1;
}
div#menu_admin_sesion ul li a span.sesion_btn{
	background:url(../images/backend/icons/disconnect.gif) no-repeat;
}
/*
 * MENU SYSTEM
 */

.menu_system{
	width:158px;
	text-align:left;
	background-color:#FFFFFF;
	border:#C0933C 1px solid;
	margin-bottom:2px;
}

.user_btn {
    height:30px;
	background:url(../images/backend/icons/user.gif) no-repeat;
	color:#000000;
	padding-top:10px;
	padding-left:40px;
}

.invi_btn {
    height:30px;
	background:url(../images/backend/icons/invitado.gif) no-repeat;
	color:#000000;
	padding-top:10px;
	padding-left:40px;
}


/*
 * 
 * Fin de Desarrollo de Menu
 *
 * Formularios 
 *
 */

.text_myFormLogin{
	font-size: 11px;
	font-family:Verdana;
	color:#000000;
}

.myFormLogin input#txt_usuario{
	border:1px dashed #98D9D9;
	background: #FFFFFF url(../images/backend/icons/user_login.gif) no-repeat top left;
	padding:3px 0px 3px 30px;
}

.myFormLogin input#txt_clave{
    border:1px dashed #98D9D9;
	background: #FFFFFF url(../images/backend/icons/access_login.gif)  no-repeat top left;
	padding:3px 0px 3px 30px;
}

.oinpclass{
    font-family:verdana;
	font-size:11px;
	border:1px dashed #98D9D9;
	color:#000000;
}

.error_log{
     font-size: 11px;
	 font-family:Verdana;
	 color:#FF0000;
}

.ok_log{
     font-size: 11px;
	font-family:Verdana;
	color:#0000FF;
}


/*
 * Design to ADMIN - Interface User, based in CSS 2.0 specifications
 * 30/05/2008
 */
div#container{
	width:1002px;
	height:100%;
	margin: 0 auto;
	text-align:left;/*centrar todo el contenido*/
}
div#head{
	width:1000px;
	height:40px;
	/*background-color:#000000;*/
	background-image:url(../images/backend/img_repeat.gif);
	background-repeat:repeat-x;
	border:#C0933C 1px solid;
	margin-bottom:2px;
}
div#bar1{
	width:1000px;
	height:27px;
	background-image: url(../images/backend/bg1.jpg);
	background-repeat:  repeat-x;
	background-position: left top;
}
div#content_main{
	width:1002px;
	margin-top:2px;
	margin-bottom:2px;
	font-family:Verdana;
	font-size:11px;
}
div#section{
	width:840px;
	height:auto;
	float:right;
}
div#section_titulo{
	width:838px;
	height:23px;
	background-image: url(../images/backend/bg2.jpg);
	background-repeat:  repeat-x;
	background-position: left top;
	margin-bottom:2px;
}
div#section_main{
	height:100%;
	width:838px;
}
div#section_main_scroll{
	width:838px;
	height:100%;
}
div#section_paginacion{
	width:838px;
	height:23px;
	background-color:#C1E8EE;
}

div#section_paginador{
	float:left; 
	padding-left:5px; 
	padding-top:2px
}

div#footer{
	height:22px;
	border:1px solid #cbcbcb;
	/*background-image: url(../images/backend/bg3.jpg);*/
	background-image:url(../images/backend/img_repeat_02.gif);
	background-repeat:  repeat-x;
	background-position: left top;
	margin-top:2px;
}


/*
 * Type text
 */

.texto_admin_correo {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}


.texto_admin_1 {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.texto_admin_1 a{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.texto_admin_1 a:hover{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration:underline;
}
.texto_admin_2 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
}
.texto_admin_2 a{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.texto_admin_2 a:hover{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration:underline;
}
.contenido_columna{
	font-family: Verdana;
	color: #242523;
	font-size:11px;
	font-style:normal;
}
/*
 * Paginacion
 * 30/05/2008
 */
div#numero_pagina{
	width:10px;
	height:10px;
	font-family:Verdana;
	font-size:10px;
	text-decoration:none;
	float:left;
}


/*bordes blobales*/

div#menu_admin,div#menu_admin_2,div#menu_admin_3,div#menu_system,div#section_titulo,div#section_main,div#section_main_scroll,div#bar1,div#numero_pagina,div#menu_admin_tools,div#menu_admin_sesion{
	border:1px solid #C0933C;
}

/*
 * From of the system
 * 30/05/2008
 */
.myFormRegister input{

	height:18px;
	border:1px solid #A5BDE9;
	font-family:Verdana;
	font-size:11px;
}

.myFormRegister input#date_registro{
	background: #FFFFFF url(../images/backend/icons/date.gif) no-repeat top left;
	padding:3px 0px 3px 30px;
	width:80px;
	height:15px;
	border:1px solid #A5BDE9;
	font-family:Verdana;
	font-size:11px;
	cursor:pointer;
}


.myFormRegister input#txt_contador_caracteres{
	height:25px;
	width:28px;
	border:1px solid #ebe9ed;
	font-size:10px;
	background-color:#ebe9ed;
	font-family:Verdana;
}
.myFormRegister fieldset{
	border:1px solid #a6bde7;
}
.myFormRegister fieldset legend {
	color:#000000;
}
.myFormRegister fieldset select {
	width:250px;
	height:22px;
	font-family:Verdana;
	font-size:11px;
}
.myFormRegister select {
	width:250px;
	height:20px;
	font-family:Verdana;
	font-size:11px;
}

/*
 * From of the system
 * 30/05/2008
 */
.myFormRegister_file input#txt_imagen{
	border:1px solid #A5BDE9;
	width:250px;
	height:25px;
}
.myFormRegister_file input#txt_titulo,input#txt_descripcion{
	width:341px;
	height:22px;
	border:1px solid #A5BDE9;
	font-family:Verdana;
	font-size:11px;
}
.myFormRegister_file input#txt_nombre{
	width:250px;
	height:22px;
	border:1px solid #A5BDE9;
	font-family:Verdana;
	font-size:11px;
}
.myFormRegister_file textarea#txt_comentario,textarea#txt_sumilla{
	width:250px;
	height:50px;
	border:1px solid #a6bde7;
	font-family:Verdana;
	font-size:11px;
}
.myFormRegister_file input#txt_contador_caracteres{
	height:25px;
	width:20px;
	border:1px solid #ebe9ed;
	font-size:10px;
	background-color:#ebe9ed;
	font-family:Verdana;
}
.myFormRegister_file input#txt_nombre_eng{
	width:250px;
	height:22px;
	border:1px solid #A5BDE9;
	font-family:Verdana;
	font-size:11px;
}
.myFormRegister_file input#txt_tamano{
	width:250px;
	height:22px;
	border:1px solid #A5BDE9;
	font-family:Verdana;
	font-size:11px;
}
.myFormRegister_file input#flt_precio{
	width:250px;
	height:22px;
	border:1px solid #A5BDE9;
	font-family:Verdana;
	font-size:11px;
}
.myFormRegister_file select {
	width:250px;
	height:25px;
	font-family:Verdana;
	font-size:11px;
	margin: inherit;
	border:1px solid #A5BDE9;
}
.myFormRegister_file fieldset{
	border:1px solid #a6bde7;
}
.myFormRegister_file fieldset legend {
	color:#000000;
}

/*
 * Input Cuztomizable
 * 30/05/2008
 */
 
#divinputfile{
	background:url(../images/backend/examinar_2.gif) no-repeat 100% 1px;
	height:28px;
	width:345px;
	margin:0px;
}

#divinputfile #filepc{
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=00);
	font-size:18px;
}

#fakeinputfile{
	margin-top:-28px;
}

#fakeinputfile #fakefilepc{
	width:250px;
	height:21px;
	font-size:11px;
	font-family:Verdana;
	border:1px solid #A5BDE9;
}
.texto_admin_3 {
	font-family: Verdana;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align:right;
	}

.texto_admin_4 {
	font-family: Verdana;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align:right;
}

.fondo {
	background-color: #DDDAE0;
}

.bottom:hover{ 
    color: #FF0000;
}

.bottom_submit:hover{ 
    color: #FF0000;
}

.bottom{
    font-family:Verdana;
	font-size: 11px;
	color: #000000;
	border: 1px solid #999999;
	height:19px;
	background-image:url(../images/backend/fondo_bottom.gif);
	width:90px;
	text-align:center;
	cursor:pointer;
	height:15px;
	padding-top:5px;
}

.bottom_div{
	border: 1px solid #999999;
    background-image:url(../images/backend/fondo_bottom.gif);
	height:17px;
	width:90px;
	padding-top:4px;
	cursor:pointer;
    font-family:Verdana;
	font-size: 11px;
	text-align:center;
}


.bottom_a{
	color: #000000;
	text-decoration:none;
}

.bottom_a:hover{
	color: #FF0000;
}

.bottom_submit{
    font-family:Verdana;
	font-size: 11px;
	color: #000000;
	border: 1px solid #999999;
	background-image:url(../images/backend/fondo_bottom.gif);
	text-align:center;
	cursor:pointer;
}

.link{
	font-family:verdana;
	font-size:11px;
	color: #0066CC;
	text-decoration:none;
}

.text_attention{
	font-family:verdana;
	font-size:11px;
	color: #990000;
}

.text_buscar{
	font-family:verdana;
	font-size:11px;
	color: #FFFFFF;
	font-weight:bold;
}

.texto_buscar_2 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-image:url(../images/backend/icons/buscar.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:200px;
	height:15px;
	padding-left:32px;
	padding-top:3px;
}

.buscar{
    padding-left:403px;
}

.container_page{
   	font-family: Verdana;
	font-size:10px;
	color: #666666;
    }

.container_page a{
    font-family: Verdana;
	font-size: 11px;
    text-align:right;
    text-decoration:none;
    color:#0000FF;
}