/* 
    Document   : disenio
    Created on : 4/06/2012, 03:10:24 PM
    Author     : Cristhian
    Description: Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body{
    background: rgba(248, 246, 246, 0.98);
}

#cuadro{    
    font-family: helvetica;
    font-size: 14px; 
    border: 0px solid black;
    width: 600px;
    height: 700px;
    text-align: center;
    vertical-align: text-top;
    padding: 30px 0px 15px 50px;
    border-radius: 10px 10px 10px 10px;
    background: #E6DDDD;
    box-shadow: rgba(0,0,0,0.2) 3px 3px 3px 3px inset;
}

#datos{
    float: left;
    width: 200px;    
    text-align: left;
}

#datos1{    
    text-align: left;
}

#errorc{
	font-family: helvetica;
	font-size: 14px;
	margin-left: 100px;
	border: 0px solid black;
	width: 700px;
	height: 100px;
	text-align: center;
	vertical-align: text-top;
	border-radius: 10px 10px 10px 10px;
	background: #E6DDDD;
	box-shadow: rgba(0,0,0,0.2) 2px 2px 2px 2px inset;
	margin-top: 50px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#indicaciones{
color: blue;

}


#criterio{
border-width: 2px;
border-style: solid;
border-radius: 8px;
border-color: rgba(136, 134, 134, 0.74);
}

#criterio:focus{
outline: 0;
}

#valor{
border-width: 2px;
border-style: solid;
border-radius: 8px;
border-color: rgba(136, 134, 134, 0.74);
padding-left: 5px;
width: 200px;
margin-left: 35px;
}
#valor:focus{
outline: 0;
}
#enviar{
width: 80px;
border-width: 2px;
border-style: solid;
border-radius: 8px;
border-color: rgba(136, 134, 134, 0.74);
background-color: rgba(255, 255, 255, 0.67);
font-weight: bold;
    cursor: pointer;

}

#enviar:hover{
background-color: rgba(193, 193, 193, 0.67);

}

#enviar:focus{
outline: 0;
}


#Enviar{
width: 100px;
border-width: 2px;
border-style: solid;
border-radius: 8px;
border-color: rgba(136, 134, 134, 0.74);
background-color: rgba(214, 214, 214, 0.67);
font-weight: bold;
cursor: pointer;

}
#Enviar:hover{
background-color: rgba(193, 193, 193, 0.67);

}

#Enviar:focus{
outline: 0;
}

#cedulax, #nombre1, #apellido1, #profesion, #email{
width: 280px;
border-width: 2px;
border-style: solid;
border-radius: 8px;
border-color: rgba(136, 134, 134, 0.74);
padding-left: 5px;
text-align: center;
font-weight: bold;
margin-top: -15;
}
#cedulax:focus{
outline: 0;
}
#table1{
position: relative;
bottom: 40px;
}
#table2{
position: relative;
bottom: 100px;
}
#confir{

margin-left: 10px;
}

.enviar1{
margin-left: 94px;

}
#Enviar1{
width: 150px;
border-width: 2px;
border-style: solid;
border-radius: 8px;
border-color: rgba(136, 134, 134, 0.74);
background-color: rgba(214, 214, 214, 0.67);
font-weight: bold;
cursor: pointer;


}
#Enviar1:hover{
background-color: rgba(193, 193, 193, 0.67);

}

#Enviar1:focus{
outline: 0;
}

.p1{
text-align: center;
font-size: 15px;
padding: 0;
}

#table3{
position: relative;
bottom: 40px;

}

#pa1{
margin-left: 94px;
font-size: 15px;
}