﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
  
    margin: 0px;
    padding: 0px;
    width: 1484px;
}

.ContenidoImprimir
{
    position: relative;
    margin: 5px;
    padding: 0px;
    width: 990px;
    left: 0%;
    top: 0px;
    text-align:left;
    height: 752px;
}


.DivPage
{
	position: relative;
	margin: 5px;
	padding: 0px;
	width: 100%;
	left: 2%;
	top: -22px;
	text-align: left;
}

.DivDominio
{
    position: relative;
    margin: 5px;
    padding: 0px;
    width: 1720px;
    top: -22px;
    text-align:left;

}
.Micontenido
{
     width:100%;
     height: 260px;
}
.izquierda
{
    float: left;
    width:32%;
    padding: 10px;

}

.form_a
{
background-color: #E5E5E5;
/*para Firefox*/
-moz-border-radius: 5px 5px 5px 5px;
/*para Safari y Chrome*/
-webkit-border-radius: 5px 5px 5px 5px;
/* para Opera */
border-radius: 5px 5px 5px 5px;

}
.form_a_titulo
{
background-color: #8EBC28;
padding: 10px;
/*para Firefox*/
-moz-border-radius: 5px 5px 5px 5px;
/*para Safari y Chrome*/
-webkit-border-radius: 5px 5px 5px 5px;
/* para Opera */
border-radius: 5px 5px 5px 5px;
}
.form_a_titulo_rojo
{
background-color:orange;
padding: 10px;
/*para Firefox*/
-moz-border-radius: 5px 5px 5px 5px;
/*para Safari y Chrome*/
-webkit-border-radius: 5px 5px 5px 5px;
/* para Opera */
border-radius: 5px 5px 5px 5px;
}

.conderecha
{
background-color: #E5E5E5;
/*para Firefox*/
-moz-border-radius: 5px 5px 5px 5px;
/*para Safari y Chrome*/
-webkit-border-radius: 5px 5px 5px 5px;
/* para Opera */
border-radius: 5px 5px 5px 5px;

}
.conderecha_titulo
{
background-color: #8EBC28;
padding: 10px;
/*para Firefox*/
-moz-border-radius: 5px 5px 5px 5px;
/*para Safari y Chrome*/
-webkit-border-radius: 5px 5px 5px 5px;
/* para Opera */
border-radius: 5px 5px 5px 5px;
}

.center
{
    display:inline-block;
    float: left;
    width:32%;
    padding: 10px;
    height: 250px;
}
.derecha
{
    float: left;
    width:32%;
    padding: 10px;
    height: 250px;
}

conderecha
{
    background-color: #E5E5E5;
}

#Titulo 
{ 
display:table-cell;vertical-align:middle;
background-color: #CCCCCC;
height: 17%;
width: 490px;
/*para Firefox*/
-moz-border-radius: 5px 5px 5px 5px;
/*para Safari y Chrome*/
-webkit-border-radius: 5px 5px 5px 5px;
/* para Opera */
border-radius: 5px 5px 5px 5px;
}


a:link
{
    color:blue;
    text-decoration:none;
}
a:visited
{
    color:blue;
    text-decoration:none;
}

a:hover
{
   color:blue;
   text-decoration:none;
}

a:active
{
	color:darkgreen;
    text-decoration:none;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: black;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 0px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #0070C0;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: White;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    width:100%;
}

div.ContenidoTabla
{
    position:relative;
    top: -4px;
    left: -1px;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #FEE600;
    border: 1px;
    color: Black;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #FCD707;
    color: Black;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #FEE600;
    color: Black;
    text-decoration: none;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
.button
{
    margin: 10px;
    text-decoration: none;
    font: bold 1.5em 'Trebuchet MS',Arial, Helvetica; /*Change the em value to scale the button*/
    display: inline-block;
    text-align: center;
    color: #3E3E3E;
    
    border: 1px solid #9c9c9c; /* Fallback style */
    border: 1px solid rgba(0, 0, 0, 0.3);            
    
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    
    box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    
}

.button, .button span
{
    -moz-border-radius: .3em;
    border-radius: .3em;
}

.button span
{
    border-top: 1px solid #fff; /* Fallback style */
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    padding: 0.5em 2.5em;
    
    /* The background pattern */
    
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
                      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
                      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05))),
                      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05)));
    background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
                      -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
                      -moz-linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
                      -moz-linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);

    /* Pattern settings */
    
    -moz-background-size: 3px 3px;
    -webkit-background-size: 3px 3px;
    background-size: 3px 3px;            
}

.button:hover
{
    box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
}

.button:active
{
    /* When pressed, move it down 1px */
    position: relative;
    top: 1px;
}

