#index-menu
{
				position:relative;
				left:10px;
}
#index-menu a {
				display:inline;
				border:1px solid #ddd;
				padding:20px 4px;
				margin: 0 1px 5px 0;
				width:100px;
				text-align:center;
				color:#ee0481
}
#index-menu a:hover {
				background-color:#fbb2f3;
}
h2
{
	color:#ee0481;
}
hr
{
	border: none 0;
	border-bottom: 1px solid #E4E4E4;
    *margin: 0; /* IE Hack */
	padding: 0;
	height: 1px;
	text-align: center;
}
body
{
	background:#c30a88;
	font-family:Calibri, "Century Gothic", "Comic Sans MS";
}

#header
	{
		width:1024px;
		height:245px;
		background:url(images/header.jpg);
		margin-left:auto;
		margin-right:auto;
		/*margin-top:15px;
		margin-left:100px;*/
		
	}
	
#logo
{
	position:absolute;
/*	margin-top:5px;
	margin-left:112px;*/


	width:368px;
	height:324px;
	background:url(images/logo.png);
}

#menu 
{
	color:#FFFFFF;
	text-decoration:none;
}


#contenttop {
		margin:0 auto;	
		width:1024px;
}

#content
	{
		width:1024px;
		padding:0px;
		/*border-left:solid #F0F 1px;
		border-right:solid #F0F 1px;*/
		background:#392b7d url(images/fondo-izq.jpg) no-repeat scroll 0 0;		
		float:left;
	}
	
	
#formulario{ display:none; }
	
#columna-left
{
/*	height:586px;*/
	width:190px;
	padding:100px 0px 0px 70px;
	float:left;
}
#content-right
{
	padding: 30px 0px 90px 40px;
	margin:0px 0px 0px 0px;
	width:724px;
	background-color:#FFF;
	float:left;
	overflow:hidden;
}

.ulprueba
{
	list-style-image:url(images/punto.png);
	list-style-type:armenian;
	font-size:13px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; 
	color:#FFF;
}



#footer
	{
		margin: -215px auto 0 auto;
		float:left;
		width:1024px;
		height:215px;
		background:transparent url(images/footer.png) no-repeat scroll 0 0;

		
	}

#botones
{
    padding:0px 0px 0px 150px;
    margin:auto;
}
#botones a:link:hover
{
    width:auto;
    border:2px solid #f8487e;
    background:#f96592;
    padding:4px;
    height:20px;
    color:#610722;
    font-weight:bold;
}

#botones a:link
{
    width:auto;
    border:2px solid #f8487e;
    background:#fb8eaf;
    padding:4px;
    height:20px;
    color:#610722;
    font-weight:bold;
}

#error-box
{
    border:1px dashed #7a0f0f;
    background: #f6b0b0;
    padding:0px 0px 0px 10px;
    width:500px;
    margin:auto;
}
#ok-box
{
    border:1px dashed #216008;
    background: #d9f5ce;
    padding:0px 0px 0px 10px;
    width:500px;
    margin:auto;
}
