@charset "utf-8";
/* CSS Document */

@font-face
{
   font-family: "titulo";
   src: url("../fonts/LatinairesBoldItalic.eot");
   src: url("../fonts/LatinairesBoldItalic.eot") format("embedded-opentype"),
        url("../fonts/LatinairesBoldItalic.ttf") format("truetype");
}
a
{
	text-decoration:none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, del, dfn, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td { border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 0;
    padding: 0;
    outline: 0;
font-weight: 700; 
    font-family: inherit; vertical-align: baseline;
    font-size: small;
}

html
{
	background:url(../images/html.jpg) repeat;
}
body {
	background-attachment: scroll;
	background-color: #dedacb;
	margin: 0;  
	padding: 0;
	text-align: center; 	
	height:100%;
	background-image: url(../images/fondo.jpg);
	background-repeat:repeat-x;
	background-position: 50% 0;
}
#header {
	height:66px;
	padding: 0px 0px 0px 0px;
	margin:0px auto;
	}
	
#cabeza {
	height:66px;
	width:800px;
	margin:0px auto;
	/* background-color: #FF7; */
	/* background-image: url(../images/bgMenu.jpg);*/
}
#logo {
	width:160px;
	height:57px;
	float:left;
	margin-top: 12px;
	margin-left: 0px;
	background-image:url(../images/logoVianney.png);
}
#contacto {
	width:182px;
	height:56px;
	float:right;
	margin-top: 12px;
	margin-left: 0px;
	background-image:url(../images/contactoIcon.png);
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
}
.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}



.popupHover {
	background-image:url(Imagenes/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}


.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	/*width:250px;	*/
	overflow:auto;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

#centra
{
	margin: 0 auto;	
}
#corte {
	height:16px;
	width:800px;
	background:url(../images/lineaCorte.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
#corte1 {
height:16px;
width:350px;
background:url(../images/lineaCorte2.png);
background-repeat: no-repeat;
overflow: hidden;
margin-left: 0px;
}
#espacio {
	height:16px;
	width:800px;
	overflow: hidden;
}
menu
{
	margin:10px 10px 10px 0px; 
	padding:0px;
	/*border:#000000 solid 1px;*/
	height:40px;	
}
#boton
{
	margin:10px 0px 0px 0px;
	font-family: "titulo";
	color:#fff;
	font-size:18px;
	width:126px;
	height:39px;
}
#boton:hover
{
  opacity: .8;	
}
{
	margin:10px 0px 0px 0px;
	font-family: "titulo";
	color:#fff;
	font-size:18px;
	width:126px;
	height:39px;
}
#boton:hover
{
  opacity: .8;	
}
#content
{
	min-height:600px;
	height:auto;
	margin:10px;
	margin:0 auto;
	margin-top:10px;
	width:800px;
	border:#edead9 solid 1px;
	background:#fff;
	text-align:left;
	/*Sombra del Content*/
	box-shadow: 0px 4px 3px #7b796d;
	-webkit-box-shadow: 0px 4px 7px #7b796d;
	-moz-box-shadow: 0px 4px 3px #7b796d;
	/*Border Radius*/
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font: normal lighter 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: -1px;
}
#datos strong, #datos2 strong{
	font: normal lighter 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	}

#content h1 {
	color: #75736c;
	letter-spacing: -1px;
	margin: 20px 0px 0px 20px;
	font-family: 'Hammersmith One', sans-serif;
	font-size:26px;
	/*font-weight:600;*/
	display: block;
	float:left;
    height: 30px;
    width: 276px;
}

#cuenta {
	width:330px;
	height: 42px;
	display:block;
	overflow:hidden;
	margin: 20px 15px 0px 0px;
	padding: 0px;
	/*background-color:red;*/
	float: right;
	text-align:right;
}

#content h2 {
	margin:0px 0px 0px 20px;
	color: #632052;
	font: 16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: -1px;
	display: block;
	font-weight:600;
}
#content h3 {
	color: #2b2b2a;
	letter-spacing: 0;
	text-transform: none;
	font-family: 'Hammersmith One', sans-serif;
	font-size:14px;
	margin:5px 0px 0px 0px;
	padding:0px;
	/*font-weight:600;*/
}

#content h4 {
	margin:10px 0px 10px 20px;
	color: #

52;
	font-family: 'Hammersmith One', sans-serif;
	font-size:16px;
	/*letter-spacing: -1px;*/
	display: block;
	/*font-weight:500;*/
	float:left;
}

