.inicial_cuadro
{
position: absolute;
width: 800px;
height: 400px;
top: 50%;
left: 50%;
margin-top: -200px;
margin-left: -400px;
background-color: #FFFFFF;
border: #101010 1px solid;
}

.inicial_logo
{
position: relative;
width: 523px;
height: 88px;
top: 5px;
left: 50%;
margin-left: -262px;
}

.inicial_cuadro_h1
{
position: relative;
width: 700px;
height: 37px;
top: 15px;
left: 50%;
margin-left: -350px;
background-color: #f2f2f2;
border: #101010 1px dashed;
}

.inicial_h1
{
font-family:verdana;
font-size:12px;
font-decorarion:none;
color:#101010
}

.inicial_cuadro_h2
{
position: relative;
width: 700px;
height: 50px;
top: 5px;
left: 50%;
margin-left: -350px;
}

.inicial_h2
{
font-family:verdana;
font-size:30px;
font-decorarion:none;
color:#202020
}

.inicial_busqueda
{
position: absolute;
width: 500px;
height: 30px;
top: 195px;
left: 50%;
margin-left: -350px;
font-family:verdana;
font-size:15px;
background-color: #FFDDDD;
color: #202020;
border: #101010 1px solid;
}

.inicial_busquedados
{
position: absolute;
width: 500px;
height: 30px;
top: 225px;
left: 50%;
margin-left: -350px;
font-family:verdana;
font-size:15px;
background-color: #FFDDDD;
color: #202020;
border: #101010 1px solid;
}



.inicial_boton
{
position: absolute;
width: 200px;
height: 60px;
top: 195px;
left: 50%;
margin-left: 160px;
font-family:verdana;
font-size:20px;
background-color: #FFAAAA;
color: #202020;
border: #101010 1px solid;
cursor: hand;
}

.inicial_pie
{
position: relative;
width: 700px;
height: 100px;
top: 95px;
left: 50%;
margin-left: -350px;
}

.inilink
{
font-family:verdana;
font-size:10px;
font-decorarion:none;
color:#404040
}

