@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("qs.css");
@import url("contacto.css");
@import url("proyectos.css");
@import url("clientes.css");
@import url("le-frog/jquery-ui-1.7.2.custom.css");

* {
}

img, div { 
	behavior: url(iepngfix.htc);
}

html {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
}

body {
	background:url(../imagenes/ui-bg_diagonals-thick_90_eeeeee_40x40.png) 50% 50% repeat;
	cursor:default;
	color: #56565A;
}

#body {
	width:956px;
	height:100%;
	border-left:1px solid #090;
	border-right:1px solid #090;
	margin:0px auto;
	background:#FFF;
}

#header {
	background:url(../imagenes/bg_header.png) 0 50% repeat-x #333;
	height:181px;
	width:100%;
	border-bottom:1px solid #CCC;
}

#header #url {
	color:#FFF;
	clear:both;
	text-align:right;
	font-size:1.5em;
	padding-right: 0.5em;
	padding-top:25px;
	padding-bottom: 3px;
}

#header #banner_1 {
	clear:both;
	width:100%;
	margin:0px;
	padding:0px;
}

#header #banner_1 #logo {
	float:left;
	padding-left:1.5em;
}

#header #banner_1 #banner {
	float:right;
}

#header #menu {
	padding-top: 15px;
	font-size: 10pt;
	text-align: left;
	clear:both;
	color: #FFF;
}

#header #menu a {
	padding-bottom: 3px;
	font-size:0.8em;
	margin: 0.8em;
	cursor: pointer;
}

#header #menu a:hover {
	cursor: pointer;
	padding-bottom: 2px;
	border-bottom: 2px solid #0C0;
}

#footer {
	padding:0.8em 0;
	width:100%;
	color:#FFF;
	background:#333;
	text-align:center;
}

#footer a {
	padding:0.8em 0;
	font-size:0.8em;
	margin: 0.8em;
	cursor: pointer;
	overflow:visible;
}

#footer a:hover {
	padding:0.8em 0;
	color:#9CF;
	background:url(../imagenes/up_arrow.png) no-repeat;
	background-position: 50% top;
}

#footer2 {
	background:#FFF;
	font-size:0.8em;
}

#derechos	{
	margin:4px 7px;
	float:left;
	text-align:left;
}

#autor {
	margin:4px 7px;
	float:right;
	text-align:right;
	color:#06F;
}

.clear {
	clear:both;
}

#cuerpo>div {
	margin:7px;
	text-align:justify;
}

#imagen_selector a {
	cursor:pointer;
	padding: 0.2em 0.3em;
	margin: 0 0.3em;
	color:#333;
}

#imagen_selector a.active {
	background:#090;
	color:#FFF;
}

p {
	margin-top:1em;
	line-height:1.5em;
	text-indent:2em;
	font-family: Verdana, Geneva, sans-serif;
}

#bienvenidos {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#box2 {
	padding:0px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.noticia {
	width:180px;
	float: left;
}

.noticia + .noticia {	
	width:180px;
	margin-left:10px;
}

.noticia a{
	color:#3999DE;	
}

.noticia a:hover{
	color:#3999DE;
	text-decoration:underline;
	cursor:pointer;
}

.noticia p {
	text-indent:0em;
	margin-top:0em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}

.noticia p .title {
	font-size:1.2em;
	color:#3999DE;
}

#box3 {
	margin-top:7px;
	border-collapse:collapse;
}

.boton {
	width:121px;
	float:left;
	border:1px solid #929292;
	background:url(../imagenes/ui-bg_glass_80_929292_1x400.png) 50% 50% repeat-x;
	color:#999;
	text-align:center;
	padding:0.8em 0;
	cursor:pointer;
}

.boton + .boton {
	width:116px;
	border-left:none;
}

#box4 {
	margin-top:7px;
	border-collapse:collapse;
}

.link {
	width:150px;
	float:left;
	border:1px solid #929292;
	background:url(../imagenes/ui-bg_glass_80_929292_1x400.png) 50% 50% repeat-x;
	color:#999;
	text-align:center;
	padding:0;
	cursor:pointer;
}

.link + .link {
	margin-left: 6px;
}

.titulo {
	 background:#090 url(le-frog/images/ui-bg_highlight-soft_33_3a8104_1x100.png) 50% 50% repeat-x;
	 color:#FFFFFF;
	 font-size:1.3em;
	 padding:5px;
	-moz-border-radius-topleft:8px;
	-webkit-border-radius-top-left:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-radius-top-right:8px;
}

.caja {
	padding:1em;
}

ul > li {
	position:relative;
	left: 1.5em;
}

strong {
	font-weight:bold;
}