#content h5 {
	color: #2b2b2a;
	letter-spacing: 0;
	text-transform: none;
	font-family: 'Hammersmith One', sans-serif;
	font-size:13px;
	margin:5px 0px 0px 0px;
	padding:0px;
	/*font-weight:600;*/
}

/*PARRAFO DE CONTENT */

#content p{
	width:97%;
	color: #000;
	font: normal lighter 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: -1px;
	float:left;
	overflow: hidden;
    height: 59px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

f;
	letter-spacing: -1px;
	float:left;
	overflow: hidden;
    height: 402px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.centrar {
	margin:0px auto 0px auto;
	text-align:center;
	}

.centrarBtn {
	width: 90px;
	height: 50px;
	margin:0px auto;
	text-align:center;
	/*background-color:red;*/
	}


#home {
	float:right;
	width:42px;
	height:42px;
	display:block;
	background:url(../images/inicio.png) top left;
	float: left;
	margin:-4px 5px 0px 0px;
	padding:0px;	
}

#home span{
	display: none;
}

.home2
{
	margin: 11px 0px 10px 20px;
	float:left;
	
}

#menu{
	background:url(../images/lineaCorteVert.png) no-repeat right;
	min-height:450px;
	margin:10px 0px 0px 20px;	
	float:left;
}

#menuHome {
	background:url(../images/lineaCorteVert.png) no-repeat right;
	width:170px;
	min-height:450px;
	margin:10px 0px 0px 20px;	
	float:left;
}

#menuCuenta {
	width:100%;
	height:auto;
	margin:0px 0px 0px 10px;	
	/*	background-color:red;*/	
	display:block;
	float:left;
}

#descripcion {
	width:795px;
	height:auto;
	margin:0px 0px 0px 0px;	
	/*background-color:red;*/
	display:block;
	float:left;
	padding: 0px 0px 0px 0px;
}

#cuadroAyuda {
	width: 500px;
	background-color: #f3f2e9;
	border: 1px solid #bfbca8;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding: 30px;
	margin: 30px auto ;
}

#cuadroAyuda p{
	margin:20px 0px 20px 0px;
	color: #000;
	font: normal 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: -1px;
}


#cuadro {
	width: 360px;
	background-color: #f3f2e9;
	border: 1px solid #bfbca8;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding: 30px 0px 20px 50px;
	margin: 30px auto ;
}

#cuadro select {
   background: transparent;
   width: 230px;
   padding: 5px;
   font-size: 16px;
   border: 2px solid #ccc;
   height: 34px;
}

p label { 
font-size:13px; color: #35342d; padding:0; margin:0px 0px 10px 10px; 
font-family:"Lucida Sans Unicode", "Lucida Grande", "sans-serif";
text-indent: 0px;
display: block;
}

p input{ 
padding: 4px;
margin:0px 0px 20px 10px; 
color: #555; border:1px solid #C4C0AD;
-moz-border-radius:6px;
-khtml-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
font: 16px Georgia, "Times New Roman", Times, serif;
    }

p textarea{ 

width: 200px;
padding: 4px;
margin:0px 0px 20px 10px; 
font-family:Georgia, "Times New Roman", Times, serif; 
color: #555; font-size:16px; border:1px dashed #444;
-moz-border-radius:16px;
-khtml-border-radius:16px;
-webkit-border-radius:16px;
border-radius:16px;
height: 86px;
}


p select { 
margin:3px 0px 0px 10px;
font-family:Georgia, "Times New Roman", Times, serif; 
color: #555; font-size:14px; border:1px solid #bfbca8;
	height: 24px;

}
.btnImpDes{
	background: transparent url(../images/imprimirDes.png) no-repeat;
	width:130px;
	height:51px;
	border:none;
	cursor: pointer;
	margin: 11px 0px 10px 20px;
	float:left;
}
.btnImp{
	background: transparent url(../images/imprimirPedido.png) no-repeat;
	width:130px;
	height:51px;
	border:none;
	cursor: pointer;
	margin: 11px 0px 10px 20px;
	float:left;
}
.btnConDes{
	background: transparent url(../images/continuarDes.png) no-repeat;
	width:130px;
	height:51px;
	border:none;
	cursor: pointer;
	margin: 11px 20px 10px 0px;
	float:right;
}
.btnCon{
	background: transparent url(../images/continuar.png) no-repeat;
	width:130px;
	height:51px;
	border:none;
	cursor: pointer;
	margin: 11px 20px 10px 0px;
	float:right;
}
.btnFin{
	background: transparent url(../images/finalizarPedido.png) no-repeat;
	width:130px;
	height:51px;
	border:none;
	cursor: pointer;
	margin: 11px 20px 10px 0px;
	float:right;
}
#btnForm {
width:138px; height:34px; padding:0; 
background: transparent url(../images/btnForm.png) no-repeat; 
font-size:0px; clear:both; 
border:none;
cursor: pointer;
margin: 20px 0px 15px 160px;
display: block;
}
#contenido
{
	width:750px;
	/*background-color:red;*/
	min-height:450px;
	margin:10px auto 0px auto;
	/*border:#000000 solid 1px;*/
}

