Files
desayuno/public_html/estilos/entrada.css
T

122 lines
1.8 KiB
CSS

#colaboradores_block{
width:600px;
margin: auto;
display: none;
height:270px;
background-color:transparent;
position:absolute;
left:400px;
top:255px;
}
.indent{
padding-right: 15.5em;
}
#form {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border:0.5px solid ;
/*border-color: blue;*/
width:500px;
margin:20px auto 80px;
color: #999999;
}
#form legend{
font-weight:bold;
font-size:12px;
}
#form ol{
list-style:none;
}
#form ol li{
padding-bottom:1px;
}
#form ol li label{
width:120px;
float:left;
text-align:left;
}
#form input[type=text] {
border:1px solid #CCCCCC;
}
#form input.btn {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding:3px;
color:#FFFFFF;
background-color:blue;
border:1px solid #000000;
}
#form_consulta {
border:0.5px solid ;
border-color: gray;
width:800px;
margin:20px auto 80px;
}
#form_consulta legend{
font-weight:bold;
font-size:12px;
}
#form_consulta ol{
list-style:none;
}
#form_consulta ol li{
padding-bottom:1px;
}
#form_consulta ol li label{
width:120px;
float:left;
text-align:left;
}
#form_consulta input[type=text] {
border:1px solid #CCCCCC;
}
#form_consulta input.btn {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding:3px;
color:#FFFFFF;
background-color:blue;
border:1px solid #000000;
}
fieldset {
width:580px;
margin:auto;
}
#contacto ol{
list-style:none;
}
#contacto ol li{
padding-bottom:10px;
}
#contacto ol li label{
float:left;
width:90px;
}
#result {
width:280px;
padding:10px;
border:1px solid #bfcddb;
margin:auto;
margin-top:10px;
text-align:center;
display:none;
}
#loading {
background-image:url(../images/ajax-loader.gif);
width:31px;
height:31px;
margin:auto;
display:none;
}