.button-naranjo
{
    background: #d46116;
    background: -webkit-gradient(linear, left top, left bottom, from(#DE8E59), to(#d46116) );
    background: -moz-linear-gradient(-90deg, #DE8E59, #d46116);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#DE8E59', endColorstr='#d46116');
}

.button-naranjo:hover
{
    background: #d46116;
    background: -webkit-gradient(linear, left top, left bottom, from(#d46116), to(#DE8E59) );
    background: -moz-linear-gradient(-90deg, #d46116, #DE8E59);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d46116', endColorstr='#DE8E59');            
}

.button-naranjo:active
{
    background: #d46116;
}


.button-verde
{
    background: #417517;
    background: -webkit-gradient(linear, left top, left bottom, from(#38A42E), to(#417517) );
    background: -moz-linear-gradient(-90deg, #4F8F49, #417517);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4F8F49', endColorstr='#417517');
}

.button-verde:hover
{
    background: #d46116;
    background: -webkit-gradient(linear, left top, left bottom, from(#417517), to(#4F8F49) );
    background: -moz-linear-gradient(-90deg, #417517, #4F8F49);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#417517', endColorstr='#4F8F49');            
}

.button-verde:active
{
    background: #417517;
}

.button-morado
{
    background: #735076;
    background: -webkit-gradient(linear, left top, left bottom, from(#AE83AB), to(#735076) );
    background: -moz-linear-gradient(-90deg, #AE83AB, #735076);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#AE83AB', endColorstr='#735076');
}

.button-morado:hover
{
    background: #735076;
    background: -webkit-gradient(linear, left top, left bottom, from(#A25BB6), to(#AE83AB) );
    background: -moz-linear-gradient(-90deg, #735076, #AE83AB);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#735076', endColorstr='#AE83AB');            
}

.button-morado:active
{
    background: #735076;
}

.button-amarillo
{
    background: #FCD707;
    background: -webkit-gradient(linear, left top, left bottom, from(#EED602), to(#FCD707) );
    background: -moz-linear-gradient(-90deg, #FEE600, #FCD707);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FEE600', endColorstr='#FCD707');
}

.button-amarillo:hover
{
    background: #d46116;
    background: -webkit-gradient(linear, left top, left bottom, from(#FCD707), to(#FEE600) );
    background: -moz-linear-gradient(-90deg, #FCD707, #FEE600);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FCD707', endColorstr='#FEE600');            
}

.button-amarillo:active
{
    background: #FCD707;
}


.boton-guardar {
	font-family: Arial, Helvetica, sans-serif;
	width: 80px;
	border: 1px solid #0087ca;
	border-radius: 4px;
	font-weight: bold;
	color: #FFF;
	background-color: #0087ca;
	text-align: center;
	vertical-align: middle;

}

#campos {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.campos-p {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #0087ca;
	border-radius: 4px;
}
.campos-i1 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	width: 130px;
	border: 1px solid #0087ca;
	height: 22px;
	border-radius: 4px;
	margin-top: 10px;
}
.campos-i2 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	width: 95%;
	margin-bottom: 10px;
	border: 1px solid #0087ca;
	height: 22px;
	border-radius: 4px;
}
.campos-i3 {
	font-family: Arial, Helvetica, sans-serif;
	width: 70%;
	margin-bottom: 10px;
	border: 1px solid #0087ca;
	height: 22px;
	border-radius: 4px;
}
.campos-txt1 {
	margin-bottom: 5px;
	border: 1px solid #0087ca;
	height: 80px;
	border-radius: 4px;
	width: 95%;
}
.campos-horarios {
	margin-bottom: 3px;
	border: 1px solid #0087ca;
	border-radius: 4px;
	margin-top: 3px;
}
.boton-p {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	width: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #0087ca;
	height: 24px;
	border-radius: 4px;
	font-weight: bold;
	color: #FFF;
	background-color: #0087ca;
	text-align: center;
	margin-left: 20px;
}
.boton-i {
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
	border: 1px solid #0087ca;
	height: 24px;
	border-radius: 4px;
	font-weight: bold;
	color: #FFF;
	background-color: #0087ca;
	text-align: center;
}
.boton-cerrar {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	width: 60px;
	border: 1px solid #0087ca;
	height: 20px;
	border-radius: 4px;
	font-weight: bold;
	color: #FFF;
	background-color: #0087ca;
	text-align: center;
	vertical-align: middle;
	clear: left;
}
.boton-guardar {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #0087ca;
	border-radius: 4px;
	font-weight: bold;
	color: #FFF;
	background-color: #0087ca;
	text-align: center;
	vertical-align: middle;
	clear: left;
    margin-left: 1px;
}
.boton-seleccionar {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	width: 100px;
	border: 1px solid #0087ca;
	height: 18px;
	border-radius: 4px;
	font-weight: bold;
	color: #FFF;
	background-color: #0087ca;
	text-align: center;
	vertical-align: middle;
	clear: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
#botones-p {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	margin-top: 10px;
}

.btnDescargar { 
   background-image:url('../images/descarga.png'); 
   background-color:transparent;
   background-attachment:inherit;
   border: 0px;
    height:28px; 
    width :70px; 
 }
 
 .btnDescargar:hover { 
   background-image:url('../images/descarga.png'); 
   background-color:transparent;
    border: 0px;
    height:28px; 
    width :70px; 

 }

#grilla-ficha {
	clear: none;
	float: left;
	margin-right: 5.2631%;
	margin-left: 5.2631%;
	width: 95%;
	display: block;
	margin-bottom: 20px;
}
.txt-tit-grilla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	text-align: center;
	background-color: #CCC;
	border: 1px solid #999;
	height: 24px;
	vertical-align: middle;
}
.txt-txt-grilla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #333;
	text-align: center;
	background-color: #f1f1f1;
	border: 1px solid #999;
	height: 60px;
	vertical-align: middle;
}
.txt-bold-ficha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	text-align: left;
	height: 20px;
}

#txt-posicion {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 100%;
	display: block;
}
.txt_titulos {
	font-family: exoitalic;
	font-size: 1.2em;
	color: #0087ca;
	text-align: center;
	line-height: normal;
	display: table;
	margin-bottom: 10px;
}
.txt_titulos-p {
	font-family: exoitalic;
	font-size: 1.6em;
	color: #0087ca;
	line-height: 80px;
}
.txt_textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666666;
}

.boton-azul {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #0087ca;
	border-radius: 4px;
	font-weight: bold;
	color: #FFF;
	background-color: #0087ca;
	text-align: center;
	vertical-align: middle;
}
.boton-azul:hover 
{
    background-color: #006DA3;
    border: 1px solid #006DA3;
}

.Venta_Rapida
{
    float: left;
    width:491px;
    background-color: #E5E5E5;
    padding: 10px;
    /*para Firefox*/
    -moz-border-radius: 15px 15px 15px 15px;
    /*para Safari y Chrome*/
    -webkit-border-radius: 15px 15px 15px 15px;
    /* para Opera */
    border-radius: 15px 15px 15px 15px;
    height: 250px;
    }
    
.TablaEmailsBD {
	margin:0px;
	padding:0px;
	width:90%;
	box-shadow: 10px 10px 5px #888888;
	
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
	
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
	
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
	
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
}

.TablaEmailsBD table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}


.TablaEmailsBD tr:last-child td:last-child {
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
}
.TablaEmailsBD table tr:first-child td:first-child {
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
}
.TablaEmailsBD table tr:first-child td:last-child {
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
}.TablaEmailsBD tr:last-child td:first-child{
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
}.TablaEmailsBD tr:hover td{
	
}
.TablaEmailsBD tr:nth-child(odd){ background-color:#ffffff; }
.TablaEmailsBD tr:nth-child(even)    { background-color:#f7f6f3; }
.TablaEmailsBD td{vertical-align:middle;
	
	
	border:0px solid #0070c0;
	border-width:0px 0px 0px 0px;
	padding:10px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.TablaEmailsBD tr:last-child td{
	border-width:0px 0px 0px 0px;
}.TablaEmailsBD tr td:last-child{
	border-width:0px 0px 0px 0px;
}.TablaEmailsBD tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.TablaEmailsBD tr:first-child td{
	background:-o-linear-gradient(bottom, #0070c0 5%, #0070c0 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0070c0), color-stop(1, #038BD7) );
	background:-moz-linear-gradient( center top, #0070c0 5%, #0070c0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#038BD7", endColorstr="#038BD7");	
	background: -o-linear-gradient(top,#0070c0,#0070c0);


	background-color:#0070c0;
	border:0px solid #0070c0;
	border-width:0px 0px 0px 0px;
	font-size:10px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}

.TablaEmailsBD tr:first-child td:first-child{
	border-width:0px 0px 0px 0px;
}
.TablaEmailsBD tr:first-child td:last-child{
	border-width:0px 0px 0px 0px;
}

.FormularioDatos
{  
background-color: #F2F2F2;
width:90%;
padding: 0px;
/*para Firefox*/
-moz-border-radius: 5px 5px 5px 5px;
/*para Safari y Chrome*/
-webkit-border-radius: 5px 5px 5px 5px;
/* para Opera */
border-radius: 5px 5px 5px 5px;
-moz-box-shadow: 10px 10px 10px #484848; 
-webkit-box-shadow: 10px 10px 10px #484848; 
}

.TituloDatos 
{ 
background-color: #8EBC28;
height: 20px;
padding: 10px;
/*para Firefox*/
-moz-border-radius: 5px 5px 5px 5px;
/*para Safari y Chrome*/
-webkit-border-radius: 5px 5px 5px 5px;
/* para Opera */
border-radius: 5px 5px 5px 5px;
}

.tabs-menu {
    width:80%;
    padding:0px;
    padding-bottom:0px;
}

.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 0px;
    background-color: #fff;
    border-top: 1px solid #d4d4d1;
    border-bottom: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
    
     /*ARRIBA IZQUIERDA*/
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
	/*ARRIBA DERECHA*/
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
    list-style-type: none;
    
}

.tabs-menu li.current {
    position: relative;
    background-color: #0087ca;
    color: #0087ca;
    z-index: 5;
}

.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #0087ca;
    text-decoration: none; 
}

.tabs-menu .current a {
    color: white;
}

.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    padding:0px;
    width: 100%;
    
	/*ARRIBA DERECHA*/
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	/*ABAJO IZQUIERDA*/
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;	
	/*ABAJO DERECHA*/
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}

.tab-content 
{
    padding: 5px;
    display: none;
    width:100%;
}

#tab-1 {
 display: block;   
}
