/* ---------------------------------------------------
	
	Cliente: UMWeb
	www.umweb.com.ar

	Hoja de estilos: default.css
	Media: screen
	Version: 1.0 beta
	
	Autor: Francisco Erian
	www.umweb.com.ar ||  contacto@umweb.com.ar
	www.erian.com.ar ||  iamfran@gmail.com
	
		
/* ---------------------------------------------------
	Reseteo
------------------------------------------------------ */
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
html, body {
	height: 90%;
}
ol,ul {
	list-style: none;
}
a img, :link img, :visited img {
	border:none
}
/* ---------------------------------------------------
	Estilos Generales
------------------------------------------------------ */
html, body {
	font-family: Georgia, Times New Roman, Times, serif;
	border-top: medium solid #333333;
}
body {
	border-top: 1px solid #4D7BA5;
	background: url(../img/bg.png) repeat-x top;
}
a {
	color: #4792BC;
}
a:hover {
	color: #0066FF;
}
a:visited {
}
strong {
	color: #4798C2;
}
h1 {
	display: none;
}
#contacto h1 {
	color: #6633CC;
}
#inicio h2 {
	width:350px;
	float:left;
	padding-top:20px;
	font-size:16px;
	color: #000;
	font-weight: normal;
	letter-spacing: normal;
	margin-top: 10px;
}
h2 {
	color: #4695BF;
	letter-spacing: -1px;
	font-size:22px;
}
h3 a{
	font-size: 36px;
	color: #4F6690;
}
h3 a:hover {
	color: #333333;
}
p {
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 130%;
	color: #333333;
}
ul {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
}
li {
	display:inline;
}
span {
	color: #000000;
}
.izq {
	float: left;
}
.der {
	float: right;
}
/* ---------------------------------------------------
	Menu y submenu
------------------------------------------------------ */
#menu {
	float: right;
	width: 422px;
	margin-top: 24px;
}
#menu li a{
	color: #000000;
	text-decoration:none;
	margin-right: 3px;
	font-size: 11px;
	padding: 10px;
}
#menu li a:hover{
	padding:10px;
	color: #FFFFFF;
	text-decoration: underline;
}
#menu .quienes a:hover{
	background: #FF9900;
}
#menu .servicios a:hover{
	background: #0099FF;
}
#menu .portfolio a:hover{
	background: #FF0033;
}
#menu .interctreatividad a:hover{
	background: #33CC33;
}
#menu .contacto a:hover{
	background: #925BC8;
}
/* ---------------------------------------------------
	Diseno Gral.
------------------------------------------------------ */
#header {
	margin: 35px 0 0;
}
#contenedor {
	margin: 0px auto;
	width: 818px;
	height: 100%;
}
#contenido {
	float: left;
	margin: 20px 0 50px;
}
#banner {
	float:right;
	width:440px;
	margin-left:27px;
}
#inicio .texto,#quienes-somos .texto,#servicios .texto,#portfolio .texto,#intercreatividad .texto,#contacto .texto {
	width:350px;
	float:left;
	padding-top:20px;
}
#inicio .texto p,#quienes-somos .texto p,#servicios .texto p,#portfolio .texto p,#intercreatividad .texto p {
	padding-top:10px;
	padding-bottom:10px;
}

#quienes-somos .texto p,#servicios .texto p,#portfolio .texto p,#intercreatividad .texto p {
	font-size:14px
}
/* ---------------------------------------------------
	Pie
------------------------------------------------------ */
#pie {
	color: #666666;
	clear: both;
	padding-top: 2px;
	border-top: 1px solid #CCCCCC;
	font-size: 9px;
}
#pie p {
	font-size: 10px;
}
#pie a {
	color: #71A3C4;
	padding-top: 2px;
}
#pie a:hover {
	color: #0066FF;
}

/* ---------------------------------------------------
	Contacto
------------------------------------------------------ */
#formulario-contacto strong {
    color:green;
}
span.error {
    color:#CC0000;
}
#formulario-contacto {
	padding-top: 5px;
	padding-bottom: 10px;
	width:350px;
}
fieldset { 
	border:0;
	margin:0;
	padding:0;
}
label {
	display:block;
	font-size: 11px;
	padding: 4px 0px;
	color: #00509F;
}
input, textarea {
	width:300px;
	font:12px Courier New, Courier, mono;
	color:#333;
	padding:3px;
	margin:1px 0;
	border:1px solid #ccc;
	
}
.submit {
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin-right: 45px;
	margin-top: 10px;
	display:block;
} 