#contenidoHome {
	width:560px;
	float:right;
	min-height:450px;
	margin:10px 20px 0px 0px;
	/*border:#000000 solid 1px;*/
}

#comentario{
	width:90%;
	/*background-color: #f3f2e9;*/
	border: 1px solid #bfbca8;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding-left: 5px;
	padding-right:5px;
	padding-top: 10px;
	padding-bottom: 8px;
	margin:15px 10px 15px 30px;
}
#datos{
	width:95%;
	background-color:#f4f0e1;
	border:#c0bdae solid 1px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding-left: 15px;
	padding-right:5px;
	padding-top: 10px;
	padding-bottom: 8px;
	margin:5px 5px 5px 5px;
	font-size:11px;
}
#datos:hover{
	background:#FFFFFF;	
}
#datos2{
	width:95%;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding-left: 15px;
	padding-right:5px;
	padding-top: 10px;
	padding-bottom: 8px;
	margin:5px 5px 5px 5px;
	font-size:11px;
}
/* Estilo de tablas*/
#nav-table{
	border: #906485 solid 1px;
	max-width:100%;
}
#tnav{
	float:left;
}
#numeros{
	text-align:center;
	width:24px;
	height:24px;
	border: #d2a2ca solid 1px;
	background-color:#dbcad9;
	color: #d2a2ca;
	text-align:center;
	display:block;
	margin-left:10px;
	margin-right:10px;
	float:left;
	text-decoration:none;
}
#numeros2{
	text-align:center;
	width:24px;
	height:24px;
	border: #c0bdae solid 1px;
	color: #c0bdae;
	text-align:center;
	display:block;
	margin-left:10px;
	margin-right:10px;
	float:left;
	text-decoration:none;
}
#float
{
	float:left;
}
#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 30px 0px 10px 0px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #3f062f;
	/*border-top: 4px solid #9c578c;*/
	/*border-bottom: 1px solid #fff;*/
	color: #FFF;
}
#box-table-a td
{
	padding: 8px;
	background: #fbf6d9; 
	border-bottom: 1px solid #c0bdae;
	color: #55544e;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}
/*termina estilo de tablas*/
#footer
{
	margin-top:10px;
	width:100%;
	min-height:100px;
	height:100%;
	background:url(../images/footer.gif) repeat;
}
#footContent  {
	width: 965px;
	margin: 0px auto;
	text-align:left;
	overflow: hidden;
	position:relative;
    top: -11px;
    left: 0px;
    height: 84px;
}
#footContent small {
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	line-height:1.4em;
	margin:0px 0px;
	
}

#footContent big {
	color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: none;
	text-shadow: 1px 2px 3px #000;
}
#footCol  {
	float: left;
	margin: 31px 22px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background-color: #cb68ff;*/
}
#servicios1 {
height:51px;
width:962px;
background:url(../images/servicios1.png) no-repeat;
overflow: hidden;
margin-left:50px;
display:block;
}
#servicios2 {
height:51px;
width:962px;
background:url(../images/servicios2.png) no-repeat;
overflow: hidden;
margin-left:50px;
display:block;
}
#servicios3 {
height:51px;
width:962px;
background:url(../images/servicios3.png) no-repeat;
overflow: hidden;
margin-left:50px;
display:block;
}
#servicios4 {
height:51px;
width:962px;
background:url(../images/servicios4.png) no-repeat;
overflow: hidden;
margin-left:50px;
display:block;
}
#servicios5 {
height:51px;
width:962px;
background:url(../images/servicios5.png) no-repeat;
overflow: hidden;
margin-left:50px;
display:block;
}
#crear1 {
height:51px;
width:962px;
background:url(../images/crear1.png) no-repeat;
overflow: hidden;
margin-left:50px;
display:block;
}
#crear2 {
height:51px;
width:962px;
background:url(../images/crear2.png) no-repeat;
overflow: hidden;
margin-left:50px;
display:block;
}
#crear3 {
height:51px;
width:962px;
background:url(../images/crear3.png) no-repeat;
overflow: hidden;
margin-left:50px;
display:block;
}
#crear4 {
height:51px;
width:962px;
background:url(../images/crear4.png) no-repeat;
overflow: hidden;
margin-left:50px;
display:block;
}
#add{
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;	
}
#add p
{
	float:left;
	width:100px;
}
#add input[type=text]
{
	width:80px;
}
#transp{
	position:fixed;
	left:0;
	top:0;
 	background-color:#000;
 	opacity:0.6;
 	filter:alpha(opacity=60);
	width:100%;
	height:100%;
	display:none;
}
#transp .int{
	margin:285px auto;
	}
