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

body{
	margin:0 0 0 0;
	background-color:#F5F5F5;
}

#cotenedor{
	position:relative;
	width:100%;
	text-align:center;
	}
	
	#contenido{
		position:relative;
		text-align:center;
		margin:0 auto 0 auto;
		width:950px;
		height:auto;		
		}
	
	#top_logo{
		width:950px;
		height:50px;
		background-color:#000;
		}
	
	#top_medio{
		width:950px;
		height:196px;
		text-align:center;
		margin:0 auto 0 auto;
		
		}
		
	#menu{
		position:relative;
		margin:0 auto 0 auto;
		text-align:center;
		width:950px;
		height:49px;
		z-index:10;
		}
		
	#contenido_medio{
		position:relative;
		width:950px;
		height:auto;
		background-color:#FFF;
		text-align:center;
		margin:0 auto 0 auto;
		}
		
		#medio_izq{
	height:auto;
	position:absolute;
	background-color:#fff;
	width: 333px;
	padding:5px 8px 5px 8px;
	left: 593px;
	top: 4px;
	
			}
		
	#pie{
		margin:0 auto 0 auto;
		text-align:center;
		background-color:#000;
		position:relative;
		width:100%;
		height:190px;
		}
		.formulario2{
	width:100px;
	border: 1px solid #91C93E;
	}
	
	
	.formulario2a{
	width:220px;
	border: 1px solid #91C93E;
	}

.formulario1{
	width:180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	border:solid 0px;
	color:#000;
	background-color: #CCC;
	}
