@charset "utf-8";
/* CSS Document */

/*comunes*/


* {
	margin:0;
	padding:0;
	list-style:none;
}


body {
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	width: 23000px;
	overflow: hidden;
	background-color: #EE642F;
	color: #FFF;
}

#ie6 {
display: none;
}

/* classes */

.contenedor {
	float: left;
	display: block;
	height: 1000px;
	width: 1600px;
	position: relative;
	z-index: 2;
}

.limiteancho {
	width:700px;
	height:500;
}
/* divs */
#inicio {
	background:  url('../images/mifondo.png') no-repeat top left;
	padding-top:300px;
	padding-left:400px;
}
#web {
	background:  url('../images/mifondo2.png') no-repeat top left;
	padding-top:100px;
	padding-left:400px;
}
#grafico {
background:  url('../images/mifondo2.png') no-repeat top left;
padding-top:100px;
padding-left:400px;
}
#fotografia {
background:  url('../images/mifondo3.png') no-repeat top left;
padding-top:100px;
padding-left:400px;
}
#multimedia {
background:  url('../images/mifondo4.png') no-repeat top left;
padding-top:100px;
padding-left:400px;
}
#contacto {
background:  url('../images/mifondo2.png') no-repeat top left;
padding-top:100px;
padding-left:400px;
}

#botonera {
	position: fixed;
	visibility: visible;
	z-index: 10;
	left: 0;
	top: 0;
	overflow: visible;
	width: 300px;
	background-image: url(../images/sombradoble.png);
	background-repeat: repeat-y;
	padding: 0px;
	height: 1000px;
	margin-left: 30px;
}
#botonera #basebotonera {
	background-color: #EE642F;
	width: 254px;
	height: 1000px;
	margin-left: 13px;
	background-image: url(../images/fondobotonera.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#botonera #basebotonera a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
#botonera #basebotonera a:link {
	text-decoration: none;
}
#botonera #basebotonera a:hover {
	text-decoration:underline;
}
#botonera #basebotonera a:active {
	text-decoration: none;
	color:#63F;
}



#web .cuadro1 {
	height: 200px;
	width: 200px;
	margin:10px;
	padding:5px;
	float: left;
}
#grafico .cuadro1 {
	height: 200px;
	width: 200px;
	margin:10px;
	padding:5px;
	float: left;
}
#fotografia .cuadro1 {
	height: 200px;
	width: 200px;
	margin:10px;
	padding:5px;
	float: left;
}
#multimedia .cuadro1 {
	height: 200px;
	width: 200px;
	margin:10px;
	padding:5px;
	float: left;
}

/* 
Credits: Bit Repository
CSS Library: http://www.bitrepositiry.com/
*/


.notification_error
{
	border: 1px solid #A25965;
	height: auto;
	width: 90%;
	padding: 4px;
	background: #F8F0F1;
	text-align: left;
	color: #900;
}

.notification_ok
{
	border: 1px #567397 solid;
	height: auto;
width: 90%
padding: 8px;
	background: #f5f9fd;
	text-align: center;
	color:#333;
}

.info_fieldset {
	
	}

.info_fieldset legend
{
border: 1px #dddddd solid; 
color: black; 

font: 13px Verdana;

padding: 2px 5px 2px 5px;
}

.button
{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

background: white;

color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

}

/* Label */
label  { width: 140px; padding-left: 20px; margin: 5px; float: left; text-align: left; }

/* Input, Textarea */
input, textarea
{
margin: 5px;
padding: 0px; 
float: left;

border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

}
