* {margin:0; padding:0;}
.menu{
	width:228px;
}
body { 
	text-align:center;
	font-family:Arial;
	background: url("img/bgbody.gif") repeat-y center #FFFFFF;
}
a,a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#0033FF;
}
img{
	border:0px;
	float:left;
}
i {
	font-size:20px;
}
#header {
	width:770px;
	background: url('./img/bgtop.png') repeat-x top left;
	height:123px;
	text-align:left;
	margin:0px auto 0px auto;
}
#corp {
	width:770px;
	margin:0px auto 0px auto;
	text-align:center;
	background:url('./img/bgcorp.gif') repeat-y;
}
#leftbar {
	float:left;
	width:543px;
	text-align:center;
	padding-bottom:10px;
}
#rightbar {
	float:left;
	width:226px;
	text-align:left;

}
#bottom {
	height:20px;
	width:770px;
	height:44px;
	text-align:left;
	float:left;
	padding-top:3px;
	padding-bottom:3px;
	background:url(img/bgbottom.gif);
}

#login {
	background: url('./img/bglogin.gif') no-repeat;
	height:227px;
	width:214px;
	margin-top:8px;
	margin-right:3px;	
	float:right;
	text-align:left;
}
#paginasamigas{
	float:right;
	margin-top:8px;
	margin-bottom:8px;	
	margin-right:4px;
	width:210px;
}
#paginasamigas .top {
	background:url(img/bgpatop.gif) no-repeat;
	height:20px;
	margin:0;
}
#paginasamigas .middle {
	background:url(img/bgpamiddle.gif) repeat-y;
	margin:0px;
}
#paginasamigas .bottom {
	background:url(img/bgpabottom.gif) no-repeat;
	height:20px;
}
#paginasamigas h4{
	text-align:center;
	font-size:16px;
	margin-bottom:5px;
}
#paginasamigas li{
	margin-left:22px;
	margin-top:2px;
	font-size:13px;
}
/* GREEN BAR */
#bar {
	width:770px;
	margin:0px auto 0px auto;	
	height:41px;
	text-align:left;
	background-color:#B9ED71;
	border-bottom:1px solid #A7E63E;
}
#bar a{
	color:#000000;
	font-size:13px;
	padding:5px;
	padding:5px;
	margin-top:7px;
	margin-left:7px;
	text-decoration:none;
	width:auto;
	float:left;
}
#bar a:hover, .abars{
	background-color:#ECFAD3;
}
/* FIN BARRA VERDE */


/* MENU ARRIBA A LA DERECHA */
.menu .nuevo a {                
	float:left;
    background:url("./img/nuevo.gif") no-repeat top;
    height:123px;
    width:57px;
}	
.menu .buscar a {
	float:left;
    background:url("./img/buscar.gif") no-repeat top;
    height:123px;
    width:57px;
}	
.menu .alazar a {
	float:left;
    background:url("./img/alazar.gif") no-repeat top;
    height:123px;
    width:57px;
}	
.menu .ayuda a {
    float:left;
    background:url("./img/ayuda.gif") no-repeat top;
    height:123px;
    width:57px;
}	
.menu .nuevo a:hover,.menu .buscar a:hover,.menu .alazar a:hover,.menu .ayuda a:hover,.menusel {
	height:117px;
}
/* FIN MENU ARRIBA A LA DERECHA */

img {
	float:left;
}
h2,h3{
	float:left;
	background:url("img/bgh2.gif") no-repeat;
	height:42px;
	width:500px;
	color:#FF8800;

	font-size:17px;
	text-align:left;
	font-weight:bold;

	padding-top:18px;
	padding-bottom:10px;
}
h3{
	background:url("img/bgh3.gif") no-repeat;
	padding-bottom:0px;	
}
p {
	font-size:15px;
	margin:7px;
}
blockquote {
	margin-left:17px;
	margin-top:10px;
}

/* FORMULARIO */
#form {
	float:left;
	border:1px solid #666666;
	width:500px;
	text-align:left;
	/*background:url(img/bgform.gif) bottom right no-repeat #FAFAFA;*/
	background-color:#FAFAFA;
}
#form h5 {
	font-size:17px;
	margin-bottom:10px;
	background-color:#B9ED71;
	font-weight:100;
	padding:8px;
	border-bottom:4px solid #A7E63E;
}
#form label {
	display:block;
	font-size:14px;
	margin-top:8px;
}
#form input,#form select,#form textarea {
	width:280px;
	height:22px;
	font-size:16px;
	border:1px solid #0798C7;
}
#form fieldset {
	margin-left:15px;
	border:0;
	margin-bottom:5px;
}
#form em{
	color:#FF0000;
}
.boton {
	background:url("./img/bgboton.gif") repeat-x;
	height:25px;
	font-size:17px;
	border:0px;
	margin:5px;
}
/* FIN FORMULARIO */

.left {
	float:left;
}
.right {
	float:right;
}
.middle {
	margin:10px auto 10px auto;
}
#bordes {
	border:5px solid #FFAD7B;
}
.cuadro {
	float:left;
	margin:3px;
	width:110px;
}
.cuadro em,.cuadro a{
	font-size:12px;
	float:left;
}
.obligatorio {
	color:red;
}

/* MENU USUARIO */
#menuuser {
	width:204px;
	float:left;
	margin-left:6px;
	margin-top:10px;
	list-style:none;
}
#menuuser h4{
	font-size:16px;
}
#menuuser li{
	width:200px;
	height:40px;
	margin-bottom:1px;
	float:right;
	text-align:center;
	color:white;
	font-weight:100;
	font-size:25px;
	background:url(img/bgmenu.gif) no-repeat;
	padding-top:5px;
}
#menuuser li:hover{
	background:url(img/bgmenuhover.gif) no-repeat;
}
#menuuser a {
	color:#FFFFFF;
}
#menuuser a:hover,.menuusers {
	color:#B9ED71;
}
#menuuser {
	color:#000000;
}
/* FIN MENU USUARIO */

/* RESULTADOS DE LA BUSQUEDA */
#resultado{
	width:475px;
	float:left;
	margin:5px;
	border-bottom:1px dashed #FF9900;
	padding-bottom:5px;
}
#resultado .foto{
	margin:5px;
}
#resultado p{
	font-size:13px;
}
/* FIN RESULTADOS DE LA BUSQUEDA */

.emoticones {
	float:left;
	width:450px;
	text-align:center;
	margin:5px 5px 5px 5px;
}
.emoticones img {
	margin:2px;
}