ul{
	margin-left:20px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #535144;
	}

ul li{
	text-decoration:none;
	list-style:none;
	display:inline;
	}
	
#btnTurquesa{
	width:145px;
	height:29px;
	display:block;
	overflow:hidden;
	margin:0px 0px 20px 0px;
	padding:0px;
	border:solid #00909f 1px;
	
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

background: #8ae1e8; /* Old browsers */
background: -moz-linear-gradient(top,  #9ae2ef 0%, #71ceef 50%, #00c4df 51%, #85dbe7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ae2ef), color-stop(50%,#71ceef), color-stop(51%,#00c4df), color-stop(100%,#85dbe7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #9ae2ef 0%,#71ceef 50%,#00c4df 51%,#85dbe7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #9ae2ef 0%,#71ceef 50%,#00c4df 51%,#85dbe7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #9ae2ef 0%,#71ceef 50%,#00c4df 51%,#85dbe7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #9ae2ef 0%,#71ceef 50%,#00c4df 51%,#85dbe7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ae2ef', endColorstr='#85dbe7',GradientType=0 ); /* IE6-9 */


-webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px 1px 2px rgba(50, 50, 50, 0.4);
box-shadow:         0px 1px 2px rgba(50, 50, 50, 0.4);

	}
	
#btnTurquesa:hover{
	
background: #b7deed; /* Old browsers */
background: -moz-linear-gradient(top,  #b7deed 0%, #90ddef 50%, #6fd5e2 51%, #b7deed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7deed), color-stop(50%,#90ddef), color-stop(51%,#6fd5e2), color-stop(100%,#b7deed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b7deed 0%,#90ddef 50%,#6fd5e2 51%,#b7deed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b7deed 0%,#90ddef 50%,#6fd5e2 51%,#b7deed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b7deed 0%,#90ddef 50%,#6fd5e2 51%,#b7deed 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b7deed 0%,#90ddef 50%,#6fd5e2 51%,#b7deed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 ); /* IE6-9 */


	}
	
#btnGris{
	width:145px;
	height:29px;
	display:block;
	overflow:hidden;
	margin:0px 0px 20px 0px;
	padding:0px;
	border:solid #8f9c9e 1px;
	
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

background: #f2f6f8; /* Old browsers */
background: -moz-linear-gradient(top,  #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f8), color-stop(50%,#d8e1e7), color-stop(51%,#b5c6d0), color-stop(100%,#e0eff9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */

-webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px 1px 2px rgba(50, 50, 50, 0.4);
box-shadow:         0px 1px 2px rgba(50, 50, 50, 0.4);

	}
	

	
#btnTurquesa p, #btnGris p {
	display:block;
color: #000;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:12px;
text-align:center;
font-weight:600;
margin:0px 0px 0px 0px;
padding:0px;
position:relative;
top:20%;
	}	

