

label.error{
	color:red;
	//background-image: url(../img/cancelar.gif);
	background-repeat: no-repeat;
	padding-left: 7px;
}

input{
	border: 1px solid #005500;
	
}

input.error{
	border: 1px solid #00CCFF;
	background-color: #FF9F9F;
}



select.error{ 
//font-size:13px; 
//padding:2px 2px 2px 2px; 
//border: 1px solid #00CCFF; 
background-color:#FF9F9F; 
} 

fieldset{
border:1px solid blue
}

select{
/*border: 1px solid #005500;*/
  background-image: url("iconos.gif"); 
  background-repeat: no-repeat;
  margin-left: 5px; 
  padding: 0 10px;
  padding-left: 22px;
  width: 200px;
  height: 24px;
  color: #404040; //#404040
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 5px 5px 5px 5px;
  outline: 0px solid #eff4f7;  //#eff4f7
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  position:relative;
  left: 5px;
	
}

select.user{background-position: 4px -19px;}

:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}
/*
::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}
*/

/*
input {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}

input[type=text], input[type=password] {
  background-image: url("iconos.gif"); 
  background-repeat: no-repeat;
  margin: 5px; 
  padding: 0 10px;
  padding-left: 22px;
  width: 200px;
  height: 24px;
  color: #404040; //#404040
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 5px 5px 5px 5px;
  outline: 0px solid #eff4f7;  //#eff4f7
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
input[type=text]:focus, input[type=password]:focus {
  border-radius: 5px 5px 5px 5px;
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
 
}

input.user{ background-position: 4px -19px; }
input.password{ background-position: 4px -42px; }

input[type=submit] {
  padding: 0 18px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}
input[type=submit]:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 34px;
}

*/

#formularioweb
{

	margin:0 auto 0 auto; 
	width:900px;
	border: 1px solid;
  	border-color: #99cccc;
	border-radius: 5px 5px 5px 5px;

/*
	-moz-column-count: 2;
	  -moz-column-gap: 20px;
	  -moz-column-rule: none;
	  -webkit-column-count: 2;
	  -webkit-column-gap: 20px;
	  -webkit-column-rule: none;
	column-count: 2;
	column-gap: 20px;
        column-rule: none;
*/
}


#contenedor
{
	width:1160px;
        //max-height: 900px;
	border: 1px solid #99cccc;
	/* border-radius: 5px 5px 5px 5px;
	 -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15); */
	box-shadow: 1px 1px 2px 2px #888888;
	margin:0 auto 0 auto; width:1160px;

}


#columna_izquierda
{
       float:left;
       width:550px;
       //max-height: 600px;
       //border: 1px solid #000;
	margin-left:20px;
 
}
#columna_derecha
{
        width:570px;
        //max-height: 600px;
        float:left;
        //border: 1px solid #000;
	
}
#footer
{
	
	position:absolute;
	width: 400px;
	border: 1px solid #000;
	margin-left: 1px;
	left:100px;
}

#icono
{
        //background: url("../img/user.png") no-repeat;
    background-image: url("iconos.gif"); 
	background-position: 4px -19px;
	//background-position: left center; 
	padding-left: 22px; 
	//heigth:18px; 
 
 
}

/*

@media only screen and (max-width: 780px) {
        #contenedor {
                margin: 5%;
                width: 90%;
         }
}

@media only screen and (max-width: 780px) {
        #columna_izquierda {
                margin: 5%;
                width: 90%;
         }
}


@media only screen and (max-width: 780px) {
        #columna_derecha {
                margin: 5%;
                width: 90%;
         }
}

*/

.contenedor-tabla{
	display: table;
	
}

.contenedor-fila{
	display: table-row;
}

.contenedor-columna{
	display: table-cell;
}
		
