/* 
Desarrollado por Fernando Goetz
Web: www.fernandogoetz.com
Email: fernandogoetz@gmail.com
*/
/* General */
body {margin:10px 0px 0px 0px; color:#666666; padding:0px; font-family:tahoma; font-size:11px; line-height:18px; background-color:#f7f5e8;}
a, a:link, a:visited {color:#3366CC; text-decoration:none;}
a:hover {color:#d68c23; text-decoration:underline;}
img { border-style:none; border-width:0px; border:0px;}
img a:link, img a:visited, img a:hover { border-style:none; border-width:0px; border:0px;}
table {font-size:11px; line-height:18px;}
.my-table { border:1px solid #e5e2e2;  }

input {background-color:#f1f3f5; border:solid 1px #cccccc; color:#777777; font-size:12px;}
textarea {background-color:#f1f3f5; border:solid 1px #cccccc; color:#777777; width:250px; font-size:12px;}
input:hover, textarea:hover {background-color:#fafafa;}

/* Estilos frecuentes*/
.titulo {color:#7cb95f; font-weight:bold; font-size:14px;}
.titulo2 {color:#555555; font-weight:bold; font-size:14px;}
.celeste {color:#3366CC;}

/* Maquetacion */
.container {position:relative; top:0px; background-color:#ffffff; width:770px; margin:0px; background-image:url(images/bg-container.png);}
.header {position:relative; top:0px; background-color:#ffffff; width:770px; height:166px; margin:0px; background-image:url(images/bg-container.png);}
.footer {position:relative; top:0px; background-color:#ffffff; width:770px; height:100px;  margin:0px; background-image:url(images/bg-container.png); font-size:11px;}
.sombra-up {position:relative; top:0px; width:770px; height:5px; margin:0px; background-image:url(images/sombra-up.png);background-position:bottom; background-repeat:repeat-x;}
.sombra-bottom {position:relative; top:0px; width:770px; height:5px; margin:0px; background-image:url(images/sombra-bottom.png); background-position:top; background-repeat:repeat-x;}


/* Menu */
.menu {display:block; position:relative; left:0px; bottom:0px; height:45px; width:760px;  background-color:#8FC476; background-image:url(images/bg-menu.png); margin:0px; font-weight:bold;}
.opt a:link, .opt a:visited {display:block; position:relative; top:0px; right:0px;color:#ffffff; float:left; padding:13px 17px 0px 17px; height:32px; font-size:13px;}
.opt a:hover {color:#ffec73;text-decoration:none;}



/* footer */
.info {position:absolute; left:15px; top:20px; text-align:left;}

.image-footer {background-image:url(images/bg-footer.png); width:760px; height:18px; font-size:11px; color:#FFFFFF; text-align:right;}

.link-footer {color:#e3d474;text-decoration:none; display:inline;}
.link-footer a:link, .link-footer a:visited {color:#e3d474;text-decoration:none; display:inline;}
.link-footer a:hover {color:#ceb930;text-decoration:none;display:inline;}


/*link*/
.link {color:#a4942c;text-decoration:none; display:inline;}
.link a:link, .link a:visited {color:#a4942c;text-decoration:none; display:inline;}
.link a:hover {color:#8f7f18;text-decoration:none;display:inline;}

/* Estilos Simples */
.margin {margin:10px; }
.url {position:absolute; right:10px; top:10px;}

.posicion_admin {position:absolute; left:360px; top:50px; display:block; width:250px; border:1px solid #d7d7d7; padding:5px;}

.mensaje {background-color:#fcfcc1; color:#626224; width:90%; padding:10px; text-align:center; border:1px solid #e1e199;}