.btnAzul{
	color: black;
	font-size: 12px;
	padding: 7px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:600;
	
	display:block;
	overflow:hidden;
	margin:0px 10px 8px 0px;
	border:solid #8f9c9e 1px;
	float:left;
	
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

background: #dcf1f6; /* Old browsers */
background: -moz-linear-gradient(top,  #dcf1f6 0%, #c2e6ef 50%, #a7ddea 51%, #a7e7f7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcf1f6), color-stop(50%,#c2e6ef), color-stop(51%,#a7ddea), color-stop(100%,#a7e7f7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dcf1f6 0%,#c2e6ef 50%,#a7ddea 51%,#a7e7f7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dcf1f6 0%,#c2e6ef 50%,#a7ddea 51%,#a7e7f7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dcf1f6 0%,#c2e6ef 50%,#a7ddea 51%,#a7e7f7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dcf1f6 0%,#c2e6ef 50%,#a7ddea 51%,#a7e7f7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcf1f6', endColorstr='#a7e7f7',GradientType=0 ); /* IE6-9 */


-webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px 1px 2px rgba(50, 50, 50, 0.4);
box-shadow:         0px 1px 2px rgba(50, 50, 50, 0.4);
	}
	
.btnAzul:hover{
background: #e6f2f4; /* Old browsers */
background: -moz-linear-gradient(top,  #e6f2f4 0%, #b6e1ea 50%, #baefdf 51%, #b7e8f4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f2f4), color-stop(50%,#b6e1ea), color-stop(51%,#baefdf), color-stop(100%,#b7e8f4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e6f2f4 0%,#b6e1ea 50%,#baefdf 51%,#b7e8f4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e6f2f4 0%,#b6e1ea 50%,#baefdf 51%,#b7e8f4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e6f2f4 0%,#b6e1ea 50%,#baefdf 51%,#b7e8f4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e6f2f4 0%,#b6e1ea 50%,#baefdf 51%,#b7e8f4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f2f4', endColorstr='#b7e8f4',GradientType=0 ); /* IE6-9 */

	}	
	
#botonera {
	width: 750px;
	height: 35px;
	/*background-color:red;*/
	display:block;
	margin: 10px auto 10px auto;
	padding: 0px; 	
}	
	
#btnRojo{
	color: white;
	font-size: 12px;
	padding: 7px 15px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:600;
	
	display:block;
	overflow:hidden;
	margin:0px 10px 8px 0px;
	border:solid #9f0019 1px;
	float:left;
	
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

background: #efc5ca; /* Old browsers */
background: -moz-linear-gradient(top,  #efc5ca 0%, #d24b5a 50%, #ba2737 51%, #f18e99 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efc5ca), color-stop(50%,#d24b5a), color-stop(51%,#ba2737), color-stop(100%,#f18e99)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #efc5ca 0%,#d24b5a 50%,#ba2737 51%,#f18e99 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #efc5ca 0%,#d24b5a 50%,#ba2737 51%,#f18e99 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #efc5ca 0%,#d24b5a 50%,#ba2737 51%,#f18e99 100%); /* IE10+ */
background: linear-gradient(to bottom,  #efc5ca 0%,#d24b5a 50%,#ba2737 51%,#f18e99 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc5ca', endColorstr='#f18e99',GradientType=0 ); /* IE6-9 */



-webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px 1px 2px rgba(50, 50, 50, 0.4);
box-shadow:         0px 1px 2px rgba(50, 50, 50, 0.4);

	}
	
#btnGris2{
	color: black;
	font-size: 12px;
	padding: 7px 15px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:600;
	
	display:block;
	overflow:hidden;
	margin:0px 10px 8px 0px;
	border:solid #696969 1px;
	float:left;
	
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

background: #f2f6f8; /* Old browsers */
background: -moz-linear-gradient(top,  #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f8), color-stop(50%,#d8e1e7), color-stop(51%,#b5c6d0), color-stop(100%,#e0eff9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */



-webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px 1px 2px rgba(50, 50, 50, 0.4);
box-shadow:         0px 1px 2px rgba(50, 50, 50, 0.4);

	}

#btnAzul2{
	color: black;
	font-size: 12px;
	padding: 7px 15px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:600;
	
	display:block;
	overflow:hidden;
	margin:0px 10px 8px 0px;
	border:solid #00709f 1px;
	float:left;
	
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

background: #b7deed; /* Old browsers */
background: -moz-linear-gradient(top,  #b7deed 0%, #71ceef 50%, #21b4e2 51%, #92cbe5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7deed), color-stop(50%,#71ceef), color-stop(51%,#21b4e2), color-stop(100%,#92cbe5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#92cbe5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#92cbe5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#92cbe5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#92cbe5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#92cbe5',GradientType=0 ); /* IE6-9 */

-webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px 1px 2px rgba(50, 50, 50, 0.4);
box-shadow:         0px 1px 2px rgba(50, 50, 50, 0.4);

	}


	
		
	
	
	
	
	
	
	
	
	
	
	
	